Please note: This website includes an accessibility system. Press Control-F11 to adjust the website to people with visual disabilities who are using a screen reader; Press Control-F10 to open an accessibility menu.
Popup heading
Run a cron job only of the output of the previous job is removed
Thank you for your question on running a conditional cron job. A cron job is only a timed script. The fact that it is a cron has no bearing on the script itself. This means that the script will need to be written to check for the previous file and if it is still there, it will not run.
Technically the cron will still run, but the script will decide whether or not to create a new file or not.
Thank you for your question on running a conditional cron job. A cron job is only a timed script. The fact that it is a cron has no bearing on the script itself. This means that the script will need to be written to check for the previous file and if it is still there, it will not run.
Technically the cron will still run, but the script will decide whether or not to create a new file or not.
Kindest Regards,
Scott M