Viewing Cloud Jobs (CLI)

The Jobs list contains active and recently completed jobs in the cloud data service, and is in chronological order.

  1. Go to configuration services cloud jobs.
    hostname:configuration services cloud jobs>
  2. Enter ls to view the cloud jobs.
    • JOB - Cloud job number.

    • OPERATION - Indicates an operation of backup, restore, or delete.

    • CREATED - Date and time that the cloud job was created.

    hostname:configuration services cloud jobs> ls
    Jobs:
    JOB      OPERATION  CREATED
    job-000  backup     2019-8-03 15:05:53
  3. Find and select the cloud job by its number, and enter ls to view its details.

    status values: in-progress, pending, and completed. If an in-progress backup operation and the write_limit property was set for the cloud target, the write traffic bandwidth is limited to the set value. If an in-progress restore operation and the read_limit property was set for the cloud target, the read traffic bandwidth is limited to the set value. For a description of all detailed cloud job properties, see Cloud Properties.

    hostname:configuration services cloud jobs> select job-000
    hostname:configuration services cloud job-000> ls
    Properties:
                        op = backup
                    target = e641f83d-4628-42ba-8757-d66c4c98c0d9
                targetName = oci-phoenix
                   created = 2019-8-03 15:05:53
                   updated = 2019-8-03 22:27:33
                        id = 3babb944-07f6-4b69-8de1-f6dcfeab5fb2
                    status = in-progress
                    format = zfs
                      rate = 6MB/s
               transferred = 1.46G
            estimated_size = 40.1G
                   dataset = p1/local/default/f-1
                    backup = 3e035b7e546e0d02/1cbfdb5ff2259b76
                  snapshot = snap9
                   details = uploading backup to zfs/backups/
                             3e035b7e546e0d02/1cbfdb5ff2259b76/000000001

Related Topics

Cloud Properties