Skip to content

Instantly share code, notes, and snippets.

@GuiltyDoggy
Last active October 28, 2021 13:52
Show Gist options
  • Save GuiltyDoggy/3ee502d5e1c3465194d795cd205710e8 to your computer and use it in GitHub Desktop.
Save GuiltyDoggy/3ee502d5e1c3465194d795cd205710e8 to your computer and use it in GitHub Desktop.
afp.conf for Raspberry Pi 4 running Ubuntu Server
;
; Netatalk 3.x configuration file
; http://netatalk.sourceforge.net/3.0/htmldocs/afp.conf.5.html
;
[Global]
; Global server settings
log file = /var/log/netatalk.log
; Raspberry Pi OS netatalk package doesn't come with uams_dhx.so, which is required for OS 9. Using Ubuntu Server's package.
uam list = uams_dhx.so,uams_dhx2.so
save password = no
[Homes]
; basedir regex = /xxxx
basedir regex = /home
; [TimeMachine]
; path = /afp/tm_backup
; time machine = yes
; vol size limit = 350000
@GuiltyDoggy
Copy link
Author

Can find which UAMs are installed by looking in /usr/lib/aarch64-linux-gnu/netatalk/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment