Hi! It's me again :)

I created enviorment in wich I have two pools. One runs on w01, w03,
w05, etc, and other on w02, w04, w06, etc. Cataloge backup run after
each backup.

The problem I'm dealing with this month is:

Job Parni.2005-04-20_23.00.00 waiting. Cannot find any appendable
volumes. Please use the "label"  command to create a new Volume

So, all the Volumes marked as Append or Empty have been used and there
are only Full Volumes. I have bacula-dir.conf [snip] set like this:

Pool {
  Name = Parni
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 6 days
  Accept Any Volume = no
  Recycle Oldest Volume = yes
}

for both pools. Bacula director works fine (if anyone needs,
configuration for HP SureStore Ultrium is this) with conf like this:

Device {
  Name = Ultrium                        
  Media Type = Ultrium
  Archive Device = /dev/nst0
  AutomaticMount = no;               
  AlwaysOpen = no; 
  Changer Command = "/etc/bacula/scripts/mtx-changer %c %o %S %a %d"
  Changer Device = /dev/sg2
  AutoChanger = yes
  Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
}

What am I missing? I would like it to take oldest Volume or/and to mark
Volumes older than 6 days as Purged/Recycle.



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to