Skip to content

Commit 146be44

Browse files
committed
Peer review
1 parent 3a6881d commit 146be44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ endif::openshift-rosa,openshift-rosa-hcp[]
2020

2121
ifndef::openshift-rosa,openshift-rosa-hcp[]
2222
* The `Backup` CR creates backup files for Kubernetes resources and internal images on S3 object storage.
23-
* For an on-cluster backup, applications and persistent data are fully backed up. This type of backup is fast and can be executed quite often. But the data is vulnerable to cluster or storage outages. You can use CSI volume snapshots.
24-
* For an off-cluster backup, the Openshift object data and persistent data are backed up and moved from a cluster to ensure that a cluster outage does not impact the backup. This type of backup is slower as compared to a on-cluster backup, and should be executed less often than on-cluster. You can use CSI Data Mover backup and Kopia FSB.
25-
* Executing a single backup that performs both on-cluster and off-cluster backup is not possible.
23+
* In an on-cluster backup, you back up the applications and persistent data within the cluster. This type of backup is fast, and you can execute it frequently; however, the data is vulnerable to cluster or storage outages. You can use Container Storage Interface (CSI) volume snapshots for an on-cluster backup.
24+
* In an off-cluster backup, you back up the Openshift object data and persistent data and move them from a cluster to ensure that a cluster outage does not impact the backup. This type of backup is slower than an on-cluster backup; and therefore you should execute it less frequently than an on-cluster backup. You can use CSI Data Mover backup and Kopia File System Backup (FSB) for an off-cluster backup.
25+
* You can only execute a single backup that performs either an on-cluster or off-cluster backup.
2626
* 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].
2727

2828
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].

0 commit comments

Comments
 (0)