Default image

add a scheduled job with crontab

In order to add a scheduled job just call “crontab -e” and add entries to the crontab file. Take a look at this scheduled crontab examples: 0 0 * * * ~/incremental_bck.sh --midnight every day 0 0 * * 1-5 ~/send_happybirthday.sh --midnight every weekday 0 0 1,15 * * ~/full_backup.sh --midnight on 1st and 15th days

October 15, 2006 · 1 min · 56 words · João Malcata