Simplify the example

I was confused with the initial example.. suggest simplifying it so the placeholder doesn't require scrolling to the left to find.
This commit is contained in:
Andrew Greenwood
2019-09-10 19:09:49 -06:00
committed by GitHub
parent 7b9d8442a2
commit 4655f0a869
@@ -14,7 +14,7 @@ During upgrade, you'll enter a series of commands, filling placeholders with dat
```
docker run --volumes-from <RANCHER_CONTAINER_NAME> -v $PWD:/backup busybox tar zcvf /backup/rancher-data-backup-<RANCHER_VERSION>-<DATE>.tar.gz /var/lib/rancher
docker stop <RANCHER_CONTAINER_NAME>
```
In this command, `<RANCHER_VERSION>-<DATE>` is the version number and date of creation for a backup of Rancher.