On Mon, 2005-09-26 at 06:05, Phil Stracchino wrote:
> Robert W Hartzell wrote:
> > I want to retain Full backups 6 months but I'm not sure how long I need
> > to save Differential and Incremental backups. 
> > 
> > Should I use different pools for each machine or just three pools Full,
> > Diff, and Incr? The latter would seem easiest.
> 
> This is the approach I'd suggest, yes.  It'll make more efficient use of
> tapes to have a single Pool for each level.  I actually combine
> Differentials and Incrementals into a single pool, but that's because
> I'm short on tapes.
Thanks for your input Phil. This is how I have setup my pools, I think
this will do what I want. Once I see how many incremental jobs will fit
a single volume I will adjust the values. Hopefully an entire month will
fit on one volume so I can minimize tape changes. If anyone sees a
problem please let me know because I wish to put this in production on
the first of the month.    
Thanks again for your comments, Robert

# Full-Pool Definition
Pool {
  Name = Full
  Pool Type = Backup
  Volume Use Duration = 3 days
  Catalog Files = yes
  Auto Prune = yes
  Volume Retention = 6 months
  Recycle = yes
  Recycle Oldest Volume = yes
  Accept Any Volume = no
}

# Differential-Pool Definition
Pool {
  Name = Diff
  Pool Type = Backup
  Use Volume Once = no
  Volume Use Duration = 3 weeks
  Catalog Files = yes
  Auto Prune = yes
  Volume Retention = 6 months
  Recycle = yes
  Recycle Oldest Volume = yes
  Accept Any Volume = no
}

# Incremental-Pool Definition
Pool {
  Name = Incr
  Pool Type = Backup
  Use Volume Once = no
  Volume Use Duration = 2 weeks
  Catalog Files = yes
  Auto Prune = yes
  Volume Retention = 15 Days
  Recycle = yes
  Recycle Oldest Volume = yes
  Accept Any Volume = no
}



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to