Editing a Schedule for a User-defined Backup Policy

Update a schedule in a user-defined (custom) backup policy in Block Volume.

    1. On the Backup Policies list page, select the backup policy that you want. If you need help finding the list page or the backup policies, see Listing Backup Policies.
    2. Select Schedules.
    3. Find the schedule that you want to edit.
    4. From the Actions menu (three dots), select Edit.
    5. After making your changes to the schedule, select Update.
  • Use the oci bv volume-backup-policy update command and specify the parameters to update the schedule for a volume backup policy:

    oci bv volume-backup-policy update --policy-id backup_policy_ID --schedules file//path/schedule_JSON.json

    For example:

    oci bv volume-backup-policy update --policy-id ocid1.volumebackuppolicy.oc1.phx.unique_ID --schedules file//~/input.json

    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 definedTags, destinationRegion, displayName, freeformTags and/or schedules attributes in the UpdateVolumeBackupPolicyDetails resource edit your backup policy schedule.