Hello,
I just realized that bacula is recycling previously written tapes before taking any from the scratch pool. My pool directives are below. With this setup, I would think that bacula *could* overwrite any tape after four weeks, but shouldn't if any are available in the scratch pool. Unfortunately, I still have nine tapes available in my scratch pool and tapes in the full pool are being overwritten.

This brings to light one other question. A few months back the 1.37 and early 1.38 versions of bacula had a problem with jobs failing when the tape device was writing to a tape in one pool and a job started that required a tape in another pool. Has this been fixed yet? My temporary solution has been to use a single pool, as can be seen below, but I would really like to setup a full-diff-inc schedule.

Thanks,
Thomas

Pool {
  Name = Scratch
  Pool Type = Backup
  Volume Retention = 4 weeks
  AutoPrune = yes
  Recycle = yes
  Accept Any Volume = yes
  Volume Use Duration = 6 days
}
Pool {
  Name = Full-Pool
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 4 weeks
  Accept Any Volume = yes
  Volume Use Duration = 6 days
}


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to