Apple Time Machine and Netatalk 3
From Wildsong
OS/X Lion (10.7) can't use Samba for backups. You have to install a new version of netatalk. I compiled 3.x from sources because the Debian version was too old (2.1)
Change the volumes to use extended attributes by editing /etc/fstab and add user_xattr to the options
Start netatalk at boot by putting it in /etc/rc.local
This is my current afp.conf file
bwilson@bellman:~$ cd /usr/local/etc bwilson@bellman:/usr/local/etc$ cat afp.conf ; ; Netatalk 3.x configuration file ; manual: http://netatalk.sourceforge.net/3.0/htmldocs/ [Global] log level = default:error uam list = uams_guest.so uams_dhx.so hosts allow = 192.168.123.108 192.168.123.109 vol preset = all_volumes guest account = timemachine [all_volumes] file perm = 0664 directory perm = 0775 cnid scheme = dbd valid users = julie bwilson ; [Homes] ; basedir regex = /home [TimeMachine] path = /green/timemachine time machine = yes valid users = timemachine