On 11/16/10 15:40, Dermot Beirne wrote:
> Hi
> I have just upgraded to 5.0.3 to take advantage of the actiononpurge
> truncate feature.
> I use disk to disk to tape backup, and need to recover the disk space
> asap after the copy job finishes.
> Problem is that bacula will not purge a volume until it needs it, even
> if the files,jobs and volume retention periods have expired. I have
> monthly disk volumes i need to recover the space from for subsequent
> daily and weekly jobs to use.
> How can i get bacula to purge these so they can be auto truncated.
> Thank you.

Dermot, we'd be better placed to answer your question if you would post
your Pool definitions.

Did you include the "AutoPrune = yes" directive?  If not, try adding it,
updating your Pool from the resource, then updating all your applicable
Volumes from the Pool.

Here's my Incremental disk pool for example:

Pool {
  Name = Incr-Disk
  Storage = babylon4-sd
  Pool Type = Backup
  Recycle = no
  Recycle Oldest Volume = no
  Recycle Current Volume = no
  AutoPrune = yes
  Volume 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, CDK#2     DoD#299792458     ICBM: 43.5607, -71.355
  ala...@caerllewys.net   ala...@metrocast.net   p...@co.ordinate.org
         Renaissance Man, Unix ronin, Perl hacker, Free Stater
                 It's not the years, it's the mileage.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to