jefmathiot / electric_sheep

A simple network backup system
http://electricsheep.io
MIT License
19 stars 5 forks source link

Schedule jobs using cron expressions #11

Closed jefmathiot closed 9 years ago

jefmathiot commented 9 years ago

Add support for Cron syntax to help people coming from Cron schedules to make the migration seamlessly:

job "I-love-my-job" do
  schedule "cron", expression:  "0 1,7,13,20 * * *"
end

See #7.

jefmathiot commented 9 years ago

Documentation here http://www.electricsheep.io/v0.5.0/docs/schedule-your-backups#section-cron

duckmole commented 9 years ago

Close after review