mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-06-01 17:45:34 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user