update Backup.md

- Update DTR backups and restore to point to actual backup and restore page, and not root "disaster recovery" page.
- Update Docker Engine --> Docker swarm in the Restore section to be same labels as the Backup section
This commit is contained in:
Pierre-Antoine Couaillier 2019-02-17 17:52:57 +01:00 committed by GitHub
parent 97d6358a0c
commit 8bc784b253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ for each of the following components:
1. Docker Swarm. [Backup Swarm resources like service and network definitions](/engine/swarm/admin_guide.md#back-up-the-swarm).
2. Universal Control Plane (UCP). [Backup UCP configurations](/ee/ucp/admin/backups-and-disaster-recovery.md).
3. Docker Trusted Registry (DTR). [Backup DTR configurations and images](/ee/dtr/admin/disaster-recovery/index.md).
3. Docker Trusted Registry (DTR). [Backup DTR configurations and images](/ee/dtr/admin/disaster-recovery/create-a-backup.md).
Before proceeding to backup the next component, you should test the backup you've
created to make sure it's not corrupt. One way to test your backups is to do
@ -30,10 +30,10 @@ swarm and join new ones to bring the swarm to an healthy state.
To restore Docker Enterprise Edition, you need to restore the individual
components one by one:
1. Docker Engine. [Learn more](/engine/swarm/admin_guide.md#recover-from-disaster).
1. Docker Swarm. [Learn more](/engine/swarm/admin_guide.md#recover-from-disaster).
2. Universal Control Plane (UCP). [Learn more](/ee/ucp/admin/backups-and-disaster-recovery.md#restore-your-swarm).
3. Docker Trusted Registry (DTR). [Learn more](/ee/dtr/admin/disaster-recovery/index.md).
3. Docker Trusted Registry (DTR). [Learn more](/ee/dtr/admin/disaster-recovery/restore-from-backup.md).
## Where to go next
- [Upgrade Docker EE](upgrade.md)
- [Upgrade Docker EE](upgrade.md)