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 createcommand and specify the--compartment idparameter and set the--destinationregionparameter asnoneto disable backups for a paired region.oci bv volume-backup-policy create --compartment-id <compartment_id> --destinationregion noneFor a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the
UpdateVolumeBackupPolicyoperation and specify thepolicyIdattribute in the request body and thedestinationRegionasnonein theUpdateVolumeBackupPolicyDetailsresource.