On Fri, 2006-02-10 at 18:11 -0500, Matthew Butt wrote:
> I'm setting up a backup to disk system (USB external drives), basically
> running Full monthly, Diff weekly, Inc daily, very similar to the system
> here: http://www.bacula.org/rel-manual/Automated_Disk_Backup.html
> 
> The difference is that I also need to implement off-site storage for
> disaster situations.  My idea is to have a drive that's always hooked up
> running the daily incrementals and a larger drive that I only bring in
> for the full and differentials.  That way I always have the latest
> incremental backup to hand and always have the full and diff offsite for
> safety.
> 
> The obvious way to implement this is have two Device resources, one for
> each USB drive mounted on the backup server.  Whilst you can specify the
> Storage device per job, this doesn't help as my job uses multiple pools
> (Full, Inc, Diff) which is what I'm trying to split out.
> 
> Is there a solution or workaround to this?
I have a almost the same case, the solution lies in the Scheduler:
Schedule {
  Name = "WeeklyCycle"
  Run = Full 1st sun at 1:05
  Run = Full Storage=File-Dracula Pool=Tommy-Full-Tape-Pool 1st sat at
1:05
  Run = Incremental tue-sat at 1:05
}

The 1st Saturday in a mount I override what Storage and Pool to user.

-- 
Phone Work: +47 69212321 / 2321  Phone Priv: +47 69809853 (o_  <><
            +47 99521685 / 3137                           //\
ICQ: 48948625   MSN: [EMAIL PROTECTED]                           V_/_ i n u x
Registered Linux User # 171776 (http://counter.li.org)

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to