Skip to content

Instantly share code, notes, and snippets.

@gperezmz
Created April 13, 2014 08:41
Show Gist options
  • Save gperezmz/10574959 to your computer and use it in GitHub Desktop.
Save gperezmz/10574959 to your computer and use it in GitHub Desktop.
netatalkv3 configuration.
;
; 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