mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Follow-up to PR #6964
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user