[Bacula-users] Scheduling - "do x the day before y happens"

2005-11-28 Thread ecoffey
Hi all, I've got a fairly simple single computer setup, it backs up about 7.5GB of data to a DDS-3 tape on the first Sunday of each month. For the rest of the month it does nothing but incrementals (plus full backup of the catalog) every night, amounting to less than 2GB a month. That leaves 2.5GB

[Bacula-users] which pool to use during a restore

2005-11-28 Thread Rob Burris
Hello all, I was wondering what Pool you should you specify in a Job Restore when you have more than one. For example, I have two Pools, one for Full backups and for Incremental. Pool { Name = Full-Pool Pool Type = Backup AutoPrune = yes Volume Retention = 6 months Recycle = yes Accept

RE: [Bacula-users] Fwd: Feature Request

2005-11-28 Thread Ray Pengelly
> -Original Message- > From: [EMAIL PROTECTED] [mailto:bacula-users- > [EMAIL PROTECTED] On Behalf Of Kern Sibbald > Sent: Friday, November 25, 2005 2:58 PM > To: bacula-users@lists.sourceforge.net > Subject: [Bacula-users] Fwd: Feature Request > > Hello, > > I am forwarding this to the

Re: [Bacula-users] self contained tapes

2005-11-28 Thread Kern Sibbald
Hello, This is an interesting idea. Unfortunately, it is impossible to make self-contained tapes unless you abort the last job that is writing on the tape when the tape files since 99.999% of the time when a tape fills there will always be more to write before the job ends. If that is what you

[Bacula-users] Re: [Bacula-devel] Migration jobs

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 17:01, David Boyes wrote: > > What I have implemented already is (passes regression > > testing, so all existing features work despite the new code): > > - Separation of read/write descriptors in the Storage daemon. > > - Separation of the read/write Storage names in the

[Bacula-users] self contained tapes

2005-11-28 Thread Baldur Norddahl
Hi, My tapes usually last 14-21 days with full backups every sunday and incremental othervise. I just let the system keep using the tape until it is full. But when it fills, I would like if I could get bacula to abandon the current jobs and start over with a full backup as the first thing on the

Re: [Bacula-users] multiple drives and simultaneous jobs with 1.38.0

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 23:42, Arno Lehmann wrote: > Hello, > > just to let you know... > > On 28.11.2005 17:27, Kern Sibbald wrote: > > ... > > > For Arno, I have created a new script that is similar to the setup that > > is failing for him as he describes it, and now it is time for him to run

Re: [Bacula-users] multiple drives and simultaneous jobs with 1.38.0

2005-11-28 Thread Arno Lehmann
Hello, just to let you know... On 28.11.2005 17:27, Kern Sibbald wrote: ... For Arno, I have created a new script that is similar to the setup that is failing for him as he describes it, and now it is time for him to run that script and then modify it to create the failure. Arno's script is

Re: [Bacula-users] Over broadband backup. Error

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 22:22, Karl Hungus wrote: > Jonas, > > Although it says that nothing was written it actually writes almost the > entire amount of data. It is basically continuously doing full backups > but not completing all the way. I am able to get a status of the client > without a

Re: [Bacula-users] Possible buglet in regex code?

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 19:38, Martin Simmons wrote: > > On Mon, 28 Nov 2005 17:06:00 +0100, Kern Sibbald <[EMAIL PROTECTED]> > > said: > > Kern> On Monday 28 November 2005 15:55, Martin Simmons wrote: > >> > On Fri, 25 Nov 2005 09:21:29 +, Greg Cope > >> > <[EMAIL PROT

Re: **Possibile SPAM**Re: **Possibile SPAM**[Bacula-users] Restore files

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 19:18, Ferdinando Pasqualetti wrote: > Hi Kern, > I should have thought that some practical problem was forcing to use read > blocks. Maybe it is a silly idea, but do you think volumes could be matched > with subdirs in disk storage and files inside them matched with file

Re: [Bacula-users] bscan-problems

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 19:15, Jonas Mixter wrote: > Hi... It just struck me that it might be useful to know the output of > the test-command in btape from the old machine. ;-) > > btape passes the "Write, rewind, and re-read test" but failes on the > "Write, rewind, and position test" > > === W

Re: **Possibile SPAM**Re: [Bacula-users] Restore files

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 19:08, Ferdinando Pasqualetti wrote: > Hi Kern, > thanks for your answer. The backup was terminated correctly (the log > follows; the error in /invent was a badly mounted filesystem), and also the > restore was able to detect that a single file was not restored correctly,

Re: [Bacula-users] Re: What do I need to do to get bacula talking to mysql

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 18:18, Harry Putnam wrote: > Kern Sibbald <[EMAIL PROTECTED]> writes: > >> Tell me if I'm getting the right picture: > >> [Bac-dir > >>Bac-SD > >>here]FD > >>Linux <-> win1 <-> external drive > >> FD | | > >>

Re: [Bacula-users] bscan-problems

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 17:25, Jonas Mixter wrote: > Hi again... > Thanks for your quick answer! I understand the details of my problem > better now... > I do have some more questions though. > > >>28-Nov 14:42 bscan: bscan Error: block.c:264 Volume data error at 0:1! > >>Wanted ID: "BB02", got

Re: [Bacula-users] Over broadband backup. Error

2005-11-28 Thread Karl Hungus
Jonas, Although it says that nothing was written it actually writes almost the entire amount of data. It is basically continuously doing full backups but not completing all the way. I am able to get a status of the client without a problem. Any other ideas??? Thanks! Jonas Mixter wrote:

Re: [Bacula-users] Over broadband backup. Error

2005-11-28 Thread Jonas Mixter
Hi! It seems like the director cannot contact your filedaemon. There are 0 files and 0 bytes backed up... Could you do a "status client=yourclient-fd" from the director?        / Jonas On 2005-11-28 16:48, Karl Hungus wrote: I am still having problems backing up over a broadband connection. 

Re: [Bacula-users] Possible buglet in regex code?

2005-11-28 Thread Martin Simmons
> On Mon, 28 Nov 2005 17:06:00 +0100, Kern Sibbald <[EMAIL PROTECTED]> said: Kern> On Monday 28 November 2005 15:55, Martin Simmons wrote: >> > On Fri, 25 Nov 2005 09:21:29 +, Greg Cope <[EMAIL PROTECTED]> >> > said: >> Greg> I am trying to glob a load of oracle backup f

Re: **Possibile SPAM**Re: **Possibile SPAM**[Bacula-users] Restore files

2005-11-28 Thread Ferdinando Pasqualetti
Hi Kern, I should have thought that some practical problem was forcing to use read blocks. Maybe it is a silly idea, but do you think volumes could be matched with subdirs in disk storage and files inside them matched with files in tape volumes? I imagine this would be an enormous (and tedious) wo

Re: [Bacula-users] bscan-problems

2005-11-28 Thread Jonas Mixter
Hi... It just struck me that it might be useful to know the output of the test-command in btape from the old machine. ;-) btape passes the "Write, rewind, and re-read test" but failes on the "Write, rewind, and position test" === Write, rewind, and position test === I'm going to write 1000 recor

Re: **Possibile SPAM**Re: [Bacula-users] Restore files

2005-11-28 Thread Ferdinando Pasqualetti
Hi Kern, thanks for your answer. The backup was terminated correctly (the log follows; the error in /invent was a badly mounted filesystem), and also the restore was able to detect that a single file was not restored correctly, because of different lengths in the db and on backup. I think that it

Re: [Bacula-users] Bacula use with Iomega Rev

2005-11-28 Thread Benjamin Chambers
Richard, We implemented and tested Bacula + Iomega REV (IDE/ATAPI) extensively in our small business server, ClarkConnect. It pretty straightforward, with the REV drive being treated as any 'file' based backup, with the exception that it is removable. Ben Benjamin Chambers, P.Eng. ClarkC

Re: [Bacula-users] Restore: FD:Error, SD:OK, Termination => Restore Error

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 16:39, Turbo Fredriksson wrote: > Quoting Kern Sibbald <[EMAIL PROTECTED]>: > Date: Mon, 28 Nov 2005 16:39:50 +0100 > In-Reply-To: <[EMAIL PROTECTED]> (Kern Sibbald's message > of "Mon, 28 Nov 2005 10:34:13 +0100") > Message-ID: <[EMAIL PROTECTED]> > User-Agent: Gnus/5.1

Re: [Bacula-users] multiple drives and simultaneous jobs with 1.38.0

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 16:22, Joshua Myles wrote: > On 11/15/2005 08:07 AM, Kern Sibbald wrote: > > On Tuesday 15 November 2005 13:59, Joshua Myles wrote: > >>On 11/14/2005 04:45 PM, Kern Sibbald wrote: > >>>I just took a look at my multiple drive regression test. In fact, I ran > >>>it to mak

Re: [Bacula-users] multiple drives and simultaneous jobs with 1.38.0

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 16:22, Joshua Myles wrote: > On 11/15/2005 08:07 AM, Kern Sibbald wrote: > > On Tuesday 15 November 2005 13:59, Joshua Myles wrote: > >>On 11/14/2005 04:45 PM, Kern Sibbald wrote: > >>>I just took a look at my multiple drive regression test. In fact, I ran > >>>it to mak

[Bacula-users] Re: What do I need to do to get bacula talking to mysql

2005-11-28 Thread Harry Putnam
Kern Sibbald <[EMAIL PROTECTED]> writes: >> Tell me if I'm getting the right picture: >> [Bac-dir >>Bac-SD >>here]FD >>Linux <-> win1 <-> external drive >> FD | | >> win2 win3 >> FD FD >> External drive has a pool wi

Re: [Bacula-users] bscan-problems

2005-11-28 Thread Jonas Mixter
Hi again... Thanks for your quick answer! I understand the details of my problem better now... I do have some more questions though. 28-Nov 14:42 bscan: bscan Error: block.c:264 Volume data error at 0:1! Wanted ID: "BB02", got "". Buffer discarded. ...and then bscan exits.

[Bacula-users] Over broadband backup. Error

2005-11-28 Thread Karl Hungus
I am still having problems backing up over a broadband connection. My connection goes through a VPN tunnel. It appears that once a backup gets >1GB I get the following errors. Any ideas what could be causing this??? Below is the error and my relevant configuration. Thanks for any help! 22

Re: **Possibile SPAM**[Bacula-users] Restore files

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 16:00, Ferdinando Pasqualetti wrote: > Hello list, > > sorry I sent the original message with a wrong sender address, it is here > anyway. Again I was impressed by the restore performance during a massive > restore. Trying to restore single files  it seemed to me that pos

Re: [Bacula-users] Possible buglet in regex code?

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 15:55, Martin Simmons wrote: > > On Fri, 25 Nov 2005 09:21:29 +, Greg Cope <[EMAIL PROTECTED]> > > said: > > Greg> I am trying to glob a load of oracle backup files. As per Stephan > Greg> Ebelt's post these will be under /uNN dirs that are often on > dif

Re: [Bacula-users] How to restore from aborded job?

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 15:32, Benoit Panizzon wrote: > Hi Kern > > >> 50 Full 19,993 3,425,859,020 Error05-Nov-05 10:32 bang > >> > >> Is there a way to restore those files? > > > > Yes. > > > > Since the job terminated in error, there is no way to 100% guarantee that > > the file

Re: [Bacula-users] Restore: FD:Error, SD:OK, Termination => Restore Error

2005-11-28 Thread Turbo Fredriksson
Quoting Kern Sibbald <[EMAIL PROTECTED]>: Date: Mon, 28 Nov 2005 16:39:50 +0100 In-Reply-To: <[EMAIL PROTECTED]> (Kern Sibbald's message of "Mon, 28 Nov 2005 10:34:13 +0100") Message-ID: <[EMAIL PROTECTED]> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/20.7 (gnu/linux) MIME-Version: 1.0 Content-Typ

Re: [Bacula-users] client networking question

2005-11-28 Thread Karl Hungus
Andrei, You could edit the hosts file on your client computer and put in the ip what you would like "server" to resolve to. /etc/hosts C:\windows\system32\drivers\etc\hosts Andrei Mikhailovsky wrote: Hello all Is there a way to specify on the client side which IP address to use for the ba

Re: [Bacula-users] Restore files

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 11:21, Messaggio Bacula wrote: > Hello list, > this is to show the (for me) impressive throughput in restoring files. > Client and server are two HP Proliant G3 with 3 Gb RAM and mirrored SCSI > disks, connected with a gigabit link. There is a problem in restoring one > f

[Bacula-users] How do you unsubscribe

2005-11-28 Thread Jeffrey N. Miller
 

Re: [Bacula-users] multiple drives and simultaneous jobs with 1.38.0

2005-11-28 Thread Joshua Myles
On 11/15/2005 08:07 AM, Kern Sibbald wrote: > On Tuesday 15 November 2005 13:59, Joshua Myles wrote: > >>On 11/14/2005 04:45 PM, Kern Sibbald wrote: >> >>>I just took a look at my multiple drive regression test. In fact, I ran >>>it to make sure it works. Yes, it works, and it writes on both dri

Re: [Bacula-users] Possible buglet in regex code?

2005-11-28 Thread Greg Cope
On Mon, 2005-11-28 at 14:55 +, Martin Simmons wrote: > Greg> As expected regex = "^\/u[0-9]{2}" matches the lot. > > Greg> Can anyone shed any light on this or the regex code? > > The problem is that Bacula walks down the tree of directories looking for > matching include/exclude patterns

[Bacula-users] Migration jobs

2005-11-28 Thread Kern Sibbald
Hello, I'm probably more than half way (possibly 3/4) to getting the first migration/copy job running, so I thought I would write up a few of the details for those who are interested in checking my "design" or who simply want to make comments. What I have implemented already is (passes regress

Re: **Possibile SPAM**[Bacula-users] Restore files

2005-11-28 Thread Ferdinando Pasqualetti
Hello list, sorry I sent the original message with a wrong sender address, it is here anyway. Again I was impressed by the restore performance during a massive restore. Trying to restore single files  it seemed to me that positioning performance in disk files was less efficient than using tapes.

Re: [Bacula-users] Possible buglet in regex code?

2005-11-28 Thread Martin Simmons
> On Fri, 25 Nov 2005 09:21:29 +, Greg Cope <[EMAIL PROTECTED]> said: Greg> I am trying to glob a load of oracle backup files. As per Stephan Greg> Ebelt's post these will be under /uNN dirs that are often on different Greg> file systems. Greg> What I am trying to do is; Greg>

[Bacula-users] Bacula use with Iomega Rev

2005-11-28 Thread richard
Though I have now given up on the hardware, I have been impressed by bacula while trying to use it on a Seagate tape drive. I'm now considering new alternatives and the Iomega Rev looks like an ideal solution. Has anyone used bacula with an Iomega Rev - either internal (IDE/ATAPI or SCSI) or

Re: [Bacula-users] Monitoring bacula

2005-11-28 Thread Turbo Fredriksson
Quoting Khalil Foundy <[EMAIL PROTECTED]>: > I need your advice about the best way of monitoring bacula using a > script. I am interested in monitoring the deamons, to see if they are > running or not. I am also inetersted to know the status of the > director/storage/client and of course running,

[Bacula-users] Does someone have a IOMEGA REV working with bacula

2005-11-28 Thread Daniel Bloemer
Hi, This question has brought up before on 2004-07-02, but there was no answer until now. So I wonder if in the meantime someone has tried one of these drives with bacula. Regards Daniel Blömer -- Daniel Bloemer - BusinessCoDe GmbH Systemadministration and Support Phone: +49 (0)228 / 28925

[Bacula-users] Restore from unfinished job.

2005-11-28 Thread Benoit Panizzon
Hi all A client (bang) has totaly crashed during the last (and only one existing) backup. So the status of this backup is error. Nevertheles, probably most of the files have been saved... How do I restore those files? What I see in the status overview is: 50 Full 19,993 3,425,859,02

[Bacula-users] chio-changer slots

2005-11-28 Thread rkvam
I use bacula 1.38 compiled from source, on FreeBSD 6.0 I386. running on a DELL PV-136T 3.11 changer with 60 slots, 2 drives, 1 picker, 12 portals. The Tapedrives are IBM ULTRIUM-TD2 37RH`s I use the chio-changer script for managing the cahnger, but when in console and trying to label the tapes

[Bacula-users] Restore files

2005-11-28 Thread Messaggio Bacula
Hello list, this is to show the (for me) impressive throughput in restoring files. Client and server are two HP Proliant G3 with 3 Gb RAM and mirrored SCSI disks, connected with a gigabit link. There is a problem in restoring one file (I think it is the last one), which resulted truncated. I tried

Re: [Bacula-users] Re: [Bacula-devel] About Scratch Pool

2005-11-28 Thread Ludovic Strappazon
I agree with you about moving 8 before 7. But from my test, I think that 8 is currently between 3 and 4. There is something I don't understand : Is there something the 9 can do that the 4 couldn't ? (ie : prune oldest is included in prune all, no ?) Ludovic. Kern Sibbald wrote: On Monday 28

Re: [Bacula-users] bscan-problems

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 14:59, Jonas Mixter wrote: > Hi! > I've just moved my AIT tape drive to a new machine. I've been running > bacula for a few weeks on the new machine with no problems at all. > Today I needed to get some files from an older tape and thought I would > read all data from the

Re: [Bacula-users] Restore from behind NAT?

2005-11-28 Thread Fred Pierrot
At 16:31 24/11/2005, you wrote: Yesterday I had to try my first 'bare-metal restore' (eventually succeeded - other mail). I took the machine home and booted up a base install with static FD and console. Followed the documentation about this but I never got a connection on the local FD (ran it wi

Re: [Bacula-users] gentoo ebuild?

2005-11-28 Thread drescher0110-bacula
Here is my ebuild for 1.38.2. This is basically a bumped version of the 1.36.3 ebuild. To use make sure you have a PORTDIR_OVERLAY set up in your make.conf. Instructions for this can be found here: http://gentoo-wiki.com/HOWTO_Installing_3rd_Party_Ebuilds I created mine in the standard place /usr

[Bacula-users] bscan-problems

2005-11-28 Thread Jonas Mixter
Hi! I've just moved my AIT tape drive to a new machine. I've been running bacula for a few weeks on the new machine with no problems at all. Today I needed to get some files from an older tape and thought I would read all data from the tape into the new database first. However, when running "/usr/

Re: [Bacula-users] How to restore from aborded job?

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 12:59, Benoit Panizzon wrote: > Hi all > > A client (bang) has totaly crashed during the last (and only one existing) > backup. So the status of this backup is error. > > Nevertheles, probably most of the files have been saved... > > How do I restore those files? > > What

Re: [Bacula-users] Re: [Bacula-devel] About Scratch Pool

2005-11-28 Thread Phil Stracchino
Kern Sibbald wrote: > Here is the algorithm that Bacula uses to get the next volume (as written in > the manual): > > 1. Search the Pool for a Volume with VolStatus=Append (if there is more >than one, the Volume with the oldest date last written is chosen. If >two have the same date then

Re: [Bacula-users] Re: [Bacula-devel] About Scratch Pool

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 12:26, Ludovic Strappazon wrote: > This is maybe more readable : Yes, thanks, it keeps it all on one line. So, thanks for the example, this seems pretty clear. Here is the algorithm that Bacula uses to get the next volume (as written in the manual): 1. Search the

[Bacula-users] How to restore from aborded job?

2005-11-28 Thread Benoit Panizzon
Hi all A client (bang) has totaly crashed during the last (and only one existing) backup. So the status of this backup is error. Nevertheles, probably most of the files have been saved... How do I restore those files? What I see in the status overview is: 50 Full 19,993 3,425,859,02

[Bacula-users] Restore and mark 'spelling error'

2005-11-28 Thread Turbo Fredriksson
Just found a minor bug in v1.36.3 (don't know if it's fixed in any newer version, but I thought I send a mail about it anyway). - s n i p - *restore First you select one or more JobIds that contain files to be restored. You will be presented several methods of specifying the JobIds. Then

[Bacula-users] Feature request: Reschedule job

2005-11-28 Thread Turbo Fredriksson
I have a job that sometimes run to long (WAY to long sometimes) which makes the other jobs cancel. I can't/don't want to increase the reschedule option any more than I already have, because then I'll get even WORSE delays later on. I want the option to SOMETIMES (i.e. manually) reschedule a specif

[Bacula-users] Restore from behind NAT?

2005-11-28 Thread Turbo Fredriksson
Yesterday I had to try my first 'bare-metal restore' (eventually succeeded - other mail). I took the machine home and booted up a base install with static FD and console. Followed the documentation about this but I never got a connection on the local FD (ran it with '-d100'). Who initiates the con

[Bacula-users] Restore: FD:Error, SD:OK, Termination => Restore Error

2005-11-28 Thread Turbo Fredriksson
I just had to do my first 'bare-metal restore'. After a little fiddling, I managed to restore the machine to exact state (I was lucky, a full backup had run successfully the day before!). But the job terminated with error, but all files was restored... This is the mail I got (misunderstood WHERE

Re: [Bacula-users] Re: [Bacula-devel] About Scratch Pool

2005-11-28 Thread Ludovic Strappazon
This is maybe more readable : I have a pool with two full tapes : Tape_1|Full|1 week|Recycle=yes|LastWritten=5/11/2005 Tape_2|Full|1 week|Recycle=yes|LastWritten=23/11/2005 And a Scratch Pool with Tape_3. If I run a job, this is what happen : Tape_1|Full|1 week|Recycle=yes|LastWritten=5/11/2

Re: [Bacula-users] Re: [Bacula-devel] About Scratch Pool

2005-11-28 Thread Ludovic Strappazon
Kern Sibbald a écrit : >On Monday 28 November 2005 09:33, Ludovic Strappazon wrote: > > >>Hello, >> >>I've just tried the "Scratch Pool" feature. I'm very happy to have it in >>Bacula. >>However, I think there is two problems, unless I'm missing something : >> >>- Bacula takes a Scratch Pool vol

[Bacula-users] Re: [Bacula-devel] About Scratch Pool

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 09:33, Ludovic Strappazon wrote: > Hello, > > I've just tried the "Scratch Pool" feature. I'm very happy to have it in > Bacula. > However, I think there is two problems, unless I'm missing something : > > - Bacula takes a Scratch Pool volume when it can't find any append

RE: [Bacula-users] Re: What do I need to do to get bacula talking to mysql

2005-11-28 Thread Andrew Paterson
Harry, I can confidently say that in this business, its not what you know that's important but how quickly you can learn something new. >From what you've said, you obviously don't have anything to worry about on >that score! Regards Andrew R Paterson DS Ltd. Cedar Office Park Cobham Ro

Re: [Bacula-users] Cannot create the path table on PostgreSQL

2005-11-28 Thread Kern Sibbald
On Saturday 26 November 2005 20:28, John Du wrote: > Hi, > > I am new to Bacula. I am trying to setup it on FreeBSD 5.3 with PostgreSQL > 7.2. In PostgreSQL, "path" is a built-in type so "create table path" is > illegal. > > What did you do to work around this problem? Sorry for the sarcastic res

Re: [Bacula-users] Restore: FD:Error, SD:OK, Termination => Restore Error

2005-11-28 Thread Kern Sibbald
On Thursday 24 November 2005 16:20, Turbo Fredriksson wrote: > I just had to do my first 'bare-metal restore'. After a little > fiddling, I managed to restore the machine to exact state > (I was lucky, a full backup had run successfully the day before!). > > But the job terminated with error, but a

RE: [Bacula-users] Travan 40 (Seagate Hornet, STT3401A)

2005-11-28 Thread Manuel Ruiz
Hi All, I'm using this tapes drivers and It is working properly (with tar/cpio etc ...) using ide-scsi module (not ide-tape), but even using ide-scsi module the tape driver doesn't pass btape test, I did a lot of effort to configure in order to use it and I always got a fail. I have decided no t

Re: [Bacula-users] Selected Volume for job

2005-11-28 Thread Kern Sibbald
Hello Angela, First, a hint on getting help. Please read the support page on the Bacula web site. It indicates the kind of information we need to help you ... Second hint, it is not possible to answer your question without knowing what version of Bacula you are using because the algorithms us

Re: [Bacula-users] Re: What do I need to do to get bacula talking to mysql

2005-11-28 Thread Kern Sibbald
On Monday 28 November 2005 00:33, Harry Putnam wrote: > Christoph Haas <[EMAIL PROTECTED]> writes: > > - Network: 10 MB/sec > > - USB: 10 MB/sec > > - ATA: 40-50 MB/sec > > > > So in your case it will probably not make a difference which system you > > use to run and control the backup. > > > >> Th

Re: [Bacula-users] Travan 40 (Seagate Hornet, STT3401A)

2005-11-28 Thread Kern Sibbald
If I remember right, one user got his Segate drive, which seems to be similar, working by using the Onstream Device resource, and then setting the default buffer size to 512 bytes using mt -f /dev/nst0 defblksize 512 (I don't remember the exact syntax -- please check the email archives). I don'

[Bacula-users] Selected Volume for job

2005-11-28 Thread EDV
Hallo, I'm using two sets of tapes alternatively which I change manually. Now I have this situation: I have totally 4 tapes in the differential pool. Two are "inchanger" and two not. From the two inchanger one is full and one is purged. from the two which are actually not inchanger one is full a

[Bacula-users] Archive Pools

2005-11-28 Thread Daniel Amkreutz
Hi There, I'm using bacula for a short period of time. I would like to do long time archiving of some selected Files (they will be manually selected and putted into a sperate folder on a hard drive). Using bacula's scheduler I would like to run a job once a week, which will archive these data o

[Bacula-users] About Scratch Pool

2005-11-28 Thread Ludovic Strappazon
Hello, I've just tried the "Scratch Pool" feature. I'm very happy to have it in Bacula. However, I think there is two problems, unless I'm missing something : - Bacula takes a Scratch Pool volume when it can't find any appendable volume, but it should (in my opinion) look before if there's any re

[Bacula-users] Re: Travan 40 (Seagate Hornet, STT3401A)

2005-11-28 Thread richard
Hi Greg, > has anyone actually got one of these to work with bacula? This is a > drive out of a Dell Machine (no idea what), and the drive was hardly > used. > This is an ATAPI model, set to slave, with no other devices on the IDE > controller. > I have wasted many hours now trying to get this dr