Posts: 77
	Threads: 21
	Joined: Nov 2023
	
Reputation: 
0
	 
 
	
	
		I may be missing something simple... I want to run 2 tasks
daily at (say) 8:00 am. It seems that when one starts it
blocks the start of the other task until the next day.
Not sure if I have that right... so comments would be appreciated.
JD
	
	
	
	
	
 
 
	
	
	
		
	Posts: 390
	Threads: 35
	Joined: Dec 2022
	
Reputation: 
18
	 
 
	
	
		I believe it can only run 1-task at a time, and the only remediation offered is if you miss a scheduled backup is to run it the next time your System does a StartUp... which I think is what's happening to you.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 77
	Threads: 21
	Joined: Nov 2023
	
Reputation: 
0
	 
 
	
	
		I think a work around (yet to be tested)
  1. run full back task 1 and then full backup task 2
  2. schedule the tasks (now incremental) separated in scheduled
     time by (say) 30 minutes or so
Just pick sufficient time for a successful incremental backup.
It would be far better to have the tasks in a queue tho'
so the second one would start as soon as the first is finished.
The missed schedule option seems to only apply to reboot (?)
JD
	
	
	
	
	
 
 
	
	
	
		
	Posts: 77
	Threads: 21
	Joined: Nov 2023
	
Reputation: 
0
	 
 
	
		
		
		10-17-2024, 11:59 PM 
(This post was last modified: 10-18-2024, 12:04 AM by JayDee.)
		
	 
	
		Only one was executed....
Now I'm not sure... an additional test both were executed
I'll do further testing to be sure what I did wrong when they
didn't both execute.
A work around:
  * create a .cmd script listing tasks
  * schedule the .cmd script
	
	
	
	
	
 
 
	
	
	
		
	Posts: 77
	Threads: 21
	Joined: Nov 2023
	
Reputation: 
0
	 
 
	
	
		Further testing:
   All tasks scheduled for the same time completed without error.
   Cannot recreate the issue I had previously
   HBS works great!! 
JD