Re: [Bacula-users] handling of 'error' jobs

2014-08-12 Thread Heitor Faria
On Tue, Aug 12, 2014 at 4:13 PM, John Drescher wrote: > > i want to know what strategies to use to handle failed jobs. > > > > I use a script checking for holidays. to avoid requesting tapes at days > > no one's available. > > > > what do you guys do to handle those types of situation? > > > > I

Re: [Bacula-users] handling of 'error' jobs

2014-08-12 Thread John Drescher
> i want to know what strategies to use to handle failed jobs. > > I use a script checking for holidays. to avoid requesting tapes at days > no one's available. > > what do you guys do to handle those types of situation? > I just let the jobs wait and not error out. I have nagios alert me about th

Re: [Bacula-users] handling of 'error' jobs

2014-08-12 Thread Heitor Faria
Juergen, I think is this you might want to use: *"Reschedule On Error = yesno*If this directive is enabled, and the job terminates in error, the job will be rescheduled as determined by the *Reschedule Interval* and *Reschedule Times* directives. If you cancel the job, it will not be rescheduled.

[Bacula-users] handling of 'error' jobs

2014-08-12 Thread J. Echter
Hi, i want to know what strategies to use to handle failed jobs. I use a script checking for holidays. to avoid requesting tapes at days no one's available. what do you guys do to handle those types of situation? i know if i do too much automation i could get used to and lazy but any input