Using Bacula 1.38.11 in FreeBSD 6.1
Using disk volumes.

I have a pool with a large set of Purged volumes, yet Bacula continues to 
make new volumes in the pool.

Other than trying to set a fixed number of volumes in the pool anything else 
I can do? Right now this is starting to use too much space because the 
purged volumes are not reused.

Using this query in postgresql shows me that a large number of volumes 
should have been reused by now:

select volumename,mediatype,firstwritten::date,lastwritten::date,
labeldate::date,volstatus,recycle,
volretention/(3600*24) as Retention, age(lastwritten) as Age
from media where volstatus = 'Purged' limit 100;

I have files with 7 days retention that are over a month old.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to