Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arve0/docker-timemachine
timemachine in a docker
https://github.com/arve0/docker-timemachine
Last synced: 8 days ago
JSON representation
timemachine in a docker
- Host: GitHub
- URL: https://github.com/arve0/docker-timemachine
- Owner: arve0
- Created: 2014-11-15T18:59:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-16T14:16:19.000Z (about 10 years ago)
- Last Synced: 2024-04-11T07:27:26.484Z (7 months ago)
- Language: Shell
- Size: 145 KB
- Stars: 18
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arve0/timemachine
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.
# notes on bonjour/avahi/zeroconf
[Network discovery](http://en.wikipedia.org/wiki/Bonjour_(software)) 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
# ideas from
- https://bitbucket.org/lonix/plex/src
- https://github.com/bySabi/dockerfiles/tree/master/nas
- https://github.com/aequitas/timemachine