From b7823eb6901d786daa46425ffab9ba4d8eaf1928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fa=CC=81bio=20Batista?= Date: Mon, 5 Jun 2017 22:26:11 -0300 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5098886..d7015cc 100644 --- a/README.md +++ b/README.md @@ -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:/// + elementar/s3-volume s3:/// 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.