From 52c6a2be0cec524c126cdb7c915b4ba3c6b35a66 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Sat, 7 Oct 2017 07:58:47 +0800 Subject: [PATCH] Update backup.md (#4825) --- datacenter/ucp/2.2/reference/cli/backup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datacenter/ucp/2.2/reference/cli/backup.md b/datacenter/ucp/2.2/reference/cli/backup.md index 2a2611c68d..ee1861e79c 100644 --- a/datacenter/ucp/2.2/reference/cli/backup.md +++ b/datacenter/ucp/2.2/reference/cli/backup.md @@ -22,7 +22,7 @@ This command creates a tar file with the contents of the volumes used by this UCP manager node, and prints it. You can then use the `restore` command to restore the data from an existing backup. -To create backups of a multi-node swarm, you only need to backup a single manager +To create backups of a multi-node swarm, you only need to back up a single manager node. The restore operation will reconstitute a new UCP installation from the backup of any previous manager. @@ -42,5 +42,5 @@ Note: |`--debug, D`|Enable debug mode| |`--jsonlog`|Produce json formatted output for easier parsing| |`--interactive, i`|Run in interactive mode and prompt for configuration values| -|`--id`|The ID of the UCP instance to backup| +|`--id`|The ID of the UCP instance to back up| |`--passphrase`|Encrypt the tar file with a passphrase|