I need to make a setup so my cronjob works every 5 minutes. However, if the time of day is before 5 and greater than 20 I do not want it to run.
That is, I want to make a cron that runs every 5 minutes, but only in...
Hi .. I have a python script that plots two different graphs and that needs to be run daily to update these graphs on a website
The data that is used by this script, is in a certain directory in HDF format
I created a Bash script that copi...
On a CentOS 7 machine I have the following line in crontab
0 21 * * * php -q /data/wwwroot/central/crons/cron.php >/dev/null 2>&1
But at the specified time it does not perform the task. And in the log the result is eh
Sep 27 21:...