On 2020-03-20 04:35, Uwe Schuerkamp wrote:
> Hi folks,
> 
> I have a set of tapes that I'd like to use in a daily rotation to backup 
> online disk volumes to tape.
> 
> I defined a pool for this like so:
> 
> Pool {
>   Name = offline_weekly
>   Pool Type = Backup
>   Recycle = yes
>   AutoPrune = yes
>   Volume Retention = 1 year
>   Recycle Oldest Volume = yes
>   Purge Oldest Volume = yes
>   Maximum Volumes = 7
>   Volume Use Duration = 1 day
> }
> 
> Also, I've labelled 7 LTO6 tapes and assigned them to the pool.

I actually do something very similar to this but with use-once disk
volumes.  But I use Volume Use Duration = 23h, making certain each
volume's use duration has expired before the next set of daily jobs begins.

My example, for the shortest-lifetime pool:

Pool {
  Name = Incr-Disk
  Storage = asgard-file
  Pool Type = Backup
  Recycle = no
  Recycle Oldest Volume = no
  Recycle Current Volume = no
  AutoPrune = yes
  Volume Retention = 1 month
  File Retention = 1 month
  Maximum Volume Jobs = 0
  Volume Use Duration = 23h
  Label Format =
"INCR-$Year${Month:p/2/0/r}${Day:p/2/0/r}-${Hour:p/2/0/r}:${Minute:p/2/0/r}"
  RecyclePool = Scratch
}




-- 
  Phil Stracchino
  Babylon Communications
  ph...@caerllewys.net
  p...@co.ordinate.org
  Landline: +1.603.293.8485
  Mobile:   +1.603.998.6958


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to