Skip to content

Instantly share code, notes, and snippets.

@wavedocs
Created March 31, 2014 06:48
Show Gist options
  • Save wavedocs/9886650 to your computer and use it in GitHub Desktop.
Save wavedocs/9886650 to your computer and use it in GitHub Desktop.
Bacula JobStatus
+-----------+---------------------------------+----------+
| JobStatus | JobStatusLong | Severity |
+-----------+---------------------------------+----------+
| C | Created, not yet running | 15 |
| R | Running | 15 |
| B | Blocked | 15 |
| T | Completed successfully | 10 |
| E | Terminated with errors | 25 |
| e | Non-fatal error | 20 |
| f | Fatal error | 100 |
| D | Verify found differences | 15 |
| A | Canceled by user | 90 |
| F | Waiting for Client | 15 |
| S | Waiting for Storage daemon | 15 |
| m | Waiting for new media | 15 |
| M | Waiting for media mount | 15 |
| s | Waiting for storage resource | 15 |
| j | Waiting for job resource | 15 |
| c | Waiting for client resource | 15 |
| d | Waiting on maximum jobs | 15 |
| t | Waiting on start time | 15 |
| p | Waiting on higher priority jobs | 15 |
| i | Doing batch insert file records | 15 |
| a | SD despooling attributes | 15 |
+-----------+---------------------------------+----------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment