Bacula-users

Re: [Bacula-users] Problems with usage of Copy Jobs

2010-10-22 13:08:03
Subject: Re: [Bacula-users] Problems with usage of Copy Jobs
From: Martin Simmons <martin AT lispworks DOT com>
To: Bacula-users AT lists.sourceforge DOT net
Date: Fri, 22 Oct 2010 18:04:43 +0100
>>>>> On Fri, 22 Oct 2010 15:07:37 +0200, Frank Altpeter said:
> 
> Hi,
> 
> I'm still curious about this because it's still present with the
> current 5.0.3 implementation of bacula. Is there anything new about
> the behaviour of copy jobs? Any other peopel with ideas to discuss
> with? I mean, generally the copy jobs seem to work, but with almost
> 140 clients the database gets quite a little blown up with unnecessary
> job entries AFAIK, if every copy job produces two job entries, besides
> the fact that there is no real way to keep informed about the status
> by mail, when all jobs have the same (parent) name.

The extra job is normal.  The copy job (type c) is an administrative job that
creates a new job (type C) for every job that it copies.

__Martin



> 
> 
> 
> 2010/7/23 Frank Altpeter <frank.altpeter AT gmail DOT com>:
> > Moin,
> >
> > 2010/7/23  <C.Keschnat AT internet-mit-iq DOT de>:
> >> That seems strange. I presume you also didn't get a mail for job 54425?
> >
> > Correct.
> >
> >> I also don't know what to make of this. You could check the volumes to see 
> >> if
> >> there was actually data written for the incremental job.
> >
> > I checked, and it seems that the job did not actually run, but only
> > got entered (and displayed) twice, as the database tells me:
> >
> > mysql> select JobId,Job,Name,Type,Level,JobFiles,JobBytes,ReadBytes
> > from Job where JobId in ( 54423, 54424, 54425 ) limit 10;
> > +-------+------------------------------------------+-------------------+------+-------+----------+-----------+-----------+
> > | JobId | Job                                      | Name
> > | Type | Level | JobFiles | JobBytes  | ReadBytes |
> > +-------+------------------------------------------+-------------------+------+-------+----------+-----------+-----------+
> > | 54423 | balance.company.com.2010-07-23_11.01.54_18 |
> > balance.company.com | B    | F     |    52624 | 362371099 | 899243991
> > |
> > | 54424 | DiskToTape.2010-07-23_11.11.21_19        | DiskToTape
> > | c    | F     |        0 |         0 |         0 |
> > | 54425 | balance.company.com.2010-07-23_11.11.22_20 |
> > balance.company.com | C    | F     |    52624 | 369022937 |         0
> > |
> > +-------+------------------------------------------+-------------------+------+-------+----------+-----------+-----------+
> >
> > Quite strange, since jobid 54424 does not have any data according to
> > the mysql entry.
> >
> >
> >
> > Le deagh dhùraghd,
> >
> >         Frank Altpeter
> >
> 
> 
> 
> -- 
> Le deagh dhùraghd,
> 
>         Frank Altpeter
> 
> ------------------------------------------------------------------------------
> Nokia and AT&T present the 2010 Calling All Innovators-North America contest
> Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
> http://p.sf.net/sfu/nokia-dev2dev
> _______________________________________________
> Bacula-users mailing list
> Bacula-users AT lists.sourceforge DOT net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
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>