Ah, except I don't appear to have that table in my DB schema.

mysql> show tables;
+------------------+
| Tables_in_bacula |
+------------------+
| BaseFiles        |
| CDImages         |
| Client           |
| Counters         |
| File             |
| FileSet          |
| Filename         |
| Job              |
| JobMedia         |
| Media            |
| Path             |
| Pool             |
| UnsavedFiles     |
| Version          |
+------------------+
14 rows in set (0.00 sec)

This is Bacula 1.36-3.1. I suppose I can always insert the table
manually or expand the codes elsewhere I was just curious, is that
table a later addition?

Will.
On 16/11/05, Will McDonald <[EMAIL PROTECTED]> wrote:
> Indeed it is. Cheers. :)
>
> Will.
>
> On 16/11/05, Richard Ryder <[EMAIL PROTECTED]> wrote:
> > Is this what you're looking for?
> >
> > mysql> select * from Status;
> > +-----------+---------------------------------+
> > | JobStatus | JobStatusLong                   |
> > +-----------+---------------------------------+
> > | C         | Created, not yet running        |
>


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_idv28&alloc_id845&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to