Running Jobs on Client

POST /status/client/?name=gani-fd&jobs=running

OUTPUT:
{
    "data": [
        {
            "jobid": 330,
            "name": "RestoreFiles",
            "type": "restore",
            "starttime": "2013-11-29 16:41:15",
            "status": "R",
            "status_description": "is running",
            "jobbytes": 435505249,
            "jobbytes_formatted": "415.33 MiB",
            "avebytes_sec": 48389472,
            "avebytes_sec_formatted": "46.14 MiB/s",
            "lastbytes_sec": 48389472,
            "lastbytes_sec_formatted": "46.14 MiB/s",
            "binaryprefix": "Mi",
            "bwlimit": 0,
            "jobfiles": 0,
            "restored": 2093,
            "expected_files": 29521,
            "percent_completed": "7%",
            "files_examined": 2093,
            "processing_file": "/tmp/bacula-restore/home/gani/DSC00183.jpg",
            "errors": O
        },
        {
            "jobid": 331,
            "name": "gani-Full-Backup",
            "type": "backup",
            "starttime": "2013-11-29 16:41:19",
            "status": "R",
            "status_description": "is running",
            "jobbytes": 564739793,
            "jobbytes_formatted": "538.57 MiB",
            "avebytes_sec": 141184948,
            "avebytes_sec_formatted": "134.64 MiB",
            "lastbytes_sec": 141184948,
            "lastbytes_sec_formatted": "134.64 MiB/s",
            "bwlimit": 0,
            "backed_up": 2210,
            "restored": 0,
            "expected_files": 0,
            "percent_completed": "",
            "files_examined": 2210,
            "processing_file": "/home/gani/Obrazy/Bacula/tapeta_bacula.png",
            "errors": O
        }
    ],
    "error": 0
}

Go back to the Director Status chapter.

Go back to the Status Category chapter.

Go back to the REST API chapter.

Go back to the main Advanced Features Usage page.