mirror of https://github.com/docker/docs.git
Follow-up to PR #6964
This commit is contained in:
parent
f7ef525200
commit
5fbd73c10a
|
@ -15,6 +15,12 @@ docker run -i --rm docker/dtr \
|
|||
backup [command options] > backup.tar
|
||||
```
|
||||
|
||||
### Example Usage
|
||||
```bash
|
||||
docker run -i --rm docker/dtr \
|
||||
backup --ucp-ca "$(cat ca.pem)" --existing-replica-id 5eb9459a7832 > backup.tar
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
This command creates a `tar` file with the contents of the volumes used by
|
||||
|
|
Loading…
Reference in New Issue