↧
Answer by MUY Belgium for Bacula: When a backup job fails, is it possible to...
In the Job definition, replace Command = "/etc/bacula/scripts/run_my_job"by Console = "run job=my_job yes"No log is visible in the output of the job, because it is placed on job N°0 (not checked), but...
View ArticleAnswer by sgargel for Bacula: When a backup job fails, is it possible to run...
I achieved my goal with this Job Resource directive:Job {... RunScript { Command = "/etc/bacula/scripts/run_my_job" RunsWhen = After RunsOnFailure = yes RunsOnClient = no RunsOnSuccess = no...
View ArticleBacula: When a backup job fails, is it possible to run a different backup job?
When a Bacula backup job fails, is it possible to run a different backup job ?I mean something like "after failure of Job A, run Job B".Is there a specific directive in the Job Resource?EDIT1: I tryed...
View Article