From 28e458993dd7f4d92242317073d229f6c07ea9f2 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Fri, 18 Nov 2016 13:46:41 -0800 Subject: [PATCH] Fix bad formatting in ucp docs --- .../high-availability/backups-and-disaster-recovery.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/datacenter/ucp/2.0/guides/high-availability/backups-and-disaster-recovery.md b/datacenter/ucp/2.0/guides/high-availability/backups-and-disaster-recovery.md index fa89c6eb8d..8e8bbdcf91 100644 --- a/datacenter/ucp/2.0/guides/high-availability/backups-and-disaster-recovery.md +++ b/datacenter/ucp/2.0/guides/high-availability/backups-and-disaster-recovery.md @@ -46,15 +46,6 @@ $ docker run --rm -i --name ucp \ # Decrypt the backup and list its contents $ gpg --decrypt /tmp/backup.tar | tar --list - -Enter passphrase: secret - -/ucp-client-root-ca/ -./ucp-client-root-ca/cert.pem -./ucp-client-root-ca/config.json -./ucp-client-root-ca/key.pem -./ucp-cluster-root-ca/ -# output snipped ``` ## Restore command @@ -82,6 +73,7 @@ $ docker run --rm -i --name ucp \ The restore command can be used to create a new UCP cluster from a backup file. After the restore operation is complete, the following data will be copied from the backup file: + * Users, Teams and Permissions. * Cluster Configuration, such as the default Controller Port or the KV store timeout.