Re: [Bacula-users] bacula-sd dies - Bad call to rewind. Device not open

2009-10-08 Thread Jan Schulze
Hi all, - "Jan Schulze" wrote: > Hi all, > > I have been using Bacula 2.2.8 with an Overland ArcVault 24 for a long > time without problems. Recently, the SD is dying every night before > the first backup. I get the following GDB traceback and the backups > fai

[Bacula-users] bacula-sd dies - Bad call to rewind. Device not open

2009-10-07 Thread Jan Schulze
Hi all, I have been using Bacula 2.2.8 with an Overland ArcVault 24 for a long time without problems. Recently, the SD is dying every night before the first backup. I get the following GDB traceback and the backups fail due to "Comm error with SD" (of course). Using host libthread_db library "

[Bacula-users] Software Compression: Using pigz instead of gzip

2009-08-20 Thread Jan Schulze
Hi all, I've read this thread about planned support for multicore software compression: http://www.mail-archive.com/bacula-de...@lists.sourceforge.net/msg03852.html Until that feature arrives, I was wondering, if it would it be possible to make Bacula use pigz, the parallel implementation of gz

[Bacula-users] Disk Backup / LabelMedia / UseVolumeOnce / VolumeRetention

2009-08-19 Thread Jan Schulze
Hi all, I want to backup to disk, having each Job in a separate Volume. For this purpose, I have in bacula-dir.conf Pool { UseVolumeOnce = yes VolumeRetention = 30 days AutoPrune = yes ... } ... and in bacula-sd.conf Device { LabelMedia = yes AutomaticMount = yes ... }