mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// backup_and_restore/application_backup_and_restore/oadp-api.adoc
|
|
:_mod-docs-content-type: REFERENCE
|
|
|
|
[id="backuplocation-type_{context}"]
|
|
= BackupLocation type
|
|
|
|
[role="_abstract"]
|
|
The following are `BackupLocation` {oadp-short} APIs:
|
|
|
|
.BackupLocation
|
|
[options="header"]
|
|
|===
|
|
|Property|Type|Description
|
|
|
|
|`velero`
|
|
|*link:https://pkg.go.dev/github.com/vmware-tanzu/velero/pkg/apis/velero/v1#BackupStorageLocationSpec[velero.BackupStorageLocationSpec]
|
|
|Location to store volume snapshots, as described in link:https://pkg.go.dev/github.com/vmware-tanzu/velero/pkg/apis/velero/v1#BackupStorageLocation[Backup Storage Location].
|
|
|
|
|`bucket`
|
|
| *link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#CloudStorageLocation[CloudStorageLocation]
|
|
| Automates creation of a bucket at some cloud storage providers for use as a backup storage location.
|
|
|===
|
|
|
|
:FeatureName: The `bucket` parameter
|
|
include::snippets/technology-preview.adoc[leveloffset=+1]
|
|
|
|
|
|
[role="_additional-resources"]
|
|
.Additional resources
|
|
* link:https://pkg.go.dev/github.com/openshift/oadp-operator/api/v1alpha1#BackupLocation[Complete schema definitions for the type `BackupLocation`] |