From fd69592f748d6957e79cb710d3f33c57a3721b7c Mon Sep 17 00:00:00 2001 From: Andy Clemenko Date: Fri, 11 Oct 2019 11:04:13 -0400 Subject: [PATCH] fixing filename ommision. (#9621) {{ metadata_backup_file }} is missing when the page renders. --- ee/admin/backup/back-up-dtr.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ee/admin/backup/back-up-dtr.md b/ee/admin/backup/back-up-dtr.md index 55e60b2964..e5e13aa631 100644 --- a/ee/admin/backup/back-up-dtr.md +++ b/ee/admin/backup/back-up-dtr.md @@ -123,7 +123,7 @@ $ docker container run \ --ucp-url \ --ucp-insecure-tls \ --ucp-username \ - --existing-replica-id > {{ metadata_backup_file }} + --existing-replica-id > dtr-backup-v{{ page.dtr_version }}.tar.gz ``` Where: @@ -142,7 +142,7 @@ Also, the backup contains sensitive information like private keys, so you can encrypt the backup by running: ```none -gpg --symmetric {{ metadata_backup_file }} +gpg --symmetric dtr-backup-v{{ page.dtr_version }}.tar.gz ``` This prompts you for a password to encrypt the backup, copies the backup file @@ -154,7 +154,7 @@ To validate that the backup was correctly performed, you can print the contents of the tar file created. The backup of the images should look like: ```none -tar -tf {{ metadata_backup_file }} +tar -tf dtr-backup-v{{ page.dtr_version }}.tar.gz dtr-backup-v{{ page.dtr_version }}/ dtr-backup-v{{ page.dtr_version }}/rethink/