Skip to content

Instantly share code, notes, and snippets.

@twaddington
Created July 22, 2011 02:20
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twaddington/1098759 to your computer and use it in GitHub Desktop.
Save twaddington/1098759 to your computer and use it in GitHub Desktop.
Netatalk Time Machine Config
# This line goes in /etc/netatalk/afpd.conf
- -tcp -noddp -uamlist uams_guest.so,uams_dhx.so,uams_dhx2.so -nosavepassword
# The remaining lines go in /etc/netatalk/AppleVolumes.default
# The line below sets some DEFAULT, starting with Netatalk 2.1.
:DEFAULT: options:upriv,usedots
# Regular AFP share
/mnt/storage "Storage" cnidscheme:dbd options:usedots,upriv
# Time machine share
/mnt/timemachine "TimeMachine" cnidscheme:dbd options:usedots,upriv,tm allow:tristanw
# By default all users have access to their home directories.
~/ "Home Directory" allow:tristanw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment