raccli list backup

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

The list backup subcommand of the raccli utility provides a list and status of all the backup jobs on an Oracle Database Classic Cloud Service database deployment that uses Oracle Real Application Clusters (RAC).
raccli list backup  

Example

Here is an example of the list backup subcommand. The output in this example shows the detail of the backup taken in the raccli create backup example.

[opc@example1 ~]$ raccli list backup

[ {
  "updatedTimestamp" : "2015-10-11, 01:03:01",
  "id" : 1444525202870,
  "name" : "rdbaas_backup",
  "description" : null,
...
      "location" : "DISK",
      "info" : "Location /u03/app/oracle"
    } ]
  } ],
  "jobId" : "6"
}, {
  "updatedTimestamp" : "2015-10-15, 18:38:11",
  "id" : 1444934257459,
  "name" : "rdbaas_backup",
  "description" : null,
  "createTimeStamp" : "2015-10-15, 18:37:37",
  "type" : "Backup",
  "tagName" : "backuptest",
  "endTime" : null,
  "backupComponents" : [ {
    "updatedTimestamp" : "2015-10-15, 18:37:39",
    "id" : 1444934258987,
    "name" : null,
    "description" : null,
    "createTimeStamp" : "2015-10-15, 18:37:38",
    "type" : null,
    "component_name" : "DBConfig",
    "backupLocations" : [ {
      "updatedTimestamp" : "2015-10-15, 18:37:39",
      "id" : 1444934259945,
      "name" : null,
      "description" : null,
      "createTimeStamp" : "2015-10-15, 18:37:39",
      "type" : null,
      "location" : "DISK",
      "info" : "Location /u03/app/oracle"
    } ]
  }, {
    "updatedTimestamp" : "2015-10-15, 18:38:11",
    "id" : 1444934260034,
    "name" : null,
    "description" : null,
    "createTimeStamp" : "2015-10-15, 18:37:40",
    "type" : null,
    "component_name" : "Database",
    "backupLocations" : [ {
      "updatedTimestamp" : "2015-10-15, 18:38:10",
      "id" : 1444934290955,
      "name" : null,
      "description" : null,
      "createTimeStamp" : "2015-10-15, 18:38:10",
      "type" : null,
      "location" : "DISK",
      "info" : "Location /u03/app/oracle"
    } ]
  } ],
  "jobId" : "7"
} ]
[opc@example1 ~]$