Fred
Fred
> Knowing all restic commands and valid options would enable more than just json-schema, it also allows to validate the config, filter CLI args (e.g. replace the static list I...
> Let me know what you think then I'll try to add json-schema generation (and tests). Yes please, it's really cool
that's because I'm not using this setup. But I can try on one server and document it
This is very good point. But we can go even further in the inheritance madness: what should we do if a mixin is redefined in an include? Let's imagine you...
> Maybe some kind of switch, that will allow choosing whether to overload or merge? I mean such change is somewhat breaking change. That's right, maybe some users are relying...
That was automatically closed when merging the PR
> If we support it for version 2 then it must be done prior to the release of 0.18 or it needs to wait for a version 3 format. I...
That's right, I should start adding some information about version 2 `preview` in the documentation
Yes, there's a discussion here: https://github.com/creativeprojects/resticprofile/issues/80
Hi, As opposed to run something in the background, we could instead allow wrapping the restic command in another one. Typically resticprofile could call `caffeinate -i restic ...` instead of...