03-21-2024, 07:14 PM
(03-20-2024, 11:02 PM)maxhgm Wrote: What about implementing a global schedule with multiple tasks to prevent two tasks from running in parallel, while also avoiding long wait periods between one scheduled task and another?
HBS does not run tasks in parallel, it will only execute one backup task at a time, and it will execute the next task that should be executed as soon as the previous one finishes.