Created
July 18, 2012 08:49
-
-
Save oscarcck/3135109 to your computer and use it in GitHub Desktop.
afp.conf sample for osx 10.7 lion time machine with netatalk 3.0 afpd on ubuntu 12.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; | |
; Netatalk 3.x configuration file | |
; http://netatalk.sourceforge.net/3.0/htmldocs/afp.conf.5.html | |
; | |
[Global] | |
; Global server settings | |
vol preset = default_for_all_vol | |
log file = /var/log/netatalk.log | |
uam list = uams_dhx.so,uams_dhx2.so | |
save password = no | |
[default_for_all_vol] | |
file perm = 0664 | |
directory perm = 0774 | |
cnid scheme = dbd | |
valid users = @tmusers | |
[Homes] | |
; basedir regex = /xxxx | |
basedir regex = /home | |
[TimeMachine] | |
path = /afp/tm_backup | |
time machine = yes | |
vol size limit = 350000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Where do I pot this on osx 10.7 (10.8 in my case?) and how is this file used?