Netatalk3 TimeMachine volume for OSX backups
4.2K
Netatalk running in docker for time machine backups.
docker pull arve0/timemachine
docker run -e "PASSWORD=asdf" -v /host/mnt/backup:/backup -p 548:548 --net=host -d arve0/timemachine
Connect with timemachine:asdf. If environment variable PASSWORD is not set, timemachine is the default password.
Network discovery only works if afp daemon is on same network as client. Therefore --net=host is required if you would like the disk to show in Finder. If you don't need this, you can remove --net=host and connect in Finder with cmd+k -> afp://hostname/
Note that --net=host doesn't work with ubuntu trusty 14.04: https://github.com/docker/docker/issues/5899
Content type
Image
Digest
sha256:2f18bd456…
Size
150 MB
Last updated
almost 11 years ago
docker pull arve0/timemachine