1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/oadp-plugins.adoc
2022-01-20 12:35:13 +00:00

35 lines
1.5 KiB
Plaintext

// Module included in the following assemblies:
//
// * backup_and_restore/application_backup_and_restore/oadp-features-plugins.adoc
[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.io/docs/v1.7/custom-plugins/[custom plug-ins] based on the Velero plug-ins.
OADP also provides plug-ins for {product-title} resource backups and Container Snapshot Interface (CSI) snapshots.
[cols="3", options="header"]
.OADP plug-ins
|===
|OADP plug-in |Function |Storage location
.2+|`aws` |Backs up and restores Kubernetes objects by using object store. |AWS S3
|Backs up and restores volumes by using snapshots. |AWS EBS
.2+|`azure` |Backs up and restores Kubernetes objects by using object store. |Microsoft Azure Blob storage
|Backs up and restores volumes by using snapshots. |Microsoft Azure Managed Disks
.2+|`gcp` |Backs up and restores Kubernetes objects by using object store. |Google Cloud Storage
|Backs up and restores volumes by using snapshots. |Google Compute Engine Disks
|`openshift` |Backs up and restores {product-title} resources by using object store. ^[1]^ |Object store
|`csi` |Backs up and restores volumes by using CSI snapshots. ^[2]^ |Cloud storage that supports CSI snapshots
|===
[.small]
--
1. Mandatory.
2. The `csi` plug-in uses the link:https://velero.io/docs/main/csi/[Velero CSI beta snapshot API].
--