Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2010-03-17 Thread Ken Barclay
Sorry to raise this one again, but I was bitten by this one recently, and found Stephen Thompson's comments hit the nail right on the head. >>... but it goes both >>ways, it also cancels my fulls if an incremental is already running or >>scheduled. It's the scheduled part that causes me probl

Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-10-05 Thread Silver Salonen
I now discovered a downside of this: cancelled duplicate jobs cause the level to be ran again if "Rerun Failed Levels = yes". And we're back where we started. Frustrating, hysterically funny, depressing. Does it seem like a bug to anyone? I guess I'll have to keep using my check-job.sh script.

Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-09-15 Thread Stephen Thompson
Ah, thanks for the info, but this still is not the behavior that I am looking for. This does indeed cancel incrementals if a full is already running (actually even if a full is merely scheduled), but it goes both ways, it also cancels my fulls if an incremental is already running or schedule

Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-09-15 Thread Silver Salonen
On Tuesday 15 September 2009 17:36:25 Stephen Thompson wrote: > Silver Salonen wrote: > > Actually, you can do it - "Allow Higher Duplicates" really means ANY > > duplicate job, not only a higher one. I just tested it and an incremental > > job is cancelled if either full or incremental instance of

Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-09-15 Thread Stephen Thompson
Silver Salonen wrote: > Actually, you can do it - "Allow Higher Duplicates" really means ANY > duplicate > job, not only a higher one. I just tested it and an incremental job is > cancelled if either full or incremental instance of the same job is still > running. > > So in my case "Allow High

Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-09-15 Thread Silver Salonen
Actually, you can do it - "Allow Higher Duplicates" really means ANY duplicate job, not only a higher one. I just tested it and an incremental job is cancelled if either full or incremental instance of the same job is still running. So in my case "Allow Higher Duplicates" did the trick :) --

Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-09-15 Thread Bram Vandoren
Hi Stephen, Perhaps it's possible with this configuration: >>> Allow Higher Duplicates = no >>> Cancel Running Duplicates = yes You can also try to change the Schedule to avoid incremental backups starting when full backups are running. It costs a more complicated schedule resource but it's mu

Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-09-14 Thread Stephen Thompson
Hello, This works as reported for me as well, however, what I want to have in the first case is for the originally scheduled job to be canceled, not the duplicate. The reason being that my incrementals fall into a daily schedule, whereas my fulls are scheduled out-of-band, so I want the incr

Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-09-14 Thread Silver Salonen
On Monday 14 September 2009 15:59:24 Bram Vandoren wrote: > Hi All, > > Silver Salonen wrote: > > Hmm, I guess not then. But it has been reported several times in the > > list. So, any volunteers? :) > > This configuration: > Allow Higher Duplicates = no > Cancel Queued Duplicates = yes > >

Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-09-14 Thread Bram Vandoren
Hi All, Silver Salonen wrote: > Hmm, I guess not then. But it has been reported several times in the list. > So, > any volunteers? :) This configuration: Allow Higher Duplicates = no Cancel Queued Duplicates = yes Seems to work fine in my situation (some more testing is needed). It cancels

Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-08-31 Thread Stephen Thompson
Note this tread as well; it's possible the documentation is wrong (the source code seem to indicate so): Dear All, Bacula (3.0.2) is configured to make daily backups of some systems. Full backups unfortunately take more then one day to complete and I want to avoid that duplicate jobs start (or

Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-08-31 Thread Silver Salonen
On Monday 31 August 2009 09:33:22 Ralf Gross wrote: > Silver Salonen schrieb: > > On Sunday 30 August 2009 13:58:44 Ralf Gross wrote: > > > Martina Mohrstein schrieb: > > > > So my question is how could I prevent the schedule of a job when the > > > > same job is already running? > > > > > > Maybe

Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-08-30 Thread Ralf Gross
Silver Salonen schrieb: > On Sunday 30 August 2009 13:58:44 Ralf Gross wrote: > > Martina Mohrstein schrieb: > > > So my question is how could I prevent the schedule of a job when the > > > same job is already running? > > > > Maybe the new Duplicate Job Control feature in 3.0.x helps to prevent >

Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-08-30 Thread Martina Mohrstein
your mentioned Script. Regards Martina > From: sil...@ultrasoft.ee > To: bacula-users@lists.sourceforge.net > Date: Sun, 30 Aug 2009 17:21:55 +0300 > CC: ralf-li...@ralfgross.de > Subject: Re: [Bacula-users] How to prevent to schedule a job if the same job > is still running &

Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-08-30 Thread Silver Salonen
On Sunday 30 August 2009 13:58:44 Ralf Gross wrote: > Martina Mohrstein schrieb: > > So my question is how could I prevent the schedule of a job when the > > same job is already running? > > Maybe the new Duplicate Job Control feature in 3.0.x helps to prevent > this? > > http://www.bacula.org/en

Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-08-30 Thread Ralf Gross
Martina Mohrstein schrieb: > So my question is how could I prevent the schedule of a job when the > same job is already running? Maybe the new Duplicate Job Control feature in 3.0.x helps to prevent this? http://www.bacula.org/en/dev-manual/New_Features.html#515 - Allow Duplicate Jobs - Allow Hi

Re: [Bacula-users] How to prevent to schedule a job if the same job is still running

2009-08-30 Thread Silver Salonen
On Sunday 30 August 2009 10:41:34 Martina Mohrstein wrote: > > We have the follwing problem: > > We hava the following backup job that could run longer than one day while a "full" backup. > > Job { > Name = Full > Type = Backup > Client = pdb000qa-fd > FileSet = "Full Set" > Schedule

[Bacula-users] How to prevent to schedule a job if the same job is still running

2009-08-30 Thread Martina Mohrstein
We have the follwing problem: We hava the following backup job that could run longer than one day while a "full" backup. Job { Name = Full Type = Backup Client = pdb000qa-fd FileSet = "Full Set" Schedule = "MonthlyCycle" Storage = File Messages = Standard Pool = Default Full B