Re: [Bacula-users] how to skip job when missed

2009-02-08 Thread Maarten Hoogveld
Look for the "Max Start Delay" directive in the Job resourceof the director configuration manual. This will set the max time allowed between the scheduled time and start time of the job. On a sidenote, the new 3.0 version (

[Bacula-users] Corrupt block on disk volume leads to unrestorable backup

2009-02-08 Thread Craig Ringer
Hi all I just encountered a corrupt block in one of my on-disk volumes on the backup server. That's an issue in and of its self, but what I wanted to raise was a problem it created when restoring from the damaged volume. After starting the storage daemon with the -p option so that it wouldn't

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

2009-02-08 Thread Philipp Geschke
Hi, I asked basically the same thing a while ago: http://www.adsm.org/lists/html/Bacula-users/2008-08/msg00517.html Back then I was told, that the issue had been removed, but the Debian project seems to not have noticed this. Basically, while asking about Ubuntu, this really is a Debian Lenny

Re: [Bacula-users] Do the connections stay open during a job?

2009-02-08 Thread Kevin Keane
Dan Langille wrote: > > On Feb 8, 2009, at 5:29 PM, Kevin Keane wrote: > >> I'm trying to find out when, exactly, the various TCP connections >> to/from the FD (dir->FD, FD->SD) are opened or closed. Do these >> connections stay open continuously while running a job, or are they >> closed and opene

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

2009-02-08 Thread Lukasz Szybalski
http://lists.debian.org/debian-legal/2007/07/msg00144.html apt-get build-dep bacula aptitude install libssl-dev openssl aptitude source bacula cd bacula-2 vim debian/rules # (change the options to enable ssl tls) debian/rules binary #it should now compile and pack all bacula packages cd .. dpk

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

2009-02-08 Thread Dan Langille
On Feb 8, 2009, at 1:16 PM, Bill Merriam wrote: > It appears Debian still doesn't distribute bacula packages with > encryption enabled. Is there any news on that? > > There are instructions included with the debian package source on > how to > rebuild it with encryption. Has anybody done that

Re: [Bacula-users] Do the connections stay open during a job?

2009-02-08 Thread Dan Langille
On Feb 8, 2009, at 5:29 PM, Kevin Keane wrote: > I'm trying to find out when, exactly, the various TCP connections > to/from the FD (dir->FD, FD->SD) are opened or closed. Do these > connections stay open continuously while running a job, or are they > closed and opened as needed? > > The reason

[Bacula-users] Feature request: Enable/disable spooling when using "run"

2009-02-08 Thread Wolfgang Denk
Item 1: Enable/disable spooling when starting jobs with "run" Date: Mon Feb 9 00:41:01 CET 2009 Origin: Wolfgang Denk Status: What: I would like to be able to override the spooling settings of a job when manually starting it using "run". Why:Normally we disable spo

Re: [Bacula-users] Exchange + SQL Server

2009-02-08 Thread Kevin Keane
It should work. But, since you are taking a snapshot of a live database, you would basically have to do a crash-state recovery if you needed to restore something. Also, this type of backup will only let you restore the whole Exchange database, not individual Exchange mailboxes (you may be able

[Bacula-users] Do the connections stay open during a job?

2009-02-08 Thread Kevin Keane
I'm trying to find out when, exactly, the various TCP connections to/from the FD (dir->FD, FD->SD) are opened or closed. Do these connections stay open continuously while running a job, or are they closed and opened as needed? The reason for asking is, once again, my setting up an SSH tunnel. T

[Bacula-users] Debian/Ubuntu and openssl

2009-02-08 Thread Bill Merriam
It appears Debian still doesn't distribute bacula packages with encryption enabled. Is there any news on that? There are instructions included with the debian package source on how to rebuild it with encryption. Has anybody done that and made the packages available? I am trying to figure out ho

[Bacula-users] Exchange + SQL Server

2009-02-08 Thread Ricardo Duarte
Hi, I'm currently using Bacula to backup all of my Linux servers and services to LTO4 tapes, and I think it's an amazing product. Now I want to backup my Windows servers. The question I have is: - Can I trust bacula to perform backups of SQL Server and Exchange on a production environment, usin

Re: [Bacula-users] How does the FD find the SD?

2009-02-08 Thread Kevin Keane
Dan Langille wrote: > > On Feb 7, 2009, at 11:23 AM, Kevin Keane wrote: > >> Hi, >> >> When you specify the FQDN of the SD in a Storage resource, does the >> director or the FD do the host name lookup? The documentation seems to >> suggest that it is the FD, but it isn't completely clear to me. >>