raccli list backupconfig
![]()
This topic does not apply to Oracle Cloud Infrastructure or to Oracle Cloud at Customer.
The
list backupconfig subcommand of the raccli utility provides a list of the backup configuration settings for an Oracle Database Classic Cloud Service database deployment that uses Oracle Real Application Clusters (RAC).
raccli list backupconfig
Example
Here is an example of the list backupconfig subcommand.
[opc@example1 ~]$ raccli list backupconfig
{
"updatedTimestamp" : "2015-10-10, 01:41:20",
"id" : 1444441280176,
"name" : "rdbaas_backup_config",
"description" : null,
"createTimeStamp" : "2015-10-10, 01:41:20",
"type" : "BackupConfig",
"dbHomeBackup" : false,
"giHomeBackup" : false,
"backupOsConfigFiles" : true,
"backupGiConfigFiles" : true,
"diskEnabled" : true,
"ossEnabled" : false,
"diskRecoveryWindow" : 7,
"ossRecoveryWindow" : 30,
"cronDate" : "01:00",
"backupConfigFiles" : true,
"osConfigFilesRef" : "/opt/oracle/dcs/rdbaas/config/oscfg.spec",
"giConfigFilesRef" : "/opt/oracle/dcs/rdbaas/config/gicfg.spec",
"dbConfigFilesRef" : "/opt/oracle/dcs/rdbaas/config/dbcfg.spec",
"cloudStorageServiceName" : null,
"cloudStorageIdentityDomain" : null,
"cloudStorageUser" : null,
"cloudStorageHost" : null,
"cloudStoreContainer" : null
}
[opc@example1 ~]$