1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/oadp-plugins.adoc
2022-02-23 07:55:29 +00:00

39 lines
1.6 KiB
Plaintext

// Module included in the following assemblies:
//
// * backup_and_restore/application_backup_and_restore/oadp-features-plugins.adoc
:_content-type: CONCEPT
[id="oadp-plugins_{context}"]
= OADP plug-ins
The OpenShift API for Data Protection (OADP) provides default Velero plug-ins that are integrated with storage providers to support backup and snapshot operations. You can create link:https://{velero-domain}/docs/v1.7/custom-plugins/[custom plug-ins] based on the Velero plug-ins.
OADP also provides plug-ins for {product-title} resource backups, OpenShift Virtualization resource backups, and Container Storage Interface (CSI) snapshots.
[cols="3", options="header"]
.OADP plug-ins
|===
|OADP plug-in |Function |Storage location
.2+|`aws` |Backs up and restores Kubernetes objects. |AWS S3
|Backs up and restores volumes with snapshots. |AWS EBS
.2+|`azure` |Backs up and restores Kubernetes objects. |Microsoft Azure Blob storage
|Backs up and restores volumes with snapshots. |Microsoft Azure Managed Disks
.2+|`gcp` |Backs up and restores Kubernetes objects. |Google Cloud Storage
|Backs up and restores volumes with snapshots. |Google Compute Engine Disks
|`openshift` |Backs up and restores {product-title} resources. ^[1]^ |Object store
|`kubevirt` |Backs up and restores OpenShift Virtualization resources. ^[2]^ |Object store
|`csi` |Backs up and restores volumes with CSI snapshots. ^[3]^ |Cloud storage that supports CSI snapshots
|===
[.small]
--
1. Mandatory.
2. Virtual machine disks are backed up with CSI snapshots or Restic.
3. The `csi` plug-in uses the link:https://velero.io/docs/main/csi/[Velero CSI beta snapshot API].
--