Re: [Bacula-users] Bacula slow transfer / Compression latency / feature request

2011-06-01 Thread Hugo Letemplier
2011/5/31 Sean Clark smcl...@tamu.edu: On 05/30/2011 02:11 PM, reiserfs wrote: Hello, im new with Bacula scene, i have used the HP Dataprotector with a HP Library fiber channel backup. With the Dataprotector i got 1gbps interfaces and switch and all jobs get done very fast, with transfer

Re: [Bacula-users] Bacula slow transfer / Compression latency / feature request

2011-06-01 Thread Alan Brown
On 01/06/11 08:35, Hugo Letemplier wrote: 2011/5/31 Sean Clarksmcl...@tamu.edu: Other things I have seen that cause major slowdowns are antivirus software on Windows (particularly on-access scanning) and active use of the computer while the backup is running. Most Wintel AV packages have a

[Bacula-users] Exclude = yes, or not?

2011-06-01 Thread Mauro Colorio
what's wrong? FileSet { Name = my Set Include { Options { Ignore Case = yes; } File = E:/Shared/ } Include { Options { Exclude = yes; Ignore Case = yes; } File = E:/Shared/foo File = E:/Shared/bar } } the job using this fileset still

Re: [Bacula-users] Exclude = yes, or not?

2011-06-01 Thread Gavin McCullagh
On Wed, 01 Jun 2011, Mauro Colorio wrote: what's wrong? FileSet { Name = my Set Include { Options { Ignore Case = yes; } File = E:/Shared/ } Include { Options { Exclude = yes; Ignore Case = yes; } File = E:/Shared/foo File

Re: [Bacula-users] Exclude = yes, or not?

2011-06-01 Thread Mauro Colorio
Should the stanza it's in not be an Exclude not an Include?   Exclude {     Options {       Ignore Case = yes;     }     File = E:/Shared/foo     File = E:/Shared/bar   } I read that the Exclude stanza it's the old way to exclude file and is preferred to use the Exclude = yes in an

Re: [Bacula-users] Exclude = yes, or not?

2011-06-01 Thread J. Echter
Am 01.06.2011 11:30, schrieb Gavin McCullagh: On Wed, 01 Jun 2011, Mauro Colorio wrote: what's wrong? FileSet { Name = my Set Include { Options { Ignore Case = yes; } File = E:/Shared/ } Include { Options { Exclude = yes; Ignore

Re: [Bacula-users] Exclude = yes, or not?

2011-06-01 Thread Mauro Colorio
solved in this way FileSet { Name = my Set Include { Options { Ignore Case = yes; } Options { Ignore Case = yes; Exclude = yes Wild = E:/Shared/foo/* Wild = E:/Shared/bar/* } File = E:/Shared/ } } hope this helps someone else :) Mauro

[Bacula-users] bscan JobId 0: Error: block.c:265 Volume data error at 26:7909! Wanted ID: BB02, got .c:2. Buffer discarded.

2011-06-01 Thread Tobias Dinse
Hi, I tried to import an old LTO2 Tape to the new Database with File Backup. I executed the follow command: bscan -n bacula -u bacula -P password -h 192.168.X.X -t 5432 -c bacula-sd.conf /dev/tape/by-path/pci-:08:08.0-scsi-0:0:1:0-nst-nst -V *DIHP01* -m -s the Database is on another

Re: [Bacula-users] Verify Catalog

2011-06-01 Thread John Drescher
On Tue, May 31, 2011 at 11:45 PM, Rickifer Barros rickiferbar...@gmail.com wrote: Yes John... Now, I think that I understood perfectly and I have tested it too. VolumeToCatalog = Compares the files in a Storage Volume with the Catalog; DiskToCatalog = Compares the files of the File

[Bacula-users] mtx-changer load timeout

2011-06-01 Thread elimorris
Hi All, I'm wondering if anyone else has run across this. I'm running bacula5.0.2 on Linux (Centos 5) and I'm getting a timeout whenever I use the mtx-changer script to load a tape. I looked at the script and it determines timeout from this: wait_for_drive() { i=0 while [ $i -le 300 ];