Hi,

03.09.2007 00:46,, Wolfgang Denk wrote::
> In message <[EMAIL PROTECTED]> you wrote:
>> 29.08.2007 17:41,, Richard White wrote::
>>> Bacula 2.2.0 on SLES 10 into an Ecrix 1x10 autochanger.
>>>
>>> I have some tapes from both the Daily pool (for differential
>>> backups) and the Weekend pool (for full backups) in the
>>> autochanger. Some scheduled Daily jobs run and the tape in the
>>> drive is from the Daily pool. One job wants to run Full because it
>>> has not run before, so Bacula prompts me to load a tape from the
>>> Weekend pool. I had thought that, since Bacula knows that there are
>>> some tapes from that pool in the autchanger, it would automatically
>>> unmount the Daily tape and mount one of the Weekend tapes and
>>> proceed without my intervention. Have I been laboring under a
>>> misconception?
>> Not exactly, though, at a customer installation, I encounter a similar 
>> problem. Currently, for different reasons, I have not investigated 
>> further, but I think there might be a problem in Bacula...
> 
> I have such a setup working without problems - at least since version
> 1.38.5.
> 
> IIRC the trick was to explicitely state whic pool to use if case of an
> automatic level change, i. e. something like this:
> 
> Schedule {
>   Name="WeeklyCycle"
>   Run=Full         FullPool=FULL                                            
> 1st sat     at 00:05
>   Run=Differential FullPool=FULL DifferentialPool=DIFF                      
> 2nd-5th sat at 00:05
>   Run=Incremental  FullPool=FULL DifferentialPool=DIFF IncrementalPool=INCR 
> sun-fri     at 00:05
> }
> 
> (This assumes you use the pool names "FULL", "DIFF" and "INCR", resp.)

Hmm... interesting observation. I'm using the job options "Full Backup 
Pool", "Incremental Backup Pool", ... to handle automatic job upgrades 
there. As they add new clients from time to time, I would have to 
think which option would work best... having full backups in the 
incremental pool used on weekdays is definitely not something I'd like 
to see there, and getting them to manually start the initial backup 
for a new client will also not easily be possible...
Anyway, if the pool assignment in the job options works differently to 
the one in the schedule line, I'd say this is a bug, too :-)

I hope I'll start working on that installation during this week :-)

Arno



> Best regards,
> 
> Wolfgang Denk
> 

-- 
Arno Lehmann
IT-Service Lehmann
www.its-lehmann.de

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to