|
From: Hugo L. <hug...@gm...> - 2012-06-28 11:31:55
|
2012/6/28 Mario Moder <li...@de...>: > 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 > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Bacula-users mailing list > Bac...@li... > https://lists.sourceforge.net/lists/listinfo/bacula-users Hi You should use a "dummy" pool that you will use to run your copy job and this dummy pool's next pool should be set to the destination of your copy job I hope you will understand Hugo |