diff --git a/backup_and_restore/application_backup_and_restore/backing_up_and_restoring/restoring-applications.adoc b/backup_and_restore/application_backup_and_restore/backing_up_and_restoring/restoring-applications.adoc index 88d2c61b9a85..0afdada8dc26 100644 --- a/backup_and_restore/application_backup_and_restore/backing_up_and_restoring/restoring-applications.adoc +++ b/backup_and_restore/application_backup_and_restore/backing_up_and_restoring/restoring-applications.adoc @@ -6,6 +6,7 @@ include::_attributes/common-attributes.adoc[] toc::[] +[role="_abstract"] You restore application backups by creating a `Restore` custom resource (CR). See xref:../../../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/restoring-applications.adoc#oadp-creating-restore-cr_restoring-applications[Creating a Restore CR]. You can create restore hooks to run commands in a container in a pod by editing the `Restore` CR. See xref:../../../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/restoring-applications.adoc#oadp-creating-restore-hooks_restoring-applications[Creating restore hooks]. diff --git a/modules/oadp-creating-restore-cr.adoc b/modules/oadp-creating-restore-cr.adoc index 03520505aef4..1c22eb2a1607 100644 --- a/modules/oadp-creating-restore-cr.adoc +++ b/modules/oadp-creating-restore-cr.adoc @@ -6,12 +6,10 @@ [id="oadp-creating-restore-cr_{context}"] = Creating a Restore CR +[role="_abstract"] You restore a `Backup` custom resource (CR) by creating a `Restore` CR. -[NOTE] -==== -When you restore a stateful application that uses the `azurefile-csi` storage class, the restore operation remains in the `Finalizing` phase. -==== +When you restore a stateful application that uses the `azurefile-csi` storage class, the restore operation remains in the `Finalizing` phase. .Prerequisites @@ -75,8 +73,6 @@ During the restore process, the OADP Velero plug-ins scale down the `DeploymentC ==== + .`dc-restic-post-restore.sh -> dc-post-restore.sh` cleanup script -[%collapsible] -==== [source,bash] ---- #!/bin/bash @@ -123,5 +119,4 @@ spec: EOF fi done ----- -==== \ No newline at end of file +---- \ No newline at end of file diff --git a/modules/oadp-creating-restore-hooks.adoc b/modules/oadp-creating-restore-hooks.adoc index 1ffc8cd0e25a..d8fbf1eb1773 100644 --- a/modules/oadp-creating-restore-hooks.adoc +++ b/modules/oadp-creating-restore-hooks.adoc @@ -6,6 +6,7 @@ [id="oadp-creating-restore-hooks_{context}"] = Creating restore hooks +[role="_abstract"] You create restore hooks to run commands in a container in a pod by editing the `Restore` custom resource (CR). You can create two types of restore hooks: diff --git a/modules/oadp-review-backup-restore.adoc b/modules/oadp-review-backup-restore.adoc index 75f100b21a8a..6ba36b450497 100644 --- a/modules/oadp-review-backup-restore.adoc +++ b/modules/oadp-review-backup-restore.adoc @@ -7,6 +7,7 @@ [id="oadp-review-backup-restore_{context}"] = Previewing resources before running backup and restore +[role="_abstract"] {oadp-short} backs up application resources based on the type, namespace, or label. This means that you can view the resources after the backup is complete. Similarly, you can view the restored objects based on the namespace, persistent volume (PV), or label after a restore operation is complete. To preview the resources in advance, you can do a dry run of the backup and restore operations. .Prerequisites