Disabling Cross-region Copy for a User-defined Backup Policy
Stop copying backups between regions. Update a user-defined (custom) backup policy in Block Volume to disable 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 None.
- Select the checkbox to acknowledge the warning.
- Select Save changes.
Use the
oci bv volume-backup-policy create
command and specify the--compartment id
parameter and set the--destinationregion
parameter asnone
to disable backups for a paired region.oci bv volume-backup-policy create --compartment-id <compartment_id> --destinationregion none
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the
UpdateVolumeBackupPolicy
operation and specify thepolicyId
attribute in the request body and thedestinationRegion
asnone
in theUpdateVolumeBackupPolicyDetails
resource.