Bacula-users

Re: [Bacula-users] Migrate/copy from one pool to different pools based on schedule

2012-07-02 06:41:22
Subject: Re: [Bacula-users] Migrate/copy from one pool to different pools based on schedule
From: Mario Moder <lists AT demaio DOT de>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 02 Jul 2012 12:38:28 +0200
Am 28.06.2012 12:41, schrieb Mario Moder:

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


As it seems that this is not possible, at least with Selection Type = 
PoolUncopiedJobs, I took another (and simple) approach:

I defined exactly one "tape-pool" and set the retention periods manually 
per volume. This way, I have a few weekly tapes with a short retention 
period and a few monthly tapes with a longer retention period, all in 
one pool. This kind of reduces the usefullness of pools but I have found 
no other solution.

Let's hope this works as expected (Bacula using the right tapes on the 
right time), any objections? ;-)

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
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Bacula-users] Migrate/copy from one pool to different pools based on schedule, Mario Moder <=