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.

    1. 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.
    2. From the Actions menu (three dots), select Edit.
    3. On the Edit backup policy panel, for Cross region copy target, select None.
    4. Select the checkbox to acknowledge the warning.
    5. Select Save changes.
  • Use the oci bv volume-backup-policy create command and specify the --compartment id parameter and set the --destinationregion parameter as none 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 the policyId attribute in the request body and the destinationRegion as none in the UpdateVolumeBackupPolicyDetails resource.