Skip to content

ascidoc vale fixes for oadp restoring title #95650

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
11 changes: 3 additions & 8 deletions modules/oadp-creating-restore-cr.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -123,5 +119,4 @@ spec:
EOF
fi
done
----
====
----
1 change: 1 addition & 0 deletions modules/oadp-creating-restore-hooks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions modules/oadp-review-backup-restore.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down