# crontab - time-based job scheduling # # Format: minute hour day month dayofweek /command # examples #* * * * * \say this is executed every minute! #* * * * 1 \say this is executed every minute but only on mondays! #*/5 * * * * \say this is executed every 5 minutes! #0 15 5 2 * \say this is executed on the 5th February at 15:00 o'clock! # change config at midnight #0 0 * * * \exec your-midnight-fun.cfg #* * * * * \say ^5this is executed every minute!