Re: [Bacula-users] ClientAfterJob: Das System kann den angegebenen Pfad nicht finden.

2009-02-24 Thread Maarten Hoogveld
Maybe just try adding Runs On Client = No in the RunScript section to be certain it runs on the server. I would think that that would be the default but it sure is worth a test. I presume "ClientAfterJob" has to do with running a script on the client after the job. Maarten Hoogveld 2009/2/24 K

[Bacula-users] Restore of encrypted data

2009-02-24 Thread Steve Hood
All- My problem is during a restore of a client that I have configured with encryption I get the following errors for what looks like all files: 24-Feb 14:07 backup-local-fd JobId 16: Error: restore.c:810 Missing cryptographic signature for /bacula-restores/restore-local/bin/cat 24-Feb 14:07 backu

Re: [Bacula-users] diffrence between full and used

2009-02-24 Thread John Drescher
> The other way to have full volume on disk is to set some limit of time or > size in configuration. > I believe time limits will mark the volume as Used and size limits mark the volume as Full. John -- Open Source Busi

Re: [Bacula-users] Debian/Ubuntu and openssl

2009-02-24 Thread C M Reinehr
On Tue 24 February 2009 04:11:17 am Daniele Palumbo wrote: > Il giovedì 12 febbraio 2009 10:30:08 Foo ha scritto: > > I think a lot of people would appreciate this, can you add it to the > > Wiki? (http://wiki.bacula.org/doku.php?id=howtos) > > seems to be online: > http://wiki.bacula.org/doku.php?

Re: [Bacula-users] regexdir stops bacula backup...

2009-02-24 Thread Thomas Manson
I forgot to mention the bacula version : server : 2.4.2-1ubuntu6 client : Redhat ES4 with version : bacula-client-2.4.2-1.el4.i386.rpm Thomas On Tue, Feb 24, 2009 at 22:16, Thomas Manson wrote: > Hi, > > I want to backup this kind of directories : > > /home/user1/web/public_html > /home/user2/web

[Bacula-users] regexdir stops bacula backup...

2009-02-24 Thread Thomas Manson
Hi, I want to backup this kind of directories : /home/user1/web/public_html /home/user2/web/public_html /home/user3/web/public_html /home/user4/web/public_html and subdirectories. I've run a find to list all dir of the home directory and test the following regexp on it with success : "/home/.*

Re: [Bacula-users] gdb trace output?

2009-02-24 Thread Bruno Friedmann
Mingus Dew wrote: > I've seen from time to time other people posting gdb trace output from > Bacula. It looks as though this was automatically generated after a problem > is encountered and then sent via bsmtp. > > Is this true? If so how can I set this up? > > Thanks, > Shon > > > See the kab

Re: [Bacula-users] diffrence between full and used

2009-02-24 Thread Bruno Friedmann
François Mehault wrote: > Hi after all, you are probably right !! > Today my filesystem is not full but it was probably full when my volume have > been labeled Full > > -Message d'origine- > De : François Mehault [mailto:francois.meha...@netplus.fr] > Envoyé : mardi 24 février 2009 16:35

Re: [Bacula-users] Windows restore: Can not browse or restore files

2009-02-24 Thread Bruno Friedmann
Thomas Lindgaard wrote: > Hi > > I have an Ubuntu server running Bacula and a Windows laptop sending > backups to it. The backups seem to work just fine - but I can not > restore files. > > This is what I get from a restore session in bconsole: > > *restore > > First you select one or more Jo

[Bacula-users] Windows restore: Can not browse or restore files

2009-02-24 Thread Thomas Lindgaard
Hi I have an Ubuntu server running Bacula and a Windows laptop sending backups to it. The backups seem to work just fine - but I can not restore files. This is what I get from a restore session in bconsole: *restore First you select one or more JobIds that contain files to be restored. You wi

[Bacula-users] Some restores slow, some restores fast

2009-02-24 Thread Quibble
Hi, I have been doing bare metal restores, using bacula, of NT boxes, 2000 boxes, and 2003 boxes with some success. At this point, one of the roadblocks is the speed of restores. Some restores reach 24 MB/s , while others only reach around 1 MB/s. Using the backups from one particular box (it

[Bacula-users] Vacation

2009-02-24 Thread Kern Sibbald
Hello, This is just to let you know that I will be on vacation beginning tomorrow and will be back sometime late the 5th of March. During that time, I will be visiting Spain without a laptop, so will not have normal or regular email. Best regards, Kern ---

[Bacula-users] Help with alert configuration

2009-02-24 Thread Mingus Dew
Hello All, I've been scratching my brain but haven't figured out how to do this. I'd like to supress email alerts from Bacula for jobs that are manually canceled. Can anyone help? Thanks, Shon -- Open Source Business

Re: [Bacula-users] diffrence between full and used

2009-02-24 Thread François Mehault
Hi after all, you are probably right !! Today my filesystem is not full but it was probably full when my volume have been labeled Full -Message d'origine- De : François Mehault [mailto:francois.meha...@netplus.fr] Envoyé : mardi 24 février 2009 16:35 À : John Drescher; bacula-users Objet

[Bacula-users] gdb trace output?

2009-02-24 Thread Mingus Dew
I've seen from time to time other people posting gdb trace output from Bacula. It looks as though this was automatically generated after a problem is encountered and then sent via bsmtp. Is this true? If so how can I set this up? Thanks, Shon --

Re: [Bacula-users] Jobs not completing, but not erroring?

2009-02-24 Thread Mingus Dew
So when I find these jobs that are hung. They all do have Sleep state and a longer time value. I'm just unsure what that means from a MySQL perspective. The thread is in a sleep state. To my way of thinking that would mean that Bacula has opened the thread but isn't using it. What could the direct

Re: [Bacula-users] Tape handling with an autoloader

2009-02-24 Thread Michael Galloway
On Tue, Feb 24, 2009 at 07:59:08AM -0800, Christopher Dick wrote: > > > > > Thanks for the quick response! > > Just to ease my discomfort, how will Bacula deal with a need to restore > from a volume that is no longer in the library in the event of a need > to restore? Will it just prompt for

Re: [Bacula-users] Tape handling with an autoloader

2009-02-24 Thread John Drescher
> i do this manually. in bconsole, i umount the drives, then at the library i > export the tapes > i want to remove and import new or recycled tapes. then in bconsole, i run > update slots and label > any new tapes if needed. > You said it much better than me. That is what I do. John -

Re: [Bacula-users] Tape handling with an autoloader

2009-02-24 Thread John Drescher
> Thanks for the quick response! > > Just to ease my discomfort, how will Bacula deal with a need to restore > from a volume that is no longer in the library in the event of a need > to restore?  Will it just prompt for the volume and wait until I have > inserted it and moved it to an available slo

Re: [Bacula-users] Tape handling with an autoloader

2009-02-24 Thread Christopher Dick
- Original Message From: John Drescher To: Christopher Dick ; bacula-users Sent: Tuesday, February 24, 2009 9:34:49 AM Subject: Re: [Bacula-users] Tape handling with an autoloader On Tue, Feb 24, 2009 at 10:23 AM, Christopher Dick wrote: > I have an LTO-2 library with 20 slots and h

Re: [Bacula-users] Tape handling with an autoloader

2009-02-24 Thread Michael Galloway
On Tue, Feb 24, 2009 at 07:23:31AM -0800, Christopher Dick wrote: > I have an LTO-2 library with 20 slots and have a question about tape handling > in Bacula. I have been running backups for about two weeks now, and I've > about filled my tapes. I have two free slots yet, and then I am going to

[Bacula-users] ClientAfterJob: Das System kann den angegebenen Pfad nicht finden.

2009-02-24 Thread KNOPS Manfred
Hello bacula-users-maillist, The bacula directory runs on a openSuSE 11.0 x86_64 machine. I have a problem with the job resource RunsOnSuccess. I configured a RunsOnSuccess resource for some backups which backups windows clients. Here is the configuration: JobDefs { Name=mail_foo R

Re: [Bacula-users] diffrence between full and used

2009-02-24 Thread François Mehault
I use disk, not tape or dvd. And my filesystem is not full so i don't understand what happens. Thanks for your response. François -Message d'origine- De : John Drescher [mailto:dresche...@gmail.com] Envoyé : mardi 24 février 2009 16:32 À : François Mehault; bacula-users Objet : Re: [Bac

Re: [Bacula-users] Tape handling with an autoloader

2009-02-24 Thread John Drescher
On Tue, Feb 24, 2009 at 10:23 AM, Christopher Dick wrote: > I have an LTO-2 library with 20 slots and have a question about tape handling > in Bacula.  I have been running backups for about two weeks now, and I've > about filled my tapes.  I have two free slots yet, and then I am going to > hav

Re: [Bacula-users] diffrence between full and used

2009-02-24 Thread John Drescher
> I understood that a volume becomes Used because job count or size limit > exceeded, but about Full, when a volume becomes Full ? > When the tape or dvd has no free bytes. On disk volumes I think this means that the filesystem is full. John ---

[Bacula-users] Tape handling with an autoloader

2009-02-24 Thread Christopher Dick
I have an LTO-2 library with 20 slots and have a question about tape handling in Bacula. I have been running backups for about two weeks now, and I've about filled my tapes. I have two free slots yet, and then I am going to have to "check out" tapes and refill the library. The first fulls wer

[Bacula-users] diffrence between full and used

2009-02-24 Thread François Mehault
Hi All I would like to have a clarification about the volume statut Full and Used. I read this page : http://bacula.org/en/dev-manual/Automatic_Volume_Recycling.html#manualrecycling and http://bacula.org/fr/dev-manual/Configurer_Director.html#SECTION004615000 I read also that : >

Re: [Bacula-users] Help

2009-02-24 Thread John Drescher
On Tue, Feb 24, 2009 at 8:07 AM, John Drescher wrote: >> I got a issue within Bacula. >> >> I found Bacula always prompt:is waiting an appendable volume. >> >> I purged it,Delete volume,and add new volume,still notice cannot label >> itbecause it is already label "***".

Re: [Bacula-users] bacula director not starting ...help

2009-02-24 Thread John Drescher
Your welcome. I will send this to the list so others know it is solved. > Thanks John,  I just missed a dumb error in the director conf file.  ( 2rd > not 2nd ) -- Open Source Business Conference (OSBC), March 24-25, 2009,

Re: [Bacula-users] Debian/Ubuntu and openssl

2009-02-24 Thread Daniele Palumbo
Il giovedì 12 febbraio 2009 10:30:08 Foo ha scritto: > I think a lot of people would appreciate this, can you add it to the Wiki? > (http://wiki.bacula.org/doku.php?id=howtos) seems to be online: http://wiki.bacula.org/doku.php?id=howto_build_deb_binary_packages_and_create_a_package_repository_for

[Bacula-users] Windows bpipe?

2009-02-24 Thread Michael Reifenberger
Hi, will the next Bacula version contain a Windows bpipe plugin? If not, is currently someone working on the subject? It would be very beneficial for backing up huge databases like MaxDB... Bye/2 --- Michael Reifenberger mich...@reifenberger.com http://www.Reifenberger.com -