On Tue, Aug 29, 2006 at 11:04:33AM +0200, Uwe Schuerkamp wrote:
> From: Uwe Schuerkamp <[EMAIL PROTECTED]>
> To: "Masopust, Christian" <[EMAIL PROTECTED]>
> Cc: Bacula Users Mailing List <bacula-users@lists.sourceforge.net>
> Date: Tue, 29 Aug 2006 11:04:33 +0200
> Subject: Re: [Bacula-users] jobdefs question
> 
> Hello folks,
> 
> sorry to follow up on myself, but it looks like removing the pool
> overrides from the schedule definition fixed the problem like so: 
> 
> Schedule {
>   Name = "FullMonday"
>   Run = Level=Full FullPool=Default Pool=Default Mon at 11:00
>   Run = Level=Incremental tue-sun at 19:05
> }
> 
> Now, the hosts scheduled today for an incremental backup seem to be
> destined for the correct disk / online volume, at least the
> "*unknown*" volume has disappeared from the "status dir" output. 
> 
> All the best & thanks again for your help, 
> 
> Uwe 
> 

That statement seems to have been a bit premature. Now all backups go
to the offline pool, not just full backups, even though I've indicated
the incremental backup pool in the job definition: 

Job {
  Name = "deniol13"
  Client = deniol13e-fd
  JobDefs = "full_monday"
  Pool = Default
  Full Backup Pool = Default
  Incremental Backup Pool = Online01
  Storage = DLT8000
  FileSet = "Full Set deniol13 online"
  Write Bootstrap =
  "/server/bacula/var/bacula/working/deniol13e_online.bsr"
}

If I comment out the Pool=Default statement, bacula throws an
error. Now I'm totally confused: How can I make incremental backups go
to a different pool than full backups? 

Thanks in advance, 

uwe 

-- 
Uwe Schuerkamp, NIONEX GmbH (http://www.nionex.com/)
[EMAIL PROTECTED] Tel: +49 (0)5241 / 80 10 66 FAX: / 806 23 38
Avenwedder Str. 55, D-33311 Guetersloh, Germany
GnuPG KeyID: 5887047D, Fingerprint: 2E1320229A3F63 7F676FE9B1A836A461

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to