1
0
Fork 0
mirror of https://github.com/yavook/kiwi-cron.git synced 2024-11-21 15:03:01 +00:00
kiwi-cron/README.md

1 KiB
Raw Blame History

kiwi-cron

Build Status

kiwi - simple, consistent, powerful

Simple cron-jobs for kiwi-scp

Quick start

kiwi-cron comes with a pre-configured cron daemon for periodic jobs. Just drop your scripts into the relevant directory under /kiwi-cron/ and that's it.

  • /kiwi-cron/hourly is run every full hour
  • /kiwi-cron/daily is run every day at 2 am
  • /kiwi-cron/weekly is run every saturday at 3 am
  • /kiwi-cron/monthly is run on the first day of every month at 5 am
  • /kiwi-cron/yearly and /kiwi-cron/annually is run on every January 1st at 12 am

/kiwi-cron/every directory

You can use directories like /kiwi-cron/every/5_minutes to run scripts every 5 minutes. kiwi-cron automatically picks up on that format and generates cron schedules for you.

You can define schedules to be run every N minutes, hours, days, or months that way.