From 532c49758fae9f880243293ba8b17f416b38abb7 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Thu, 22 Dec 2016 10:53:28 -0800 Subject: [PATCH] Replace dtr-load-balancer by dtr-external-url Fixes #961 --- .../guides/high-availability/backups-and-disaster-recovery.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datacenter/dtr/2.1/guides/high-availability/backups-and-disaster-recovery.md b/datacenter/dtr/2.1/guides/high-availability/backups-and-disaster-recovery.md index 9746270d9b..fea949c41b 100644 --- a/datacenter/dtr/2.1/guides/high-availability/backups-and-disaster-recovery.md +++ b/datacenter/dtr/2.1/guides/high-availability/backups-and-disaster-recovery.md @@ -112,7 +112,7 @@ $ docker run -i --rm \ --ucp-insecure-tls \ --ucp-username \ --ucp-password \ - --dtr-load-balancer < /tmp/backup.tar + --dtr-external-url < /tmp/backup.tar ``` Where: @@ -120,7 +120,7 @@ Where: * `--ucp-url` is the address of UCP, * `--ucp-insecure-tls` is to trust the UCP TLS certificate, * `--ucp-username`, and `--ucp-password` are the credentials of a UCP administrator, -* `--dtr-load-balancer` is the domain name or ip where DTR can be reached. +* `--dtr-external-url` is the domain name or ip where DTR can be reached. ## Where to go next