Top "Cron-task" questions

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

Difference between cron, crontab, and cronjob?

Technically speaking, what is the difference between a cron, crontab, and cronjob? From what I can gather, cron is the …

cron crontab cron-task
Scrapy crawler in Cron job

I want to execute my scrapy crawler from cron job . i create bash file getdata.sh where scrapy project is …

ubuntu cron scrapy crontab cron-task
Can't install CRON job

When I try installing my Cron job I get the following error: "crontab.txt":8: premature EOF errors in crontab file, …

unix cron crontab cron-task
How to check whether my server has assigned any cron job or not

Is it possible to check the list of cron jobs that has assigned to my server using putty or winscp …

php cron cpanel cron-task
crontab issue when using exec php script?

I am using elementaryOS (base on ubuntu) When I run commaand line: kn3l@kn3l:/var/www/cronjob$ 25 15 * * * /var/…

php ubuntu cron crontab cron-task
Linux Perform MySQL Backup to time-based path from Webmin

I was trying to setup a scheduled task in Linux Ubuntu Server 12.04 (CronJob) to perform a daily backup of all …

mysql backup ubuntu-server cron-task webmin
How to run cron job every day in asp. Net core application?

I have a web application written in asp. Net mvc core 2.2. O need to run a schedule job every day …

c# asp.net .net-core cron-task
Cron job every day from 8AM to 8PM at 20 minutes interval

How to run cron job every day from 8:00 AM to 8:00 PM at 20 minutes interval eg cron job should start at 8:00 …

ruby cron whenever cron-task whenever-capistrano
How to set up a cron job with codeigniter

I am trying to set up a cron job using COdeigniter but I cannot figure out how to get it …

php codeigniter cron-task
convert wget cron command to curl

I would like to change the following wget cron commands to curl format: wget https://www.yoursite.com/index.php?…

curl cron wget cron-task