From c60c68b1afb049853ca1add1a50522ce442571b9 Mon Sep 17 00:00:00 2001 From: grahovam Date: Tue, 22 Mar 2016 13:40:01 +0100 Subject: [PATCH] Correct backup restore command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dd70d8..1b85adc 100644 --- a/README.md +++ b/README.md @@ -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 ```bash -docker run -it -rm \ +docker run -it --rm \ --volume /path/to/restore/folder:/restore/:rw \ --volume /path/to/gpg/keys/:/keys/:ro \ --env "GPG_RECIPIENT=myBackup@myDomain.com" \