From 50947a7393f78087addc0dcdcbbcec32bec80915 Mon Sep 17 00:00:00 2001 From: Oscar Fanelli Date: Sat, 23 Jun 2018 18:16:48 +0200 Subject: [PATCH] Missing cli char --- .../single-node-backup-and-restoration/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/backups-and-restoration/single-node-backup-and-restoration/_index.md b/content/rancher/v2.x/en/installation/backups-and-restoration/single-node-backup-and-restoration/_index.md index f5ae975020d..2c7a1191594 100644 --- a/content/rancher/v2.x/en/installation/backups-and-restoration/single-node-backup-and-restoration/_index.md +++ b/content/rancher/v2.x/en/installation/backups-and-restoration/single-node-backup-and-restoration/_index.md @@ -25,7 +25,7 @@ docker stop - Replace `` and `` with the version of Rancher that you are currently running, as mentioned in the **Prerequisite** above. ``` -docker create --volumes-from +docker create --volumes-from \ --name rancher-backup- rancher/rancher: ```