Skip to content

Commit

Permalink
death to pods, long live replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
vikstrous committed Apr 15, 2016
1 parent 0799948 commit 1af7c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions high-availability/backups-and-disaster-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ As an example, to create a backup of a DTR node, you can use:

```bash
$ docker run -it --rm docker/dtr backup \
--insecure-tls --pod-id 8b6174866010 \
--insecure-tls --replica-id 8b6174866010 \
--username admin --password password \
--host 192.168.10.100 > /tmp/backup.tar
```

Where:

* `--insecure-tls` allows connecting to UCP without TLS,
* `--pod-id` specifies the DTR pod to backup,
* `--replica-id` specifies the DTR replica to backup,
* `--username, --password` are the credentials of a UCP admin user,
* `--host` is the IP address of UCP.

Expand Down

0 comments on commit 1af7c3f

Please sign in to comment.