Re: [Bacula-users] HP MSL2024 Autochanger "ERR=Device or resource busy."

2010-01-08 Thread John Drescher
> Thanks Brian, I added this and it seems to indicate things are working > OK without adding any sleep, so I need to keep looking. > > The following is the sequence as I attempt to label a tape after having > deleted the Volume record, manually rewound the tape and done an "mt -f > /dev/nst0 weof"

Re: [Bacula-users] Backup Failed - Volume "daily-jan2010-2" not in catalogue.

2010-01-08 Thread John Drescher
On Fri, Jan 8, 2010 at 5:12 AM, stuartb wrote: > > Hi All, > > New to Bacula so please be gentle... > > I have set up a full backup system to run every night -> backing up to a Sony > AIT-3 tape system. > > So far everything seems to work, but I would like to run a tape log rotation > system (ta

Re: [Bacula-users] HP MSL2024 Autochanger "ERR=Device or resource busy."

2010-01-08 Thread Richard Scobie
Brian Debelius wrote: > Try turning on debug in mtx-changer. Modify the wait_for_drive() > function to add another debug statement to confirm that the device is > ready, and that the function did not just time out. > > wait_for_drive() { > i=0 > while [ $i -le 300 ]; do # Wait max 300 seconds > if

[Bacula-users] Backup Failed - Volume "daily-jan2010-2" not in catalogue.

2010-01-08 Thread stuartb
Hi All, New to Bacula so please be gentle... I have set up a full backup system to run every night -> backing up to a Sony AIT-3 tape system. So far everything seems to work, but I would like to run a tape log rotation system (tape a tape home each night and replace with another tape, 3 in to

[Bacula-users] Fully Qualified Name?

2010-01-08 Thread brown wrap
I am setting up bacula at home and my network connection is a cable modem using dhcp. Up until now that hasn't been a problem. I really don't need to set up clients for now, I just want to experiement using bacula to backup the machine its installed on. I brought up webacula and when I try to se

Re: [Bacula-users] [Bacula-devel] Bacula 3.0.3 deadlock : Job is waiting for execution

2010-01-08 Thread Kern Sibbald
Hello Arno and Renaud, I can believe that there might be a bug in the lock manager software, but I am very surprised that it is turned on. It should only be turned on for developers, and thus though this patch may be correct (I don't think so, but Eric can answer more definitively), it should n

Re: [Bacula-users] Is a Verify Job reliable on Windows ?

2010-01-08 Thread Martin Simmons
> On Thu, 7 Jan 2010 21:29:55 +0100, Guillaume Laurès said: > > Hello fellow bacula users, > > I ran on a small issue today, using a Verify Job for the first time. > I backed up 6000+ files, around 55 Gb (a Windows whole drive). Then I > changed the letter of the drive, and restored all the

Re: [Bacula-users] Bacula 3.0.3 deadlock : Job is waiting for execution

2010-01-08 Thread Arno Lehmann
Hello, this is just forwarding your mail to bacula-devel, where it's more likely to be picked up, looked at, and perhaps integrated into the code base :-) Cheers, and thanks for not only analyzing the problem, but also providing a possible fix! Arno 07.01.2010 16:34, Renaud Marquet wrote: >

Re: [Bacula-users] LTO3 tape capacity lower than expected

2010-01-08 Thread Brian Debelius
Wow. Since setting the Maximum Block Size to 262144, and the Maximum File Size to 4G, I am now getting 35MB/s which is up from 15-18MB/s. Now I am not spooling, these are copy jobs, so I don't know if this makes a difference. On 1/7/2010 4:46 PM, Jesper Krogh wrote: > 05-Jan 00:37 bacula-sd

Re: [Bacula-users] Windows XP encryption and Bacula

2010-01-08 Thread Steve Polyack
On 01/08/10 09:13, Brian C. Huffman wrote: > All, > > I'm having trouble backing up a Windows XP machine that has a directory > (and everything below it) selected for encryption (properties on the > directory). I'm getting "ERR=Access is denied" for the files. It's > confusing, b/c it's still rea

Re: [Bacula-users] Windows XP encryption and Bacula

2010-01-08 Thread John Drescher
> I'm having trouble backing up a Windows XP machine that has a directory > (and everything below it) selected for encryption (properties on the > directory).  I'm getting "ERR=Access is denied" for the files.  It's > confusing, b/c it's still reading the full directory structure and > encryption s

[Bacula-users] Windows XP encryption and Bacula

2010-01-08 Thread Brian C. Huffman
All, I'm having trouble backing up a Windows XP machine that has a directory (and everything below it) selected for encryption (properties on the directory). I'm getting "ERR=Access is denied" for the files. It's confusing, b/c it's still reading the full directory structure and encryption shoul

[Bacula-users] Windows Sd write on dat

2010-01-08 Thread Ghido
Hi all, i'm using bacula for backup all my network. I have two storage server debian based. Now i want to add a new server for a new department. I like to reuse a windows 2003 server with an HP storage works DAT 40. It's compatible with bacula sd? someone can send me a link or a suggestions for th

Re: [Bacula-users] No constraints in bacula database

2010-01-08 Thread Martin Simmons
> On Wed, 06 Jan 2010 11:37:18 +0100, Marek Simon said: > > Hi, > I do some experiments with bacula database and I found that there is no > foreign key constraint between jobmedia and job, jobmedia and media, job > and file and many similar logicaly connected tables. Why? Constraints > prev