Naive question: the cron implemented inside opnsense accept the timing in the format */2 (every 2 minutes/hours/etc...)?
Thanks
It is a Vixie cron that supports all of the standard specifications, like "*/2", "1-30", "1,3,7,9" and so on.
You can check via "man 5 crontab" from the CLI.