Please help, i'm stuck with configuring schedule jobs. I'm try to implement configuration like this.

2 fd clients.

1st week in monday must be run Full backup, then in tuesday to sunday must be made Incremental, and those tapes must be available for restore for 1 week. For example named Full1 set.

2nd week situation is the same, but i must use different set of tapes for Full and Incremental backup. Full2  set.

Next week i must reuse tapes from Full1 set, and etc.

With first site view of manual I made this scheduling.

Schedule {
    Name  = "Weekly"
    Run = Pool=Full1 1st mon at 23:05
    Run = Pool=Incremental1 1st tue-sun at 23:05
    Run = Pool=Full2 2nd mon at 23:05
    Run = Pool=Incremental2 2nd tue-sun at 23:05
    Run = Pool=Full1 3rd mon at 23:05
    Run = Pool=Incremental1 3rd tue-sun at 23:05
    Run = Pool=Full2 4th mon at 23:05
    Run = Pool=Incremental2 4th tue-sun at 23:05
    Run = Pool=Full1 5th mon at 23:05
    Run = Pool=Incremental1 5th tue-sun at 23:05
}
but this one is complete mess, and do nothing reasonable.
There was four different pools Full1,Full2,Inc..1,Inc..2
with 1 volume in each pool.

Second configuration is:
Schedule {
    Name  = "Weekly"
    Run = Pool=Full mon at 23:05
    Run = Pool=Incremental tue-sun at 23:05

}
and there are 2 volumes in each pool. Full contains Full1 and Full2, and Incremental contains Incremental1 and Incremental2 volumes.

My idea is to use shackles like this in Pool definition.
  Volume Use Duration = 1 day
  MaximumVolumeJobs = 2
for Full pool
and
  Volume Use Duration = 6 days
  MaximumVolumeJobs = 12
for Incremental pool.

but i'm not sure if this will do exacly what i expect. For experiment i need period of 1 month, this time is too long for experimenting.

If there is a way in wich i can get what i need. Thank you in advance.



-----------------------------------------------------------------
Survivor BG. Оцеляването продължава на www.survivor.btv.bg
-------------------------------------------------------------------------
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