[Bacula-users] Bacula jobstatus codes

2006-03-30 Thread Giuseppe

Hi!
I'm looking for bacula codes about jobstatus, but I can't
find them in the bacula online manual. (Am I blind? ehehe )
Can anyone tell me where can I find them please?

Thanks for your time!

Giuseppe




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula jobstatus codes

2006-03-30 Thread John Kodis
On Thu, Mar 30, 2006 at 12:32:23PM +0200, Giuseppe wrote:

 I'm looking for bacula codes about jobstatus, but I can't
 find them in the bacula online manual. (Am I blind? ehehe )

They're stored in the database:

bacula=# select * from status;

 jobstatus |  jobstatuslong
---+-
 C | Created, not yet running
 R | Running
 B | Blocked
 T | Completed successfully
 E | Terminated with errors
 e | Non-fatal error
 f | Fatal error
 D | Verify found differences
 A | Canceled by user
 F | Waiting for Client
 S | Waiting for Storage daemon
 m | Waiting for new media
 M | Waiting for media mount
 s | Waiting for storage resource
 j | Waiting for job resource
 c | Waiting for client resource
 d | Waiting on maximum jobs
 t | Waiting on start time
 p | Waiting on higher priority jobs
(19 rows)

-- John Kodis.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users