Status Client Output
Possible values of binary and decimal prefixes are described in Units
POST /status/client/?name=gani-fd
OUTPUT:
{
"data": [
{
"client-daemon": "gani-fd",
"version": "6.6.0",
"uname": "x86_64-pc-linux-gnu-bacula-enterprise ubuntu 12.04",
"started": "2013-12-01 01:02:00",
"jobs_run": "30",
"jobs_running": "1",
"jobs": {
"running": [
{
"jobid": 330,
"name": "RestoreFiles",
"type": "restore",
"starttime": "2013-11-29 16:41:15",
"status": "R",
"status_desc": "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": 0
},
{
"jobid": 331,
"name": "gani-Full-Backup",
"type": "backup",
"starttime": "2013-11-29 16:41:19",
"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": 2210,
"restored": 0,
"expected_files": 0,
"percent_completed": "",
"files_examined": 2210,
"processing_file": "/home/gani/Bacula/tapeta_bacula.png",
"errors": 0
}
}
],
"terminated": [
{
"jobid": 319,
"name": "gani-Full-Backup",
"type": "backup",
"level": "incremental",
"files": 0,
"jobbytes": 0,
"jobbytes_formatted": "0 B",
"binaryprefix": "",
"starttime": "2013-11-29 16:25:00",
"endtime": "2013-11-29 16:26:00",
"status": "T",
"status_description": "OK",
"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.