Re: [Bacula-users] Round-robbin style appends

2005-09-23 Thread Phil Stracchino
Ryan Novosielski wrote: >> I didn't think of it at the time, but there's also another problem with >> your scheme: If you round-robin across three tapes, then you will >> basically fill all three tapes more or less simultaneously, but none of >> the tapes will be recyclable yet. To begin your nex

Re: [Bacula-users] Round-robbin style appends

2005-09-23 Thread Ryan Novosielski
Phil Stracchino wrote: Phil Stracchino wrote: Ryan Novosielski wrote: Is there any way to force the tapes to be appended to in a round-robbin fashion for differentials? I'd prefer to not use the same tape everyday in case of a catastrophic tape/head failure, but I'd like to only use t

Re: [Bacula-users] Round-robbin style appends

2005-09-23 Thread Phil Stracchino
Phil Stracchino wrote: > Ryan Novosielski wrote: > >>Is there any way to force the tapes to be appended to in a round-robbin >>fashion for differentials? I'd prefer to not use the same tape everyday >>in case of a catastrophic tape/head failure, but I'd like to only use >>two or three tapes and ke

Re: [Bacula-users] Round-robbin style appends

2005-09-23 Thread Phil Stracchino
Ryan Novosielski wrote: > Is there any way to force the tapes to be appended to in a round-robbin > fashion for differentials? I'd prefer to not use the same tape everyday > in case of a catastrophic tape/head failure, but I'd like to only use > two or three tapes and keep appending them until they

[Bacula-users] Round-robbin style appends

2005-09-23 Thread Ryan Novosielski
Is there any way to force the tapes to be appended to in a round-robbin fashion for differentials? I'd prefer to not use the same tape everyday in case of a catastrophic tape/head failure, but I'd like to only use two or three tapes and keep appending them until they are full. Is this a scenari

Re: [Bacula-users] BACULA 1.37.38 AIX 4.3 Undefined symbol ERROR

2005-09-23 Thread Martin Simmons
> On Fri, 23 Sep 2005 22:15:50 +0100, Martin Simmons <[EMAIL PROTECTED]> > said: > On Fri, 23 Sep 2005 16:34:15 -0300, Fernanda Santoro <[EMAIL PROTECTED]> > said: Fernanda> Now you can why where this problem is with the following report? I'll try Fernanda> download the las

Re: [Bacula-users] BACULA 1.37.38 AIX 4.3 Undefined symbol ERROR

2005-09-23 Thread Martin Simmons
> On Fri, 23 Sep 2005 16:34:15 -0300, Fernanda Santoro <[EMAIL PROTECTED]> > said: Fernanda> Now you can why where this problem is with the following report? I'll try Fernanda> download the last patch level of AIX 4.3 maintenace packages, this is a Fernanda> readme recomendation b

Re: [Bacula-users] Bacula dir crashing

2005-09-23 Thread drescher0110-bacula
Not sure if my case is at all related but with bacula 1.37.38 I had intermittent crashes with the director when I launched the tray monitor. I have since upgraded to the latest cvs and I have yet to see the problem. John --- SF.Net email is sp

Re: [Bacula-users] Bacula dir crashing

2005-09-23 Thread Arunav Mandal
I am running on 2.6.9-11. All the PID's are different. Arunav. - Original Message - From: "Kern Sibbald" <[EMAIL PROTECTED]> To: "Arunav Mandal" <[EMAIL PROTECTED]> Cc: Sent: Friday, September 23, 2005 8:59 AM Subject: Re: [Bacula-users] Bacula dir crashing > On Wednesday 21 September

Re: [Bacula-users] The File.LStat field

2005-09-23 Thread Brian McDonald
On Friday 23 September 2005 10:26, Kern Sibbald wrote: > On Friday 23 September 2005 15:53, Ruben Lang wrote: > > Hi bacula-users, > > > > i'm currently working on a little project where i have to get the > > "File-Attributes" from the "File.LStat" field. I've already done some > > research, but i

Re: [Bacula-users] BACULA 1.37.38 AIX 4.3 Undefined symbol ERROR

2005-09-23 Thread Martin Simmons
> On Thu, 22 Sep 2005 17:09:38 -0300, Fernanda Santoro <[EMAIL PROTECTED]> > said: Fernanda> Thanks again! Fernanda> I try running ranlib and then gmake but the error persists: Fernanda> Make of filed is good Fernanda> gmake[1]: Leaving directory `/tmp/bacula/temp/bacu

Re: [Bacula-users] ERROR: integer out of range

2005-09-23 Thread Kern Sibbald
On Friday 23 September 2005 16:35, Graham David Purcocks M.A.(Oxon.) wrote: > Isn't it the NumVols field? this is bigger than an int32. > > Question is why would NumVols be that big? It looks like Bacula decremented it when it was already zero, giving -1 or a very large positive number depending

Re: [Bacula-users] BACULA 1.37.38 AIX 4.3 Undefined symbol ERROR

2005-09-23 Thread Fernanda Santoro
Hi Martin! Thanks again! I try running ranlib and then gmake but the error persists: Make of filed is good gmake[1]: Leaving directory `/tmp/bacula/temp/bacula-1.36.1/src/filed' ==>Entering directory /tmp/bacula/temp/bacula-1.36.1/src/console gmake[1]: Entering directory `/tmp/bacula/te

FW: [Bacula-users] ERROR: integer out of range

2005-09-23 Thread Anthony Dodson
Title: Re: [Bacula-users] ERROR: integer out of range   -Original Message-From: Anthony Dodson Sent: Friday, September 23, 2005 10:51 AMTo: 'Purcocks, Graham'Subject: RE: [Bacula-users] ERROR: integer out of range I suspected that field.  That number is 1 less than 4 X 1024 X 1024 X

Re: [Bacula-users] ERROR: integer out of range

2005-09-23 Thread Graham David Purcocks M.A.(Oxon.)
Isn't it the NumVols field? this is bigger than an int32. Question is why would NumVols be that big? On Fri, 2005-09-23 at 15:15, Anthony Dodson wrote: > Hello all: > > I had an installation running 1.34 for a long time using a PostgreSQL > database. I recently upgraded to 1.36. Backups seem

Re: [Bacula-users] The File.LStat field

2005-09-23 Thread Kern Sibbald
On Friday 23 September 2005 15:53, Ruben Lang wrote: > Hi bacula-users, > > i'm currently working on a little project where i have to get the > "File-Attributes" from the "File.LStat" field. I've already done some > research, but i could'nt find out how to read the contents of this field. > All i k

[Bacula-users] ERROR: integer out of range

2005-09-23 Thread Anthony Dodson
Hello all: I had an installation running 1.34 for a long time using a PostgreSQL database. I recently upgraded to 1.36. Backups seem to be working fine. I have a multi-drive autochanger, and have been using pools to keep the tapes and drives separated. Often I need to move purged tapes from

[Bacula-users] The File.LStat field

2005-09-23 Thread Ruben Lang
Hi bacula-users, i'm currently working on a little project where i have to get the "File-Attributes" from the "File.LStat" field. I've already done some research, but i could'nt find out how to read the contents of this field. All i know is, that the file-attributes are received via stat() and som

[Bacula-users] migration sqlite > postgresql

2005-09-23 Thread Florian Schnabel
now ... i decided to migrate to postgresql ... did set up the database and tried to import the .sql about every line gives an error ^^ f.ex. psql:/var/lib/bacula/test.sql:8: FEHLER: Fehler »Syntaxfehler« bei »UNSIGNED« at character 44 psql:/var/lib/bacula/test.sql:8: ZEILE 2:BaseId INT

[Bacula-users] Scratch pool

2005-09-23 Thread Mezei Zoltan
Hi! I require the following: - 3 pools named BackupMonday, BackupWednesday and BackupFriday - volumes named BM1, BM2, ..., BW1, BW2, ..., BF1, BF2, ... in each pool However I will never be able to tell how many volumes in each pool will be needed. I think, the Scratch pool could be a solution. T

Re: [Bacula-users] Wildcard File Selection on Restore?

2005-09-23 Thread Alan Brown
On Fri, 23 Sep 2005, Kern Sibbald wrote: Unfortunately, the restore command doesn't have the best of all user interfaces Kern is the master of understatement. , and I don't think it is possible to recursively mark all *.dbx files. I've had similar requests and it's rather painful to mark t

Re: [Bacula-users] Wildcard File Selection on Restore?

2005-09-23 Thread Kern Sibbald
On Thursday 22 September 2005 20:31, Karl Cunningham wrote: > A Windows user has asked me to restore all files that match *.dbx to his > machine. I proudly said "sure" and now can't seem to get it to work. I > created a new fileset like this: > > FileSet { > Name = "howie-restore" > Ignore Fi

Re: [Bacula-users] Include & Exclude + RegexFile

2005-09-23 Thread Kern Sibbald
On Friday 23 September 2005 09:06, Kern Sibbald wrote: > On Wednesday 21 September 2005 16:43, Sim Zacks wrote: > > I am using the following FileSet to backup only doc and sxw files on > > Windows. I have tested this on 1.37.38 and also the current stable > > version, whatever that might be. > > >

Re: [Bacula-users] ClientRunAfterJob return code

2005-09-23 Thread Kern Sibbald
On Thursday 22 September 2005 16:06, Stephan Ebelt wrote: > Martin Simmons wrote: > > Stephan> that means it always terminates with '*** Backup Error ***' > > when you Stephan> exit with e.g. 5? > > > > Correct -- a non-zero exit code from the ClientRunBeforeJob always > > results in '*** Backup

Re: [Bacula-users] Include & Exclude + RegexFile

2005-09-23 Thread Kern Sibbald
On Wednesday 21 September 2005 16:43, Sim Zacks wrote: > I am using the following FileSet to backup only doc and sxw files on > Windows. I have tested this on 1.37.38 and also the current stable > version, whatever that might be. > > >From what I understand in the documentation, when it hits a matc

Re: [Bacula-users] Bacula dir crashing

2005-09-23 Thread Kern Sibbald
On Wednesday 21 September 2005 12:08, Arunav Mandal wrote: > Hi, > You said to attach gdb to bacula-dir but there are 4 bacula-dir > running which one to attach to? In the documentation it says if I have > /lib/tls it may have some problems. I am running Centos 4.1. Anyway the DIR > server