×

You can configure one or more Volume Snapshot Locations (VSLs) to store the snapshots in different cloud provider regions.

Configuring the DPA with more than one VSL

You configure the DPA with more than one VSL and specify the credentials provided by the cloud provider. Make sure that you configure the snapshot location in the same region as the persistent volumes. See the following example.

Example DPA
apiVersion: oadp.openshift.io/v1alpha1
kind: DataProtectionApplication
#...
snapshotLocations:
  - velero:
      config:
        profile: default
        region: <region> (1)
      credential:
        key: cloud
        name: cloud-credentials
      provider: aws
  - velero:
      config:
        profile: default
        region: <region>
      credential:
        key: cloud
        name: <custom_credential> (2)
      provider: aws
#...
1 Specify the region. The snapshot location must be in the same region as the persistent volumes.
2 Specify the custom credential name.