A simple rsync server/client Docker image based on Alpine Linux for efficient file synchronization between Docker volumes and remote servers.
About
rsync-server is a lightweight Docker container that provides rsync functionality for file synchronization between remote servers and Docker volumes. It can operate in either client mode (pulling data) or server mode (accepting connections), making it suitable for backup operation…