Re: [Bacula-users] Spooling to disk and concurrency

2005-08-15 Thread LHERBIER Lois
Josh Endries wrote: > Hi, > > I've been trying to get Bacula to spool to disk and run concurrent > jobs but it just isn't working...backing up works one-by-one but > nothing gets spooled to disk in the meantime. Is there a way to > force it to spool, or is it supposed to always spool, or is there

RE: [Bacula-users] Backup to ISO image?

2005-08-15 Thread Chris Lee
Yeah I've been reading up on the developer documentation for bacula and it seems that volumes written in a bacula-specific format. http://bacula.org/developers/Overall_Storage_Format.html covers this. Back to the original post, yes, Joe is correct in that I'm talking about backing up to CD or DVD

RE: [Bacula-users] Backup to ISO image?

2005-08-15 Thread Knut E. Meidal
Ah, now I see. (Maintenance window until 2am last nite, see... A little slow today) Something like Nero ImageDrive, then. K -Original Message- From: Joe Stump [mailto:[EMAIL PROTECTED] Sent: Monday, August 15, 2005 4:48 PM To: Knut E. Meidal Cc: bacula-users@lists.sourceforge.net Subject

Re: [Bacula-users] Backup to ISO image?

2005-08-15 Thread Joe Stump
Yeah, the original post was about creating (full?) backups directly as images. Ie. instead of a bacula volume the volume would be an ISO file that he could then burn. What I was asking is if there is any way to mount a bacula volume that was written to disk. The entire thing is one big file

RE: [Bacula-users] Backup to ISO image?

2005-08-15 Thread Knut E. Meidal
Using a loopback would work fine for a read/write filesystem. I do that all the time. Maybe I read too much into it, but if I understood the original poster, he was looking for mounting a loop device/file, writing to it to create a file in ISO format that could be burned as-is into a useable CD o

Re: [Bacula-users] Backup to ISO image?

2005-08-15 Thread Joshua Kugler
dd if=/dev/zero bs=1k count=1 seek=`expr 1024 \* 4096` of=image.bin As root: losetup /dev/loop7 image.bin Then you can access that as a drive (partition with fdisk, etc). I'm not sure of the specifics of mounting, etc, but googling for loopback should get you going. j- k- On Monday 1

Re: [Bacula-users] Backup to ISO image?

2005-08-15 Thread Joe Stump
Is this possible? Are there any docs showing how to do this? --Joe On Aug 15, 2005, at 4:18 PM, Joshua Kugler wrote: What about using a loopback? j- k- On Monday 15 August 2005 14:20, Joe Stump wrote: This is sort like something I was thinking about. It would pretty much kick ass i

Re: [Bacula-users] Backup to ISO image?

2005-08-15 Thread Joshua Kugler
What about using a loopback? j- k- On Monday 15 August 2005 14:20, Joe Stump wrote: > This is sort like something I was thinking about. It would pretty > much kick ass if I could mount -t bacula /path/to/fullbackup. As in a > Linux file system driver or something for bacula volumes. > > -

Re: [Bacula-users] Backup to ISO image?

2005-08-15 Thread Joe Stump
This is sort like something I was thinking about. It would pretty much kick ass if I could mount -t bacula /path/to/fullbackup. As in a Linux file system driver or something for bacula volumes. --Joe On Aug 15, 2005, at 3:10 PM, Chris Lee wrote: I know that there has been a lot of work on b

[Bacula-users] Backup to ISO image?

2005-08-15 Thread Chris Lee
I know that there has been a lot of work on backup to DVD, though I haven't looked very closely at it before. It has recently occurred to me that I might like to backup some of my data to dvd, but I don't know if I want to purchase another dvd writer for my storage machine. If it isn't already po

RE: [Bacula-users] mount command

2005-08-15 Thread Chris Lee
Use "mount storage=DDS-4". Thanks, Chris > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Maurizio Santini > Sent: Monday, 15 August, 2005 11:36 > To: bacula-users@lists.sourceforge.net > Subject: [Bacula-users] mount command > > Hello, > > I

Re: [Bacula-users] mount USB disk

2005-08-15 Thread Joshua Kugler
On Thursday 11 August 2005 02:13, Daniel Bloemer wrote: > Hi, > > Alan Brown wrote: > > On Sun, 7 Aug 2005, Mick wrote: > >> I use an USB disk as backup target for Bacula. It works fine. But there > >> is one issue: I want to mount it immediatly before the backup and > >> unmount it afterwards. The

[Bacula-users] Spooling to disk and concurrency

2005-08-15 Thread Josh Endries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've been trying to get Bacula to spool to disk and run concurrent jobs but it just isn't working...backing up works one-by-one but nothing gets spooled to disk in the meantime. Is there a way to force it to spool, or is it supposed to always spoo

Re: [Bacula-users] Associating Jobs with Volumes

2005-08-15 Thread Jesse Keating
On Mon, 2005-08-15 at 11:24 -0700, Joe Stump wrote: > I'm wondering how to associate Volumes with Jobs. It doesn't seem > clear to me how I say "Use this Volume for this Job". I'm currently > backing up multiple workstations and I'd like each workstation to > have it's own Volume (using FileS

[Bacula-users] Associating Jobs with Volumes

2005-08-15 Thread Joe Stump
I'm wondering how to associate Volumes with Jobs. It doesn't seem clear to me how I say "Use this Volume for this Job". I'm currently backing up multiple workstations and I'd like each workstation to have it's own Volume (using FileStorage). How does bacula figure out which Volume to use? I

Re: [Bacula-users] vol size out of control

2005-08-15 Thread Raymond Norton
> I have a few servers backing up to a single volume. The config is set to > keep one month of jobs. I see notices that so many files were pruned from > time to time, but the volume has reached a 100 gig. I expected it to stretentiondeleting > under 50. Is there a way to delete unwanted jobs manua

Re: [Bacula-users] Backup / Restore of DB2 Databases using Fifo's

2005-08-15 Thread Kern Sibbald
On Monday 15 August 2005 17:55, [EMAIL PROTECTED] wrote: > Dear Kern, > > I'm inclined to agree with Phil & Thomas and your own comments. > > Since the FileSet we use includes the 'readfifo' option, why not: > never overwrite an existing fifo if this option is set on a restore > operation? You mig

[Bacula-users] mount command

2005-08-15 Thread Maurizio Santini
Hello, I get the following message from bacula's console "15-Aug 13:32 storage01-sd: Please mount Volume "Monitors01" on Storage Device "DDS-4" for Job Client1.2005-08-15_12.43.00" How do I mount the volume from the console? I try the following "mount DDS-4" but I always get the same warning mes

RE: [Bacula-users] Backup / Restore of DB2 Databases using Fifo's

2005-08-15 Thread brett.dellegrazie
Dear Kern, I'm inclined to agree with Phil & Thomas and your own comments. Since the FileSet we use includes the 'readfifo' option, why not: never overwrite an existing fifo if this option is set on a restore operation? It then becomes the Run before client's job to create this fifo with the ap

RE: [Bacula-users] Backup / Restore of DB2 Databases using Fifo's

2005-08-15 Thread brett.dellegrazie
Dear Thomas, Thanks, These scripts were most helpful! I've thought about a couple of solutions which bypass the manual modification to the permissions and the issue where the restore is started before the pipe is created. They go like this: 1) add to the bacula group the db2inst1 user and re

Re: [Bacula-users] Bacula on IBM POWER5

2005-08-15 Thread Martin Simmons
> On Thu, 11 Aug 2005 11:38:36 -0400, "Stephen M. Kennedy" <[EMAIL > PROTECTED]> said: Stephen> Trying to compile bacula 1.36.3 with RHEL4 on an IBM Power5 system. Stephen> When I execute the configure script, it fails saying that the compiler Stephen> cannot create executables.

Re: [Bacula-users] mount USB disk

2005-08-15 Thread Josh Fisher
This can be done with UDEV. On Fedora Core 3 I created a file under /etc/udev/rules.d named 20-jumpdrive.rules with the following line: KERNEL="sd?1*", SYSFS{vendor}="LEXAR", SYSFS{model}="JUMPDRIVE SECURE", NAME="%k", SYMLINK="jumpdrive%e" This causes my Lexar JumpDrive (USB thumbdrive devic

Re: [Bacula-users] restore complete file system branches

2005-08-15 Thread Martin Simmons
> On Thu, 11 Aug 2005 10:54:19 + (UTC), "Mick" <[EMAIL PROTECTED]> said: Mick> Martin Simmons wrote: >> I suggest you post your session output so we can see what options you >> are choosing and what the error message is. Mick> I have to correct my problem description: Mick> I

Re: [Bacula-users] IDE Travan Tapedrive

2005-08-15 Thread Sascha Alexander Jopen
Ok, using the ide-tape driver isn't an option as it seems. But i'm still interessted in using the ide-scsi driver. Wether it is reliable enough for a working bacula environment or not, i can only figure out, when i get the drive running. I don't have much critical data, so a failing job won't do mu

Re: [Bacula-users] relabeling tapes?

2005-08-15 Thread Phil Stracchino
Alan Brown wrote: > HOWEVER. NEVER USE A BULK ERASER ON LTO TAPES UNLESS DEAD. > > LTOs (and some other formats) have a servo track on them. Hitting them > with a bulk eraser renders them completely unusable. Thanks. That's a useful tip. -- Phil Stracchino [EMAIL PROTECTED] Ren

Re: [Bacula-users] DLT labels

2005-08-15 Thread Alan Brown
On Sun, 14 Aug 2005, Dan Langille wrote: If you have any spare unused DLT labels, I could use them. I'm looking for the labels that slide into the slot on a DLT tape. Dan: We gave up on these things a long time ago as too finicky, prone to damage and usually don't give us the barcode titles

Re: [Bacula-users] Differential Backup to which Full backup ?

2005-08-15 Thread Alan Brown
On Sat, 13 Aug 2005, Philipp Steinkrueger wrote: yes, that would be enough to meet my needs, but it would have a big disadvantage over my scheme, because duplicating media would take _hours_. we calculated, that for our current data to be fully backuped, it would take more than 10 hours. It

Re: [Bacula-users] relabeling tapes?

2005-08-15 Thread Alan Brown
On Fri, 12 Aug 2005, Phil Stracchino wrote: On the other hand, do you want to PHYSICALLY ERASE the tape and all data on it to make sure it cannot be trivially recovered off the tape by someone you don't wish to have it? Buy a bulk eraser, but be aware that someone who's really determined and ha

[Bacula-users] after machine shutdown and restart, tapes are not recognized

2005-08-15 Thread Stelios Kyriacou
I am a light user of bacula I have a bacula system that has been working for maybe 10 months now. We did a shutdown of the server last friday without first stopping the bacula service (should i?) and after we rebooted and started the bacula service I have a big problem: bacula tapes do not seem t

Re: [Bacula-users] Re: Horribly slow through put on backup test to disk

2005-08-15 Thread George R . Kasica
>On Wed, 10 Aug 2005 12:06:39 -0400, you wrote: >George R.Kasica wrote: >> Got all the labeling and cleaning tape definitions done here over the >> weekend and built a series of jobs to backup not only my local Linux >> Server but a W2K3 Server as well as a WinXP Pro system as well. >> >> Key to

RE: [Bacula-users] list files jobid and more detail

2005-08-15 Thread Justin Finkelstein
Think this is worth raising as possible feature request? I can probably do the work myself for something this simple :) -Original Message- From: Martin Simmons [mailto:[EMAIL PROTECTED] Sent: 12 August 2005 11:57 To: [EMAIL PROTECTED] Cc: bacula-users@lists.sourceforge.net Subject: Re: [B

RE: [Bacula-users] Backula Autoloader Weirdness

2005-08-15 Thread Alan Brown
On Thu, 11 Aug 2005, Bennett, Silas (GE Infrastructure) wrote: Just a reminder that I am waiting patiently... ;0) 1: Are you running mtx and mtx-changer as the effective Bacula user 2: Does the changer device have suitable permissions for the effective Bacula user? That seems to be the mo

Re: [Bacula-users] btape vs AutoChanger

2005-08-15 Thread Chris Linn
On Thu, Aug 11, 2005 at 12:56:47PM +0200, Kern Sibbald wrote: > In the version you are using, there is a bug that does not recognize the > command device in the Autochanger resource. Either add them back to your > Device resources, or update to a later version of Bacula. I *think* it is > fixe

[Bacula-users] Bacula 1.36.3cannot connect to Postgresql Database

2005-08-15 Thread Herbert FRIEDL
BDY.RTF Description: RTF file

[Bacula-users] restore complete file system branches

2005-08-15 Thread Mick
Martin Simmons wrote: > I suggest you post your session output so we can see what options you > are choosing and what the error message is. I have to correct my problem description: I can restore a directory even if it is empty. It is necessary to conclude the path with a "/". Then the directory

[Bacula-users] Bacula on IBM POWER5

2005-08-15 Thread Stephen M. Kennedy
Hi, Trying to compile bacula 1.36.3 with RHEL4 on an IBM Power5 system. When I execute the configure script, it fails saying that the compiler cannot create executables. I checked the config.log (as it suggested) and found the following error. /usr/bin/ld: crt1.o: No such file: No such fil

Re: [Bacula-users] mount USB disk

2005-08-15 Thread Daniel Bloemer
Hi, Alan Brown wrote: On Sun, 7 Aug 2005, Mick wrote: I use an USB disk as backup target for Bacula. It works fine. But there is one issue: I want to mount it immediatly before the backup and unmount it afterwards. There is even a mount option for the config file (sd.config I think), but this

Re: [Bacula-users] IDE Travan Tapedrive

2005-08-15 Thread Jeffrey L. Taylor
Quoting Sascha Alexander Jopen <[EMAIL PROTECTED]>: > Hi list, > > i'm trying to get my Seagate STT2A IDE Travan Tapedrive to work with > bacula-1.36.3 with no success. I think this should be possible, but i > can't figure out the right parameters for this drive. > > I tried both the native i