Setup Samba on ZFS for MacOS Time Machine
Sat 14 December 2019
Notes on setup
This should be rewritten in Ansible, but for now these are the commands.
Create a zpool. I named mine backups. Disable access-times and enable the SMB share.
zfs set atime=off tanker/backups
zfs set sharesmb=on tanker/backups
Install Samba if you have not already. apt-get …