Re: [Bacula-users] backing up remote databases

2005-11-14 Thread Sonia Hamilton
Arno Lehmann wrote: >> I have 2 machines foo and bar, foo running director foo-dir, and bar >> running >> file daemon bar-fd and a mysql database. >> >> Should the script called by RunBeforeJob be located on foo (director) >> or bar >> (remote machine)? > > That depends on what you want (and where

Re: [Bacula-users] backing up remote databases

2005-11-13 Thread Arno Lehmann
Hi, On 13.11.2005 12:44, Sonia Hamilton wrote: I'm trying to backup a couple of remote mysql and postgres databases using the RunBeforeJob directive. However I can't work out from the doco [1] how to use this directive. I have 2 machines foo and bar, foo running director foo-dir, and bar runni

[Bacula-users] backing up remote databases

2005-11-13 Thread Sonia Hamilton
I'm trying to backup a couple of remote mysql and postgres databases using the RunBeforeJob directive. However I can't work out from the doco [1] how to use this directive. I have 2 machines foo and bar, foo running director foo-dir, and bar running file daemon bar-fd and a mysql database. Should