Skip to content

Commit 59921ec

Browse files
Merge pull request #59421 from CarmiWisemon/oadp1769operators
2 parents 95a1e07 + 70cb3f7 commit 59921ec

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

modules/oadp-features.adoc

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,26 @@
99
OpenShift API for Data Protection (OADP) supports the following features:
1010

1111
Backup::
12-
You can back up all resources in your cluster or you can filter the resources by type, namespace, or label.
12+
You can use OADP to back up all applications on the OpenShift Platform, or you can filter the resources by type, namespace, or label.
1313
+
1414
OADP backs up Kubernetes objects and internal images by saving them as an archive file on object storage. OADP backs up persistent volumes (PVs) by creating snapshots with the native cloud snapshot API or with the Container Storage Interface (CSI). For cloud providers that do not support snapshots, OADP backs up resources and PV data with Restic.
1515

16+
+
17+
[NOTE]
18+
====
19+
You must exclude Operators from the backup of an application for backup and restore to succeed.
20+
====
21+
22+
1623
Restore::
1724
You can restore resources and PVs from a backup. You can restore all objects in a backup or filter the restored objects by namespace, PV, or label.
1825

26+
+
27+
[NOTE]
28+
====
29+
You must exclude Operators from the backup of an application for backup and restore to succeed.
30+
====
31+
1932
Schedule::
2033
You can schedule backups at specified intervals.
2134

0 commit comments

Comments
 (0)