Short post.
I wanted to repurpose an old external hard drive into a NAS and do time machine backups on it as well.
Here’s the smb.conf I used – some special stuff needs to be done to make it work with time machine.
Mostly just adding fruit:time machine = yes and the accompanying parameters.
One important thing to note is that your external hard drive cannot be formatted as any FAT since it doesn’t support extended attributes which SAMBA needs to make time machine work. I used btrfs.
|
|
Additionally, there are some caveats with the filesystem used on the external hard drive. NTFS and BTRFS and ext4, etc support xattr well, but exFAT doesn’t (or FAT32, etc). So remove streams_xattr from the samba conf for that share if it is a FAT-formatted drive
Right now I’m trying to set up immich on my server to replace google photos. But backblaze has free unlimited backup, but only for mac or windows. So what I did was set up an external drive
|
|
Not sure why i can’t create files without dir_mode, file_mode not set to 777
Then I set up backblaze to back up that mounted drive :)