[Bacula-users] RunAfterJob script in case the job fails ?

2006-02-24 Thread Florian Daniel Otel
Hello all, Any suggestions on how to trigger a script after the job terminates in failure / is canceled / etc? AFAICT the "RunAfterJob" script is run only when the job terminates successfully. Of course, one could possibly wish that the "RunAfterJob" script can be run with a job exit status / err

Re: [Bacula-users] RunAfterJob Script

2005-12-19 Thread Martin Simmons
> On Sun, 18 Dec 2005 20:55:44 +0100, Mario Ohnewald <[EMAIL PROTECTED]> > said: Mario> i have this simple RunAfterJob script: Mario> RunAfterJob = "/bin/sh -c 'echo %v > /tmp/vout'" Mario> and i get the error: Mario> RunAfter: /bin/sh: TestVolume0017: command not found Mario>

[Bacula-users] RunAfterJob Script

2005-12-18 Thread Mario Ohnewald
Hello List, i have this simple RunAfterJob script: RunAfterJob = "/bin/sh -c 'echo %v > /tmp/vout'" and i get the error: RunAfter: /bin/sh: TestVolume0017: command not found RunAfter: /bin/sh: TestVolume0018: command not found IF i run a incremental backup and i only need one BackupVolume, th