On 2020-04-06 14:52, Pierre Bernhardt wrote:
> Hi,
> 
> schedule your jobs with prio 10 for parallel running.
> schedule a job which starts the copy job with prio >= 11 so it runs after
> all prio 10 jobs has been finished which start the copy job.
> 
> Hope it will work as expected ;-)


No, this will not work.  The execution parameters for a Copy job —
including which jobs it is to copy — are evaluated not at the time the
job actually begins to run, but when it is queued to run, and running
jobs which have not yet completed will not be considered for copying.
The way the selection code currently works, you can schedule and queue a
Copy job only after all of the jobs you want it to copy have completed.



-- 
  Phil Stracchino
  Babylon Communications
  ph...@caerllewys.net
  p...@co.ordinate.org
  Landline: +1.603.293.8485
  Mobile:   +1.603.998.6958


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to