Illegal option combination is permitted #59
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While creating my first Borgmatic config.yaml file, I tried this:
and got this error:
If this combination is illegal, the consistency check should notice before running Borg.
Thanks for reporting this! What I'll do is just avoid passing the
--last
option to Borg in the case that the archives check isn't being run. My thinking is that you still might want it in your config file even if it doesn't take effect.. You might be commenting out- archives
temporarily or whatever.OK, that's reasonable. Maybe add a comment in the output to warn that checks are not being run.
Good call. Just completed this in master. It'll go out with the next release. Thanks again.
This has just been released as part of borgmatic 1.2.0!
Thanks, I'll check it out.