Updated README

This commit is contained in:
Fábio Batista 2017-06-05 22:26:11 -03:00
parent 2a87f3042c
commit b7823eb690
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Usage:
docker run -it --rm \
-e AWS_ACCESS_KEY_ID=... -e AWS_SECRET_ACCESS_KEY=... -e BACKUP_INTERVAL=... \
whatupdave/s3-volume s3://<BUCKET>/<PATH>
elementar/s3-volume s3://<BUCKET>/<PATH>
This pulls down the contents of a directory on S3. If the container is stopped or sent a `USR1` signal,
it will backup the modified local contents to S3.