Bacula-users

[Bacula-users] job type = 'c' vs 'C'

2011-02-21 09:56:30
Subject: [Bacula-users] job type = 'c' vs 'C'
From: Dan Langille <dan AT langille DOT org>
To: bacula-users <bacula-users AT lists.sourceforge DOT net>
Date: Mon, 21 Feb 2011 09:52:30 -0500
The values for the type field in the job table are defined here:

http://www.bacula.org/5.0.x-manuals/en/developers/developers/Database_Tables.html

Look for 'The Job Type (or simply Type) can have one of the following 
values: '

However, in my job table, I'm seeing two values not listed:

bacula=# select distinct(type) from job order by 1;
  type
------
  B
  C
  M
  R
  V
  c
  g
(7 rows)

bacula=#


Specifically, 'c' and 'g',

Any ideas about that?

For what it's worth, I have just one job of type 'g'.

And all my jobs of type 'c' appear to be Copy jobs.
-- 
Dan Langille - http://langille.org/

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>