jkellerer

Results 167 comments of jkellerer

I’ll update the PR this week. If we add a `help` command that also forwards to restic help, I think we could display what flags the different profiles define (if...

@creativeprojects, the last week in Aug was longer than expected :) ... let me know what you think.

Have added the missing unit test. Should be fixed now.

Thanks a lot for the note. We have an ongoing pr #107 that will allow to perform versioning on restic flags when done. In the meantime we can rely on...

Yes I thought so as well, it's getting less error prone to change things as there are not so many things to adjust and remember.

While updating the documentation, I found some issues with the logic: * `run-after-fail` now exists also for backup (and other commands), but when should it be triggered: Always like in...

Thanks a lot for your thoughts on this 👍 Moving `retention` and `check` into `backup` for `v2` is not a bad idea (implies that `retention` at its current place is...

Also nice :) .. looks like we're getting closer, how about this: ```yaml aliases: full_backup: - backup - check - copy - forget groups: all: profiles: ['*'] # - wildcard...

One thing to consider is how to handle common flags and additional CLI args. We already had this issue with the current implementation. With aliases it requires handling in the...