Prior to v3.17 I could run a batch like the example below and each sync batch
would run and complete before running the next. Now when I execute the batch
all sync batches execute and run simultaneously. Is there a way to stop this
multi-sync run or to choose which way the batches run, i.e. single threaded or
multi-threaded?
v3.17 and Running from a Batch File
- Posts: 141
- Joined: 10 Sep 2009
- Posts: 141
- Joined: 10 Sep 2009
Sorry forgot example:
time /t
C:
cd\Docs\Batches
"01 - Backup Photos to 2.5 120.ffs_batch"
"02 - Backup 2.5 120 Photos to 500 Locker.ffs_batch"
"03 - Backup 2.5 120 Photos to 3.5 320.ffs_batch"
Echo "Backup Complete"
time /t
Pause
time /t
C:
cd\Docs\Batches
"01 - Backup Photos to 2.5 120.ffs_batch"
"02 - Backup 2.5 120 Photos to 500 Locker.ffs_batch"
"03 - Backup 2.5 120 Photos to 3.5 320.ffs_batch"
Echo "Backup Complete"
time /t
Pause
- Site Admin
- Posts: 7279
- Joined: 9 Dec 2007
See discussion here:
viewtopic.php?t=923
viewtopic.php?t=923
- Posts: 141
- Joined: 10 Sep 2009
Any ETA on 3.18?
- Site Admin
- Posts: 7279
- Joined: 9 Dec 2007
Not yet. Until then you can use the workaround described in the link.