How to configure RSYNC task at startup?

You could create a “Startup / Init Task” that would use the command midclt call <taskname>

So you can query the job IDs with something like:

midclt call rsynctask.query | jq

When you find the number, you can create a Startup Task that runs the command, such as for Rsync Task ID #1:

midclt call rsynctask.run 1
3 Likes