Top "Crontab" questions

Cron is a time-based job scheduler running as a daemon process in Unix-like computer operating systems.

Running a cron job every 2:30 on every day?

If I creating cronjob to running for every 2:30 the command will run? (It mean, my cron will running after 90 minutes …

linux cron command crontab hour
/bin/sh: 1: Syntax error: EOF in backquote substitution

I created a new task in crontab as shown below : */2 * * * * mongodump --db prodys --out /backup/databases/mongoDatabases/`date +"%m-%d-%…

bash cron ubuntu-14.04 crontab
Cron Job - Could not open input file:

I have set up a php file to run that just echos hello. <?php echo hello; ?> My cron …

ssh crontab cgi-bin
CRONTAB syntax error

Herer is my CRONTAB file (Ubuntu 10.10): 57 1 * * 2-6 ET=`date --date 'yesterday'+%Y%m%d`;echo $ET Even The syntax color …

bash ubuntu cron syntax-error crontab
EC2_HOME is not set. Run AWS Commands from Cron

Basicly I'm not sure how to get my aws commands to run in crontab. I know I need to give …

amazon-web-services cron environment-variables crontab ec2-api-tools
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
Cron python script not executing

I have read a few posts on this but I could not find help in them. I have a python …

python cron crontab smtplib
Best practices for maintaining cronjobs and shell scripts?

I have inherited a sprawling crontab that I need to maintain and update. I don't have much experience with it …

bash cron crontab file-organization