Enabling Cross-region Copy for a User-defined Backup Policy
Copy backups between regions for disaster recovery, business continuity, migration, or expansion. Update a user-defined (custom) backup policy in Block Volume to enable cross-region copy.
- On the Backup Policies list page, find the backup policy that you want to work with. If you need help finding the list page or the backup policies, see Listing Backup Policies.
- From the , select Edit.
- On the Edit backup policy panel, for Cross region copy target, select the region you want the volume backup to be copied to.
- Select the checkbox to acknowledge the warning.
- Select Save changes.
Use the
oci bv volume-backup-policy create
command and specify the--compartment id
,--destinationregion
parameters to set a paired region for copying scheduled backups to.oci bv volume-backup-policy create --compartment-id <compartment_id> --destinationregion<region_name>
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the
CreateVolumeBackup
operation and specify thecompartmentId
anddestinationRegion
attributes for theCreateVolumeBackupPolicyDetails
resource to enable cross-region copy for a user-defined backup policy.