mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
ascidoc vale fixes
Signed-off-by: Shruti Deshpande <shdeshpa@redhat.com>
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
f54bbb0374
commit
7aa0823f44
@@ -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].
|
||||
|
||||
@@ -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
|
||||
----
|
||||
====
|
||||
----
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user