Re: [Bacula-users] admin job - run directive

2010-02-08 Thread Markus Falb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/02/2010 13:01, Thomas Mueller wrote: Am Sat, 06 Feb 2010 20:47:02 +0100 schrieb Markus Falb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 i tried a admin job: job { ... type = admin ... run = jobX run =

Re: [Bacula-users] admin job - run directive

2010-02-07 Thread Thomas Mueller
Am Sat, 06 Feb 2010 20:47:02 +0100 schrieb Markus Falb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 i tried a admin job: job { ... type = admin ... run = jobX run = jobY ... } maybe this works: Job { ... type = admin

[Bacula-users] admin job - run directive

2010-02-06 Thread Markus Falb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 i tried a admin job: job { ... type = admin ... run = jobX run = jobY ... } what does work (but is much more error prone) is: job { ... type = admin ... run after job

Re: [Bacula-users] admin job - run directive

2010-02-06 Thread Markus Falb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/02/2010 20:47, Markus Falb wrote: what does work (but is much more error prone) is: job { ... type = admin ... run after job = /bin/bash -c /bin/echo 'run job=jobX yes' \| /usr/sbin/bconsole run after job

Re: [Bacula-users] admin job - run directive

2010-02-06 Thread Markus Falb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/02/2010 20:47, Markus Falb wrote: i tried a admin job: job { ... type = admin ... run = jobX run = jobY ... } I failed to say that above does not work. The Jobs does not run. Only the other