Skip to content

Instantly share code, notes, and snippets.

@fcayci
Last active August 29, 2015 14:25
Show Gist options
  • Save fcayci/2893ab68191aeb77504c to your computer and use it in GitHub Desktop.
Save fcayci/2893ab68191aeb77504c to your computer and use it in GitHub Desktop.
;
; Netatalk 3.x configuration file
;
[Global]
hostname = crazy_hostname.domain
afp interfaces = em0 em1
afp listen = 10.0.0.1 1.2.3.4
cnid listen = 127.0.0.1
vol preset = default_for_all
log file = /var/log/netatalk.log
log level = default:warn
disconnect time = 1
;vol dbpath = /var/netatalk/CNID/$u/$v/
[default_for_all]
file perm = 0640
directory perm = 0750
cnid scheme = dbd
; [Homes]
;basedir regex = /tank/home
; 128 GB (units of MB)
;vol size limit = 128000
[TimeMachine on xxx]
time machine = yes
path=/tank/timemachine/$u
valid users = @timemachine
; 128 GB (units of MB)
vol size limit = 128000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment