Closed sybenx closed 2 years ago
I tried to use '0,30 * * * *' and '*/30 * * * *' to get the backup to run every 30 minutes but I get a parsing error
'0,30 * * * *'
'*/30 * * * *'
https://frontbackend.com/linux/cron-every-30-minutes https://stackoverflow.com/questions/584770/how-would-i-get-a-cron-job-to-run-every-30-minutes
eBackup has slightly different cron syntax because it also supports seconds, you need it like this:
* 0,30 * * * *
* */30 * * * *
Closing to inactivity
I tried to use
'0,30 * * * *'
and'*/30 * * * *'
to get the backup to run every 30 minutes but I get a parsing errorhttps://frontbackend.com/linux/cron-every-30-minutes https://stackoverflow.com/questions/584770/how-would-i-get-a-cron-job-to-run-every-30-minutes