Guest User

Untitled

a guest
Jun 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # Uncomment to disable cron mail notification for ALL the jobs:
  2. #MAILTO=""
  3.  
  4. # COMMON MISTAKES
  5. # - A white ending line is required, otherwise last command will not be executed
  6. # - % character in a command must be escaped [ echo `date +\%Y\%m\%d` ]
  7. # - % character not escaped means a new line
  8. # - 'day' and 'week day' fields are evaluated with a OR operation:
  9. # day=1 weekday=mon == 'execute command if now is 1st of the month OR is Monday'
  10.  
  11. #·------------------ minute (0 - 59)
  12. #| ·--------------- hour (0 - 23)
  13. #| | ·------------ day of month (1 - 31)
  14. #| | | ·--------- month (1 - 12) OR jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec
  15. #| | | | ·------ week day (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
  16. #| | | | | ·--- command to execute
  17. #| | | | | |
Add Comment
Please, Sign In to add comment