Apple Time Machine and Netatalk 3

From Wildsong
Revision as of 23:35, 13 January 2013 by Brian Wilson (talk | contribs) (Created page with '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 …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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