Hello,

On 1/13/2006 3:35 PM, Thomas Simmons wrote:
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.

Michael explained that part already, but one other thing you might want to consider: AFAIR, you can not setup Bacula to automatically move purged volumes back into the scratch pool. That pool could be considered the last resort when nothing else is available. For example, you could automatically monitor that pool, and when the number of tapes in it go below a certain watermark you order new tapes.

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?

It's fixed in the current 1.38.4 beta release, as far as I can tell.

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.

Works here correctly, again, after a long time with problems.

Arno

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


--
IT-Service Lehmann                    [EMAIL PROTECTED]
Arno Lehmann                  http://www.its-lehmann.de


-------------------------------------------------------
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