mirror of
https://github.com/kopia/kopia.git
synced 2026-01-31 01:33:12 -05:00
* feat(snapshots): added ability to use cron expressions to schedule snapshots We use `github.com/hashicorp/cronexpr` to parse and evaluate expressions, as documented in https://github.com/hashicorp/cronexpr#implementation * upgrade ui * pr feedback