mirror of https://github.com/docker/docs.git
Update backups-and-disaster-recovery.md (#3173)
This commit is contained in:
parent
136203904a
commit
37db5aa3d0
|
@ -28,7 +28,7 @@ This data is persisted on the host running DTR, using named volumes.
|
|||
[Learn more about DTR named volumes](../architecture.md).
|
||||
|
||||
To perform a backup of a DTR node, run the `docker/dtr backup` command. This
|
||||
command backups up the following data:
|
||||
command backs up the following data:
|
||||
|
||||
| Data | Backed up | Description |
|
||||
|:-----------------------------------|:----------|:---------------------------------------------------------------|
|
||||
|
@ -91,10 +91,10 @@ Where:
|
|||
* `<version>`, the version of DTR you're running
|
||||
* `<ucp-url>` is the url you use to access UCP
|
||||
* `<ucp-username>` is the username of a UCP administrator
|
||||
* `<replica-id>` is the id of the DTR replica to backup
|
||||
* `<replica-id>` is the ID of the DTR replica to back up
|
||||
|
||||
|
||||
This prompts you for the UCP password, backups up the DTR metadata and saves the
|
||||
This prompts you for the UCP password, backs up the DTR metadata and saves the
|
||||
result into a tar archive. You can learn more about the supported flags in
|
||||
the [reference documentation](../../reference/cli/backup.md).
|
||||
|
||||
|
@ -217,7 +217,7 @@ Where:
|
|||
* `<ucp-url>` is the url you use to access UCP
|
||||
* `<ucp-username>` is the username of a UCP administrator
|
||||
* `<hostname>` is the hostname of the node where you've restored the images
|
||||
* `<replica-id>` the id of the replica you backed up
|
||||
* `<replica-id>` the ID of the replica you backed up
|
||||
* `<dtr-external-url>` the url that clients use to access DTR
|
||||
|
||||
### Re-fetch the vulnerability database
|
||||
|
|
Loading…
Reference in New Issue