Viewing Backup Policies

On Compute Cloud@Customer, after creating a backup policy, you can use the Compute Cloud@Customer Console, CLI, or API to view the policy.

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

      At a minimum, the Oracle defined policies are listed. If the compartment has any user defined policies, then both Oracle defined and user defined policies are listed.

    2. To view a particular user defined policy, you might need to select a different compartment from the top of the page.

    3. To see details about a policy, click the policy name. Scroll to the Resources section to see the schedules.

  • Use the oci bv volume-backup-policy list command and required parameters to list all the volume backup policies available in the specified compartment.

    oci bv volume-backup-policy list --compartment-id <compartment_OCID> [OPTIONS]

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

  • Use the ListVolumeBackupPolicies operation to list all the volume backup policies available in the specified compartment.

    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.