rsync server
docker build -t rsync .
docker run --rm -p 8738:873 --mount type=volume,src="Your volume here" nobodyxu/rsync
Check My answer on "How to port data-only volumes from one host to another?" StackOverflow for how to use this image to backup data from volume incrementally.
Content type
Image
Digest
Size
3.9 MB
Last updated
over 5 years ago
docker pull nobodyxu/rsyncd