Hi, On 12/13/2006 1:07 PM, Alan Brown wrote: > Can anyone else confirm this? > > ==== > > Rerun Failed Levels = yes > > If an incremental job is scheduled to start before a full or differential > job has completed (ie, still running): When the incremental job starts the > previous (still running) job is detected as "failed" and the incremental > is upgraded to full or differential. > > ==== > > It seems repeatable here but I'd like confirmation from someone else > before filing it as a genuine bug.
I think that's the behaviour, right. One of the reasons why I prefer to have 'maximum concurrent jobs=1' in my job definitions. (And a max wait time, too, so even under dificult conditions the job is not started too in a row.) I'm also not sure how to prevent this. The key question is which job the incremental one should be based upon. If you take the last job before the currently running one, that looks like a safe choice, and could probably implemented by slightly modifying the SQL query for the latest job. Basing the incremental job onto the running one might be more correct when thinking about the file selection (i.e., select all files modified since the running job started), but you can't be sure that the job currently running completes without error. Arno > AB > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Bacula-users mailing list > Bacula-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bacula-users -- IT-Service Lehmann [EMAIL PROTECTED] Arno Lehmann http://www.its-lehmann.de ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users