Apply 3a0fd481 (author: felipecrs) to Rancher v2.5 docs

This commit is contained in:
Billy Tat
2021-12-08 16:07:14 -08:00
parent e6f0152140
commit a109bc5670
@@ -87,7 +87,7 @@ During upgrade, you create a copy of the data from your current Rancher containe
```
docker run --volumes-from rancher-data -v $PWD:/backup busybox tar zcvf /backup/rancher-data-backup-<RANCHER_VERSION>-<DATE>.tar.gz /var/lib/rancher
docker run --volumes-from rancher-data -v "$PWD:/backup" --rm busybox tar zcvf /backup/rancher-data-backup-<RANCHER_VERSION>-<DATE>.tar.gz /var/lib/rancher
```
**Step Result:** When you enter this command, a series of commands should run.