Update backup.md

This commit is contained in:
Maria Bermudez 2019-04-19 18:03:23 -06:00 committed by GitHub
parent 450f461b54
commit 92b61efbd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -18,12 +18,14 @@ docker run -i --rm docker/dtr \
### Example Commands ### Example Commands
#### Basic #### Basic
```bash ```bash
docker run -i --rm --log-driver none docker/dtr:{{ page.dtr_version }} \ docker run -i --rm --log-driver none docker/dtr:{{ page.dtr_version }} \
backup --ucp-ca "$(cat ca.pem)" --existing-replica-id 5eb9459a7832 > backup.tar backup --ucp-ca "$(cat ca.pem)" --existing-replica-id 5eb9459a7832 > backup.tar
``` ```
#### Advanced (with chained commands) #### Advanced (with chained commands)
{% raw %} {% raw %}
```none ```none
DTR_VERSION=$(docker container inspect $(docker container ps -f \ DTR_VERSION=$(docker container inspect $(docker container ps -f \