Top "Cron-task" questions

cron-task is a task (command or shell script) executed periodically at certain times or dates by the cron scheduler.

How to get django-cron to work automatically

I am trying to get django-cron working and its not. I followed the instruction here to set up my cron …

django cron crontab cron-task django-cron
Crontab is not running local/bin/ script. Catalina, BigSur

I just have started to use crontab and have some problems with it. I have already read some posts about …

macos cron cron-task macos-big-sur
Adding the time to mysqldump cron job?

The following works: /usr/bin/mysqldump -u[username] -p[password] --all-databases --single-transaction > /home/[domain]/public_html/backups/full_backup_`…

unix cron mysqldump cron-task