Created
April 13, 2014 08:41
-
-
Save gperezmz/10574959 to your computer and use it in GitHub Desktop.
netatalkv3 configuration.
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 | |
; | |
; hosts allow: the address you put here | |
; will be the one with | |
; access. | |
; Replace any 'path' with your desired | |
; path and 'myUsername' with yours. | |
; You could use a group instead, with | |
; '@myGroup'. | |
[Global] | |
; Global server settings | |
mimic model = TimeCapsule6,106 | |
log level = default:warn | |
log file = /var/log/afpd.log | |
hosts allow = 192.168.1.0/24 | |
vol preset = default_for_all_vol | |
save password = yes | |
afpstats = yes | |
[default_for_all_vol] | |
file perm = 0664 | |
directory perm = 0775 | |
; [Homes] | |
; basedir regex = /home | |
[Shared] | |
path = /path/to/shared | |
valid users = myUsername | |
[Time Machine] | |
path = /path/to/timemachine | |
valid users = myUsername | |
time machine = yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment