On Aug 11, 2006, at 12:43 PM, Andreas Freyvogel wrote:
> I am currenlty working on configuring a Bacula server to accomodate  
> off-site
> storage of our tapes. This would involve running two (maybe three)  
> pools
> alternatively.
>
> I have reviewed the documentation on how I might do this, but it  
> doesn't
> seem all to clear. I am thinking along the lines of this:
>
> Schedule {
>   Name = "WeeklyIncrmental"
>   Run = Level=Incremental Pool=PoolA w01,w03 at 10:00pm
>   Run = Level=Incremental Pool=PoolB w02,w04 at 10:00pm

This would only happen on weeks 1-4 of the year.

> Schedule {
>   Name = "WeeklyFull"
>   Run = Level=Full Pool=PoolA 1st,2nd fri at 10:00pm
>   Run = Level=Full Pool=PoolB 2nd,4th fri at 10:00pm

Did you mean 1st, 3rd and 2nd, 4th?  Right now you'll get two back-to- 
back full backups and then a week without a backup.

> Another point I am not solid on is how to create the job definition  
> using
> more than one pool?

You did it properly.

Also, there's no reason for these to be different schedules.  You can  
mix Full and Incremental on the same schedule.  Here's what we use.   
Monthly and Quarterly files are copied and go offsite.

Schedule {
         Name = "svcoloSchedule"
         Run = Level=Full Pool=svcolo_Quarterly on 1st sun  
jan,april,jul,oct at 12:05
         Run = Level=Full Pool=svcolo_Monthly on 1st sun  
feb,mar,may,jun,aug,sep,nov,dec at 12:05
         Run = Level=Full Pool=svcolo_Daily 2nd-5th sun at 12:05
         Run = Level=Incremental Pool=svcolo_Daily mon-sat at 23:05
}


-- 
Jo Rhett
senior geek
Silicon Valley Colocation


-------------------------------------------------------------------------
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