Re: [Bacula-users] file count mismatch by restore

2006-02-26 Thread Florian Kieling
Florian Kieling schrieb: > Hi Folks, > in this morning i starting an restore for one of my Clients. > But i get this message: > > 24-Feb 09:55 covilinux-dir: Start Restore Job > RestoreFiles_COVILinux.2006-02-24_09.55.18 > 24-Feb 09:55 covilinux-sd: Ready to read from volume "wsp-server.de_0001" o

Re: [Bacula-users] Simultaneous jobs on LTO drive results in End of Volume error

2006-02-26 Thread Ian Levesque
Hi Alan, I've noticed a pattern in my backups when two jobs are simultaneously writing to the same tape. When the tape ends, Bacula doesn't respond gracefully. This is only a problem when two jobs are running on the tape, not when a single job is running. Are you spooling to disk or writi

Re: [Bacula-users] Configuration Error

2006-02-26 Thread LDB
Arno Lehmann wrote: Hello, On 2/26/2006 5:49 PM, LDB wrote: ... I am trying to use disk as the backup device. What am I doing wrong? :) ... you could trim your mails a little... might make it easier to find what you're trying to discuss. Now, that I have resolved that I get the following .

Re: [Bacula-users] How do we specify compatible media?

2006-02-26 Thread Alan Brown
On Fri, 24 Feb 2006, Dan Langille wrote: I'm guessing: create two Storage resources, with different Media Types, but both refer to the same device. I thought about this some time ago and the only real conclusion I came to was that it was easiest to only use higher capacity drives. Did you fi

Re: [Bacula-users] Simultaneous jobs on LTO drive results in End of Volume error

2006-02-26 Thread Alan Brown
On Fri, 24 Feb 2006, Ian Levesque wrote: I've noticed a pattern in my backups when two jobs are simultaneously writing to the same tape. When the tape ends, Bacula doesn't respond gracefully. This is only a problem when two jobs are running on the tape, not when a single job is running. Are

Re: [Bacula-users] How do we specify compatible media?

2006-02-26 Thread Alan Brown
On Fri, 24 Feb 2006, Arno Lehmann wrote: A DLT70 tape can only go into the DLT 7000 drive. How can you specify that media type DLT40 can go into either drive? David Boyes is trying to talk Kern into ;-) implementing configuration settings that allow for a list of media types and different li

Re: [Bacula-users] Configuration Error

2006-02-26 Thread LDB
Arno Lehmann wrote: Hello, On 2/26/2006 5:49 PM, LDB wrote: ... I am trying to use disk as the backup device. What am I doing wrong? :) ... you could trim your mails a little... might make it easier to find what you're trying to discuss. Now, that I have resolved that I get the following .

Re: [Bacula-users] Configuration Error

2006-02-26 Thread LDB
Arno Lehmann wrote: Hello, On 2/26/2006 5:49 PM, LDB wrote: ... I am trying to use disk as the backup device. What am I doing wrong? :) ... you could trim your mails a little... might make it easier to find what you're trying to discuss. Now, that I have resolved that I get the following .

Re: [Bacula-users] Configuration Error

2006-02-26 Thread LDB
Arno Lehmann wrote: Hello, On 2/26/2006 5:49 PM, LDB wrote: ... I am trying to use disk as the backup device. What am I doing wrong? :) ... you could trim your mails a little... might make it easier to find what you're trying to discuss. Now, that I have resolved that I get the following .

Re: [Bacula-users] Negative test of bacula-dir.

2006-02-26 Thread Erik P. Olsen
Arno Lehmann wrote: Hello, On 2/26/2006 8:30 PM, Erik P. Olsen wrote: Dan Langille wrote: ... [EMAIL PROTECTED] conf]# ../bin/bacula-dir -d 99 -t -c bacula-dir.conf bacula-dir: dird.c:128 Debug level = 99 bacula-dir: mysql.c:142 mysql_init done bacula-dir: mysql.c:162 mysql_real_connect do

Re: [Bacula-users] Negative test of bacula-dir.

2006-02-26 Thread Arno Lehmann
Hello, On 2/26/2006 8:30 PM, Erik P. Olsen wrote: Dan Langille wrote: ... [EMAIL PROTECTED] conf]# ../bin/bacula-dir -d 99 -t -c bacula-dir.conf bacula-dir: dird.c:128 Debug level = 99 bacula-dir: mysql.c:142 mysql_init done bacula-dir: mysql.c:162 mysql_real_connect done bacula-dir: mysql.c:1

[Bacula-users] Re: [Bacula-devel] Patch : adding options on wait command (bconsole)

2006-02-26 Thread Kern Sibbald
On Sunday 26 February 2006 19:12, Eric Bollengier wrote: > Hi, > > > 3. The Job (a unique identifier for a job that runs). The Job looks > > something like kernsave.2006-02-25_12.38.07. I.e. it is a combination of > > the Job Name and the date/time the job ran. No two jobs start at the > > same

Re: [Bacula-users] Negative test of bacula-dir.

2006-02-26 Thread Erik P. Olsen
Dan Langille wrote: On 26 Feb 2006 at 16:17, Erik P. Olsen wrote: I have come to the point where I've started testing the configuration files. However, the first test fails: [EMAIL PROTECTED] conf]# ../bin/bacula-dir -t -c bacula-dir.conf 26-Feb 15:57 bacula-dir: Fatal error: Could not open

Re: [Bacula-users] Configuration Error

2006-02-26 Thread Arno Lehmann
Hello, On 2/26/2006 5:49 PM, LDB wrote: ... I am trying to use disk as the backup device. What am I doing wrong? :) ... you could trim your mails a little... might make it easier to find what you're trying to discuss. Now, that I have resolved that I get the following .. Reposition to file

[Bacula-users] Re: [Bacula-devel] Patch : adding options on wait command (bconsole)

2006-02-26 Thread Kern Sibbald
On Sunday 26 February 2006 15:36, Eric Bollengier wrote: > Hi, > > I have to run jobs in a synchronous way for integrate them into a complex > network scheduler (RunBefore and RunAfter are not sufficient for me) > > I want to add 2 options on wait command. > - jobid=nnn > - job=xxx > > My patch a

[Bacula-users] Configuration Error

2006-02-26 Thread LDB
I am trying to use disk as the backup device. What am I doing wrong? :) btape -c /etc/bacula/bacula-sd.conf /backups/bacula/backups/archive Tape block granularity is 1024 bytes. 26-Feb 07:05 btape: ERROR TERMINATION at parse_conf.c:839 Config error: unexpected token 105 T_UNQUOTED_STRING in re

Re: [Bacula-users] new style Python classes in examples

2006-02-26 Thread Kern Sibbald
On Sunday 26 February 2006 13:49, Felix Schwarz wrote: > Hi all, > > the Bacula releases include some Python example files (DirStartUp.py, > FDStartUp.py, SDStartUp.py). These examples use Python "old-style" > classes which do not inherit from object. This has some consequeneces > when using inheri

[Bacula-users] Feature request

2006-02-26 Thread Quinton Jansen
Resume in-progress backup jobs when bacula restarted (esp when funny things happen). --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast

[Bacula-users] Negative test of bacula-dir.

2006-02-26 Thread Erik P. Olsen
I have come to the point where I've started testing the configuration files. However, the first test fails: [EMAIL PROTECTED] conf]# ../bin/bacula-dir -t -c bacula-dir.conf 26-Feb 15:57 bacula-dir: Fatal error: Could not open database "bacula". 26-Feb 15:57 bacula-dir: Fatal error: mysql.c:170

Re: [Bacula-users] Configuration Error

2006-02-26 Thread LDB
Dan Langille wrote: On 26 Feb 2006 at 10:26, LDB wrote: I am trying to use disk as the backup device. What am I doing wrong? :) btape -c /etc/bacula/bacula-sd.conf /backups/bacula/backups/archive Tape block granularity is 1024 bytes. 26-Feb 07:05 btape: ERROR TERMINATION at parse_conf.c:839

Re: [Bacula-users] Configuration Error

2006-02-26 Thread LDB
LDB wrote: LDB wrote: I am trying to use disk as the backup device. What am I doing wrong? :) btape -c /etc/bacula/bacula-sd.conf /backups/bacula/backups/archive Tape block granularity is 1024 bytes. 26-Feb 07:05 btape: ERROR TERMINATION at parse_conf.c:839 Config error: unexpected token 105

Re: [Bacula-users] Negative test of bacula-dir.

2006-02-26 Thread Dan Langille
On 26 Feb 2006 at 16:17, Erik P. Olsen wrote: > I have come to the point where I've started testing the configuration > files. However, the first test fails: > > [EMAIL PROTECTED] conf]# ../bin/bacula-dir -t -c bacula-dir.conf > 26-Feb 15:57 bacula-dir: Fatal error: Could not open database "bac

Re: [Bacula-users] Build Statically Linked Client on FreeBSD? (Was Re: [Bacula-users] Help With Bare Metal Recover on FreeBSD 6

2006-02-26 Thread Dan Langille
On 26 Feb 2006 at 8:06, Drew Tomlinson wrote: > On 2/25/2006 7:47 AM Dan Langille said the following: > > >On 25 Feb 2006 at 7:17, Drew Tomlinson wrote: > > > > > > > >>On 2/25/2006 4:45 AM Dan Langille said the following: > >> > >> > >> > >>>On 24 Feb 2006 at 23:05, Drew Tomlinson wrote: >

Re: [Bacula-users] Configuration Error

2006-02-26 Thread LDB
LDB wrote: I am trying to use disk as the backup device. What am I doing wrong? :) btape -c /etc/bacula/bacula-sd.conf /backups/bacula/backups/archive Tape block granularity is 1024 bytes. 26-Feb 07:05 btape: ERROR TERMINATION at parse_conf.c:839 Config error: unexpected token 105 T_UNQUOTED_

[Bacula-users] Build Statically Linked Client on FreeBSD? (Was Re: [Bacula-users] Help With Bare Metal Recover on FreeBSD 6.0?)

2006-02-26 Thread Drew Tomlinson
On 2/25/2006 7:47 AM Dan Langille said the following: On 25 Feb 2006 at 7:17, Drew Tomlinson wrote: On 2/25/2006 4:45 AM Dan Langille said the following: On 24 Feb 2006 at 23:05, Drew Tomlinson wrote: I'm trying to do the FreeBSD Bare Metal Recover as described in the Bacu

Re: [Bacula-users] Configuration Error

2006-02-26 Thread Dan Langille
On 26 Feb 2006 at 10:26, LDB wrote: > I am trying to use disk as the backup device. What am I doing wrong? :) > > > > > btape -c /etc/bacula/bacula-sd.conf /backups/bacula/backups/archive > Tape block granularity is 1024 bytes. > 26-Feb 07:05 btape: ERROR TERMINATION at parse_conf.c:839 > Conf

Re: [Bacula-users] LabelFormat is deprecated?

2006-02-26 Thread Arno Lehmann
Hi, On 2/26/2006 1:27 PM, Felix Schwarz wrote: Hi all, I just noticed that the directive LabelFormat is deprecated in 1.38 - at least according to the manual: "Please note that this directive is deprecated and is replaced in version 1.37 and greater with a Python script for creating volume name

Re: [Bacula-users] An oddly ill-sorted BSR file

2006-02-26 Thread Phil Stracchino
Kern Sibbald wrote: > On Saturday 25 February 2006 20:08, Phil Stracchino wrote: > >>I don't recall ... does Bacula optimize the BSR files at run time? This >>one seems remarkably poorly optimized. > > > Bacula processes all records for each volume in a logical order (i.e. in the > order it ex

Re: [Bacula-users] LabelFormat is deprecated?

2006-02-26 Thread Kern Sibbald
On Sunday 26 February 2006 13:27, Felix Schwarz wrote: > Hi all, > > I just noticed that the directive LabelFormat is deprecated in 1.38 - > at least according to the manual: > "Please note that this directive is deprecated and is replaced in > version 1.37 and greater with a Python script for crea

[Bacula-users] new style Python classes in examples

2006-02-26 Thread Felix Schwarz
Hi all, the Bacula releases include some Python example files (DirStartUp.py, FDStartUp.py, SDStartUp.py). These examples use Python "old-style" classes which do not inherit from object. This has some consequeneces when using inheritance and you may get into trouble when the old-style classes are

Re: [Bacula-users] LabelFormat is deprecated?

2006-02-26 Thread Deim Agoston
Hello, Felix Schwarz wrote: >- What is your policy with deprecated directives? Will you remove >LabelFormat in 1.40? I think Bacula should warn users when they try to >use deprecated directives in order to make them aware of upcoming >changes. > > What about a shell script which looks for depre

[Bacula-users] Re: Troubles with volume labeling

2006-02-26 Thread Felix Schwarz
Hi, Kern Sibbald wrote: > Volume names must be unique. May I suggestion some additions to the documentation? I did not found a note regarding this issue in http://www.bacula.org/rel-manual/Getting_Started_with_Bacula.html#SECTION00092000 or http://www.bacula.org/rel-manual/Configuring

Re: [Bacula-users] Troubles with volume labeling

2006-02-26 Thread Kern Sibbald
On Saturday 25 February 2006 23:36, Felix Schwarz wrote: > Hi all, > > (sorry, if this message will be posted twice.) > > I have some trouble with volume labeling (Bacula 1.38.5 on CentOS 4.2 > with the latest patches). I do my backups to disk only and defined two > jobs that use different storages

Re: [Bacula-users] An oddly ill-sorted BSR file

2006-02-26 Thread Kern Sibbald
On Saturday 25 February 2006 20:08, Phil Stracchino wrote: > I don't recall ... does Bacula optimize the BSR files at run time? This > one seems remarkably poorly optimized. Bacula processes all records for each volume in a logical order (i.e. in the order it expects them to be found on the Volu