Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grahovam committed Feb 22, 2016
1 parent 9456f3e commit b8ef172
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Step 5. Run the container
docker run -d \
--name my-backup \
--restart=always \
--volume /folder/to/backup:/backup/:ro \
--volume /folder/to/backup/keys/:/keys/:ro \
--volume /path/to/backup:/backup/:ro \
--volume /path/to/gpg/keys/:/keys/:ro \
--env "CRON_INTERVAL=0 4 * * * " \
--env "[email protected]" \
--env "S3_BUCKET_NAME=myBackupBucket" \
Expand Down Expand Up @@ -126,7 +126,7 @@ Step 3. Start the restore container
```bash
docker run -it -rm \
--volume /path/to/restore/folder:/restore/:rw \
--volume /path/to/backup/keys/:/keys/:ro \
--volume /path/to/gpg/keys/:/keys/:ro \
--env "GPG_RECIPIENT=\\\\" \
--env "S3_BUCKET_NAME=\\\\" \
--env "AWS_ACCESS_KEY_ID=\\\\" \
Expand Down

0 comments on commit b8ef172

Please sign in to comment.