Correct backup restore command

This commit is contained in:
grahovam
2016-03-22 13:40:01 +01:00
parent c156996a1b
commit c60c68b1af

View File

@@ -118,7 +118,7 @@ Step 2. Copy the private gpg key into a folder that can be mount by the restore
Step 3. Start the restore container Step 3. Start the restore container
```bash ```bash
docker run -it -rm \ docker run -it --rm \
--volume /path/to/restore/folder:/restore/:rw \ --volume /path/to/restore/folder:/restore/:rw \
--volume /path/to/gpg/keys/:/keys/:ro \ --volume /path/to/gpg/keys/:/keys/:ro \
--env "GPG_RECIPIENT=myBackup@myDomain.com" \ --env "GPG_RECIPIENT=myBackup@myDomain.com" \