From db81f487c19575006d6154d883be21b0bae85348 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Tue, 25 Apr 2017 02:23:02 +0800 Subject: [PATCH] Update backup.md: replace single quotes with backticks (#3019) --- datacenter/ucp/2.1/reference/cli/backup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datacenter/ucp/2.1/reference/cli/backup.md b/datacenter/ucp/2.1/reference/cli/backup.md index 5132bcaa2e..55623b4e5d 100644 --- a/datacenter/ucp/2.1/reference/cli/backup.md +++ b/datacenter/ucp/2.1/reference/cli/backup.md @@ -9,7 +9,7 @@ Create a backup of a UCP manager node ## Description 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 +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 @@ -22,7 +22,7 @@ Note: applications. * The backup contains private keys and other sensitive information. Use the - '--passphrase' flag to encrypt the backup with PGP-compatible encryption. + `--passphrase` flag to encrypt the backup with PGP-compatible encryption. ## Options