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
> 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>
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