1
0
Fork 0
mirror of https://github.com/yavook/kiwi-cron.git synced 2024-11-21 06:53:01 +00:00
(mirror) The cron-job solution for kiwi-scp
Find a file
2022-02-25 01:57:52 +01:00
.drone.yml Initial Commit 2022-02-24 18:19:03 +01:00
cron-exec version with cron-exec script 2022-02-25 01:57:52 +01:00
Dockerfile version with cron-exec script 2022-02-25 01:57:52 +01:00
LICENSE Initial Commit 2022-02-24 18:19:03 +01:00
README.md version with cron-exec script 2022-02-25 01:57:52 +01:00

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.