mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
37 lines
1.5 KiB
Plaintext
37 lines
1.5 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * backup_and_restore/application_backup_and_restore/oadp-features-plugins.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="oadp-features_{context}"]
|
|
= OADP features
|
|
|
|
OpenShift API for Data Protection (OADP) supports the following features:
|
|
|
|
Backup::
|
|
You can use OADP to back up all applications on the OpenShift Platform, or you can filter the resources by type, namespace, or label.
|
|
+
|
|
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.
|
|
|
|
+
|
|
[NOTE]
|
|
====
|
|
You must exclude Operators from the backup of an application for backup and restore to succeed.
|
|
====
|
|
|
|
|
|
Restore::
|
|
You can restore resources and PVs from a backup. You can restore all objects in a backup or filter the objects by namespace, PV, or label.
|
|
|
|
+
|
|
[NOTE]
|
|
====
|
|
You must exclude Operators from the backup of an application for backup and restore to succeed.
|
|
====
|
|
|
|
Schedule::
|
|
You can schedule backups at specified intervals.
|
|
|
|
Hooks::
|
|
You can use hooks to run commands in a container on a pod, for example, `fsfreeze` to freeze a file system. You can configure a hook to run before or after a backup or restore. Restore hooks can run in an init container or in the application container.
|