Go to file
2016-04-07 20:15:35 +03:00
Dockerfile Initial commit 2016-04-07 20:15:35 +03:00
Readme.md Initial commit 2016-04-07 20:15:35 +03:00

Simple rsync container based on alpine

A simple rsync Docker image to easily rsync data within Docker volumes

Usage

$ docker run -it --rm -v blobstorage:/data/ eeacms/rsync \
         rsync user@remote.server.domain.or.ip:/var/local/blobs/ /data/