spi
spi
> > The cron lib doc says @daily means midnight ("0 0 * * *") - so it's different then anacron/cron in Linux. > > I don't think these @...
> One thing that came to mind though: > > People might want to use `cron` to implement a snapshot management scheme where they have separate "trains" of snapshots. Say,...
> The last commits implements multiple cron schedules in one job. Try it with > > ``` > - type: snap > name: snapper > filesystems: { > "p1": true...
What's the downsize or impact of serializing snapshots? From a backup perspective I don't see a need for two or more concurrent snapshot events but it might happen with cron....
I've been using zfs with snapshots in a virtualized environment for quite some time to rollback if an update failed. Would love to see that in the opnsense GUI as...
Anyone experienced in writing plugins for opnsense? Could try and create something together for zfs snapshots and rollbacks.
Yep, that sounds like a good way to start.
If the backend is in python - does it have an API for zfs or do we need to call zfs shell commands?
> I also know how we will implement automatic rollbacks although I think it will only be able to recover if the system boots successfully, unsure if we will be...
@sdfim indeed, that's a nice interface. What is it?