Hi, 
I often hit this problem in the past, and the reason was usualy some "lack of 
space" situations in the past. 
Bacula marked some volumes with Error flag and use other. Now the Errorous 
volmes cant be used until they are purged. 
Or maybe they were marked with Full (maybe becuase of size limit) flag and 
bacula used other Volume(s). So more Volumes were used in one day. Now those 
volumes are still not allowed to be recycled because they are "too young". 

So my setup is like that: Use time of volumes is 23 hours. Max volumes in a 
pool is 42. Max retention time is 41 days. Full backup is on every even Sunday, 
Incremental in all other days. So I still have at least 28 days backtrack. 
But you must still keep eye on disk space carefully or the problems will still 
prey you. 

How to purge more volumes in a bunch? 
I wrote a little script with echo which I piped into bconsole. It was like: 
while read volnumber 
do 
echo purge 
... 
done | bconsole 

Hope it helped you. 

Marek 

----- Původní zprávy -----

Od: "mayak-cq" <ma...@australsat.com> 
Komu: "bacula-users" <bacula-users@lists.sourceforge.net> 
Odeslané: Pondělí, 8. Říjen 2012 9:31:15 
Předmět: [Bacula-users] no more appenable volumes -- what's the preferred way 
to handle this 

hi all, 

i have a bacula instance that's been running fine for a long while ... 

i was able to tweak the volume retention to keep a maximum number of backups 
available, until, a user saved a gigantic amount of (valuable) data to his 
disk. 

so -- i now have no appendable volumes left to backup to: 

- what is the best way to deal with this -- that is -- is there a way to 
globally reduce the volume retention of all volumes? 
- do i manually recycle a bunch of volumes by hand? 

many thanks 

m 


------------------------------------------------------------------------------ 
Don't let slow site performance ruin your business. Deploy New Relic APM 
Deploy New Relic app performance management and know exactly 
what is happening inside your Ruby, Python, PHP, Java, and .NET app 
Try New Relic at no cost today and get our sweet Data Nerd shirt too! 
http://p.sf.net/sfu/newrelic-dev2dev 
_______________________________________________ 
Bacula-users mailing list 
Bacula-users@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/bacula-users 

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to