Run rsyncd daemon in a container
1.5K
https://github.com/iainbullock/rsyncd_docker
For my personal use, not publically supported. High level instructions provided below
Run a command like this on the Docker host. This will attempt to sync a folder called github to the location defined in the 'mark' module
rsync -avh --delete --progress github rsync://mark@localhost:10873/mark
You will be prompted for the password (defined in rsyncd.secrets). If you want to specify the password as part of a script, either set the RSYNC_PASSWORD variable, or use the --password-file=FILE option, e.g.
export RSYNC_PASSWORD=password2
rsync -avh --delete --progress github rsync://mark@localhost:10873/mark
Content type
Image
Digest
sha256:cce8cbe02…
Size
6.5 MB
Last updated
almost 2 years ago
docker pull iainbullock/rsyncd