Viewing Backup Configuration Information

How you view information about the current backup configuration of a database deployment depends on the type of database running in the deployment.

Viewing Backup Configuration Information by Using the bkup_api Utility

Not Oracle Cloud at Customer. This topic does not apply to Oracle Cloud at Customer.

You use the get_config_info command of the bkup_api utility to view backup configuration settings for database deployments hosting a single-instance database. Optionally, the output can be used to create a file containing JSON syntax.
  1. Connect to the compute node as the opc user.

    For detailed instructions, see Connecting to a Compute Node Through Secure Shell (SSH).

  2. Start a root-user command shell:

    $ sudo -s
    #
  3. Use the get_config_info subcommand to display information about the current backup configuration:

    # /var/opt/oracle/bkup_api/bkup_api get_config_info --all --dbname dbname [--json json_destination]
    

    where dbname is the database name and json_destination is the name of a file to be generated containing JSON syntax.

  4. Exit the root-user command shell and disconnect from the compute node:

    # exit
    $ exit

Viewing Backup Configuration Information by Using the raccli Utility

Not Oracle Cloud InfrastructureNot Oracle Cloud at Customer This topic does not apply to Oracle Cloud Infrastructure or to Oracle Cloud at Customer.

You use the list backupconfig command of the raccli utility to view backup configuration settings for database deployments hosting an Oracle Real Application Clusters (RAC) database.
  1. Connect to the compute node as the opc user.

    For detailed instructions, see Connecting to a Compute Node Through Secure Shell (SSH).

  2. Use the list backupconfig subcommand to display information about the current backup configuration:

    $ raccli list backupconfig
  3. Disconnect from the compute node:

    $ exit