how can I include three synchronizations in just a job?
thanks!
Aprendiz2050.
New: BriskPlayer (Jun 08, 2026), Platform 30.4.1 (May 30, 2026)
1,400+ portable packages, 1.2 billion downloads
We're operating at a loss but still ad free. Please donate if you can!
best way to do this is do write a basic script which just calls the three sync jobs one after another, such as:
sync("jobname1") sync("jobname2") sync("jobname3")