Editing a Backup Policy Schedule

On Compute Cloud@Customer, you cannot edit an Oracle defined backup policy. You can only edit user defined backup policies.

Avoid entering confidential information.

    1. In the Compute Cloud@Customer Console navigation menu, select Block Storage, then select Backup Policies.

    2. At the top of the page, select the compartment that contains the backup policy.

    3. Select the name of the backup policy that has the schedule you want to edit.

    4. On the backup policy details page, scroll to the Resources section.

    5. For the schedule that you want to edit in the Schedules list, select the Actions menu (An image of the three dot icon.), then select Edit.

    6. Make your changes. See Creating a Backup Policy for details.

    7. Select Update Schedule.

  • Use the oci bv volume-backup-policy update command and required parameters to update a user defined backup policy.

    Caution

    Running this command replaces all schedule items with the items you specify in the --schedule JSON. Include all the schedule parameters, not just the schedule parameter changes.

    oci bv volume-backup-policy update --policy-id <backup_policy_OCID> --schedule <json_string> or file://<path_to_JSON_file> [OPTIONS]

    For a complete list of CLI commands, flags, and options, see the Command Line Reference.

  • Use the UpdateVolumeBackupPolicy operation to update a user defined backup policy.

    For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.