Re: [Bacula-users] Bacula and burning DVD's

2005-11-06 Thread Arno Lehmann
Hello, On 06.11.2005 22:55, Tracy R Reed wrote: ...lots of stuff resolved... I must have overlooked that mail, obviously. Another odd problem I ran into is that growisofs does not like to be run under sudo. In fact it completely aborts. Read the man page for growisofs. In my version, there is

Re: [Bacula-users] Bacula and burning DVD's

2005-11-06 Thread Tracy R Reed
Arno Lehmann wrote: > Hello, > > On 27.10.2005 12:03, Tracy R Reed wrote: > > has this been answerded already? Yes, I have since resolved a lot of these issues either on my own or with help from Kern. >>I just labelled a second volume and it did not give me that erorr this >>time. Not sure what

Re: [Bacula-users] Bacula and burning DVD's

2005-11-06 Thread Arno Lehmann
Hello, On 27.10.2005 12:03, Tracy R Reed wrote: has this been answerded already? I am running Bacula from cvs as of yesterday on a dual-core AMD64 box running FC4. And I am having a lot of problems. Sometimes when I try to label a disk I get a strange error: *label Using default Catalog name=

Re: [Bacula-users] Newbie Question: Experiencing Problems backing up remote client

2005-11-06 Thread Arno Lehmann
Hello, On 03.11.2005 23:32, Eric Langheinrich wrote: Sorry that I answer only now. I'm rather busy at the moment. This might be a network problem - in that case, try the Heartbeat interval directive in all relevant configuration files. In case some router in between your DIR and FD drops the

Re: [Bacula-users] ALL_LOCAL_DRIVES

2005-11-06 Thread Arno Lehmann
Hello, On 04.11.2005 10:39, Ove Risberg wrote: Hi all, In netbackup you can select ALL_LOCAL_DRIVES instead of specifying all the filesystems on your server and in bacula you can set onefs=no and tell it to backup / and the result is almost the same if you do not use concurrent jobs. When usi

Re: [Bacula-users] Very slow backups

2005-11-06 Thread Uwe Hees
Hello, I have had performance issues with version 1.36 and 1.37.x too. Setting the FD's "Maximum Network Buffer Size = 65536" (instead of the default 32k) gave a dramatic speed improvement. Though I don't know if the default has changed for 1.38. It might be worth trying. Greetings, Uwe

Re: [Bacula-users] Storage Problem

2005-11-06 Thread Angus Jordan
Hello there,Device {  Name = FileStorage0   Media Type = File  Archive Device = /mirror/disk0  LabelMedia = yes;   # lets Bacula label unlabeled media  Random Access = Yes;  AutomaticMount = yes;   # when device opened, read it  RemovableMedia = no;  AlwaysOpen = no;}Dev

Re: [Bacula-users] Storage Problem

2005-11-06 Thread Yann Cézard
Pedro Henrique Morsch Mazzoni a écrit : Hi, I have three hd's that I wan't to use as my storage devices. So in my bacula-dir file I have defined: Storage { Name = File0 Address = backup.lps.ufrj.br# N.B. Use a fully qualified name here SDPort = 9103 Password = "password" D

Re: [Bacula-users] Storage Problem

2005-11-06 Thread Kern Sibbald
Hello, As Arno pointed out, your Volumes are marked in error. Most likely they got that way because /mirror/diskn was not mounted. In any case, the reason they were marked in error is in your job output. On Sunday 06 November 2005 15:49, Pedro Henrique Morsch Mazzoni wrote: > Hi, > > I have t

Re: [Bacula-users] Storage Problem

2005-11-06 Thread Arno Lehmann
Hello, On 06.11.2005 15:49, Pedro Henrique Morsch Mazzoni wrote: Hi, I have three hd's that I wan't to use as my storage devices. So in my bacula-dir file I have defined: Storage { Name = File0 Address = backup.lps.ufrj.br# N.B. Use a fully qualified name here SDPort = 9

[Bacula-users] Storage Problem

2005-11-06 Thread Pedro Henrique Morsch Mazzoni
Hi, I have three hd's that I wan't to use as my storage devices. So in my bacula-dir file I have defined: Storage { Name = File0 Address = backup.lps.ufrj.br# N.B. Use a fully qualified name here SDPort = 9103 Password = "password" Device = FileStorage0 Media Type = Fi