Re: [Bacula-users] Restore Remote via SSH with one job only

2007-01-03 Thread Eric Bollengier
Hi, You have found a bug, i think we can correct this with this patch : --- my/src/dird/ua_run.c2006-12-30 16:36:37.0 +0100 +++ cvs/src/dird/ua_run.c 2007-01-03 20:23:43.0 +0100 @@ -467,6 +467,7 @@ jcr->pool = pool; set_rwstorage(jcr, &store); jcr->client

Re: [Bacula-users] Restore Remote via SSH with one job only

2007-01-03 Thread Markus Schulz
Am Mittwoch, 3. Januar 2007 13:25 schrieb [EMAIL PROTECTED]: > On Wed, Jan 03, 2007 at 01:11:09PM +0100, Markus Schulz wrote: > > Hello, > > > > i'm using bacula 1.36.2-2sarge1 and want to backup several remote > > maschines only available via ssh tunnels. > > wouldn't it be easyer to change your t

[Bacula-users] Restore Remote via SSH with one job only

2007-01-03 Thread Markus Schulz
Hello, i'm using bacula 1.36.2-2sarge1 and want to backup several remote maschines only available via ssh tunnels. For this i'm having some jobs like: Job { Name = "Client" JobDefs = "DefaultRemoteJob" Client = FQDN Run Before Job = "/etc/bacula/ssh-tunnel.sh start %c" Run After Job =