Hello.
Let's say I have three jobs (each running on MySchedule):
_ backup a (priority=10);
_ backup b (priority=10);
_ backup catalog (priority=11).


Let's say I have three pools (1, 2 and 3).

Each month I'd like to take full backups of all three jobs on all three 
pools, so I write:

Schedule {
   Name = "MySchedule"
   Run = Level=Full Pool=1 Storage=Tapes 1st sun at 0:05
   Run = Level=Full Pool=2 Storage=Tapes 1st sun at 1:05
   Run = Level=Full Pool=3 Storage=HD    1st sun at 2:05
}

The problem is that the three backup catalogs are taken after all the 
others. I need instead all backups on each pool to be made consecutively.
I wonder if I could write something like:

Schedule {
   Name = "MySchedule"
   Run = Level=Full Pool=1 Storage=Tapes Priority=-10 1st sun at 0:05
   Run = Level=Full Pool=2 Storage=Tapes Priority=-6 1st sun at 1:05
   Run = Level=Full Pool=3 Storage=HD    1st sun at 2:05
}

Is it possible?
Any other way to achieve what I need?

  bye & Thanks
        av.

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