Fred
Fred
BTW if we want the various snippets to also work with Windows, we can do like [go-task](https://taskfile.dev/#features) and use [a shell interpreter](https://github.com/mvdan/sh) This is out of the scope of this...
I could look into it. There were some limitations before, but it looks like the API is well supported now (it wasn't working with encrypted libraries for example)
This is right, scheduling on v2 is not finished yet. That's the last part to do, we're almost there 😉 In the meantime, if you use resticprofile locks with a...
Scheduling of groups is coming soon 😉 https://github.com/creativeprojects/resticprofile/pull/418
Finally released in version `0.29.0`
This is most certainly weird 🤔 What's happening with the crontab file? - Is it completely gone? - one of the schedule disappeared from it? - is the file empty?...
> Please, pretty please, forward restic exit code from resticprofile. > > I would like to be able to do automation based on exit code from restic. If restic is...
> ``` > 2024/10/05 22:20:56 assuming restic is at latest known version ; exec: "restic.exe": cannot run executable found relative to current directory > ``` I haven't seen this error...
Yes I see. Previously it was loading the profile names of the group and scheduling the profiles independently : but actually this is kind of counter-intuitive because in `v2` it's...
Hey! Are you using the `cron` scheduler right? not `systemd`? If yes I think the rounding error is likely to be there: https://github.com/creativeprojects/resticprofile/blob/ffffabf99c9f24aae25f6981753d415394eba770/calendar/event.go#L99 Thanks for the report 👍🏻