Skip to content

Commit e4173d5

Browse files
authored
Merge pull request #96098 from vashirova/OADP-1791-backing-up-applications
OADP-1791: Added suggestions for the backup types
2 parents e7a193c + 8213589 commit e4173d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

backup_and_restore/application_backup_and_restore/backing_up_and_restoring/backing-up-applications.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,21 @@ Because all taken backup remains until expired, also check the time to live (TTL
1212

1313

1414
You can back up applications by creating a `Backup` custom resource (CR). For more information, see xref:../../../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/oadp-creating-backup-cr.adoc#oadp-creating-backup-cr-doc[Creating a Backup CR].
15+
The following are the different backup types for a `Backup` CR:
1516

1617
ifdef::openshift-rosa,openshift-rosa-hcp[]
1718
The `Backup` CR creates backup files for Kubernetes resources and internal images on S3 object storage.
1819
endif::openshift-rosa,openshift-rosa-hcp[]
1920

2021
ifndef::openshift-rosa,openshift-rosa-hcp[]
2122
* The `Backup` CR creates backup files for Kubernetes resources and internal images on S3 object storage.
23+
24+
* If you use Velero's snapshot feature to back up data stored on the persistent volume, only snapshot related information is stored in the S3 bucket along with the Openshift object data.
25+
2226
* If your cloud provider has a native snapshot API or supports CSI snapshots, the `Backup` CR backs up persistent volumes (PVs) by creating snapshots. For more information about working with CSI snapshots, see xref:../../../backup_and_restore/application_backup_and_restore/backing_up_and_restoring/oadp-backing-up-pvs-csi-doc.adoc#oadp-backing-up-pvs-csi-doc[Backing up persistent volumes with CSI snapshots].
2327
28+
If the underlying storage or the backup bucket are part of the same cluster, then the data might be lost in case of disaster.
29+
2430
For more information about CSI volume snapshots, see xref:../../../storage/container_storage_interface/persistent-storage-csi-snapshots.adoc#persistent-storage-csi-snapshots[CSI volume snapshots].
2531

2632
:FeatureName: The `CloudStorage` API, which automates the creation of a bucket for object storage,

0 commit comments

Comments
 (0)