eea.docker.rsync/Readme.md

9 lines
263 B
Markdown
Raw Normal View History

2016-04-07 17:15:35 +00: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/