> I have a backup that runs weekly backups for one of the directives in my 
> bacula-dir.conf file.
>
> The problem is the volumes are supposed to expire after 7 days and be 
> recycled.  Here is the relevant parts of my conf file.
>
> Client {
>  Name = xxxx-fd
>  Address = xxxx.xxxx.xxx
>  FDPort = 9102
>  Catalog = MyCatalog
>  Password = "xxxx"
>  File Retention = 7 days             # 7 days
>  Job Retention = 14 days             # six months
>  AutoPrune = yes                     # Prune expired Jobs/Files
> }
>
>
> Pool {
>  Name = Windows
>  Pool Type = Backup
>  Recycle = yes
>  AutoPrune = yes
>  LabelFormat = WinVol
>  Volume Retention = 7 days
> }
>
>
Are these disk volumes? Did you change the retention after the volumes existed?

John

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to