1

I'm looking to run a job at these very specific times.

Can this even be done in one expression?

Steve Robbins
  • 1,904
  • 5
  • 23
  • 26
  • This type of question has been frequently asked and answered, can I suggest that before asking the question, you look into the archives just a tinnie bit more? – mdpc May 21 '13 at 02:55

1 Answers1

7

You'd need two expressions to deal with the start on the half hour:

30-55/5 1 * * *     user    command
*/5 2-5 * * *       user    command
mgorven
  • 30,036
  • 7
  • 76
  • 121