Skip to content

Instantly share code, notes, and snippets.

@thekindofme
Created October 16, 2010 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thekindofme/629386 to your computer and use it in GitHub Desktop.
Save thekindofme/629386 to your computer and use it in GitHub Desktop.
crontab file
# m h dom mon dow command
#task1
0,30 05-07 * * * /home/foobar/script task1
0,10,20,30,40,50 08-18 * * * /home/foobar/script task1
0,30 19-21 * * * /home/foobar/script task1
#task2
0,30 19-21 * * * /home/foobar/script task2
#clean up the logs # once a week every saturday, at 00:00 (midnight)
0 0 * * 6 /home/foobar/script task3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment