|
From: Mario M. <li...@de...> - 2012-06-28 10:42:01
|
Hi Bacula Community. Simple setup: We have one "file-pool" which is used on a weekly schedule (saturdays). We have another "tape-pool" and have configured a copy job, scheduled every monday, which copies all uncopied jobs from the "file-pool" to the "tape-pool". This works, no problems so far. Now I want to change the copy schedule so that it copies the "file-pool" jobs to a "monthly-tape-pool" every 1st monday and copies the jobs from "file-pool" to a "weekly-tape-pool" every 2nd to 5th monday (for some kind of "father-son" tape rotation) As far as I understand from the docs there may only be one "Next pool" directive in the "file-pool". For the above to work I would somehow need to overide the "Next pool" from within the schedule configuration (use "Next Pool = monthly-tape-pool" on 1st monday and use "Next pool = weekly-tape-pool" on the remaining mondays. Is this possible? Greetings Mario |