Automated build for rsync docker project on Github uriinf/rsync
1.0K
This is fork from https://github.com/bfosberry/rsync.
Link to docker hub https://hub.docker.com/r/uriinf/rsync/
Do not use it as permanent service. It has been created for periodic synchronization and for CI/CD purposes.
docker run --rm -p 873:873 -v /var/www/html:/rsync_dir:rw -e RSYNC_DIR="/rsync_dir" -e USERNAME="rsyncuser" -e PASSWORD="rsyncpassword" --name rsync uriinf/rsync
Synchronize data:
RSYNC_PASSWORD=rsyncpassword rsync -a mydomain.com_dir rsync://rsyncuser@YOUR_HOST:873/data/
Content type
Image
Digest
Size
49.5 MB
Last updated
almost 10 years ago
docker pull uriinf/rsync