TW
TW
`-f` and `--foreground` should do the same thing. The output you got seems normal, I don't see anything unexpected there.
Using `pf:` prefix only for the parent dirs makes this work as desired.
I had a look at `borg.testsuite.patterns` and now I think we need a **rewrite of pattern docs and tests** in a way that the docs and tests precisely reflect each...
Depending on the changes done in this refactoring, this might be a breaking change. Like: the users need to verify whether their patterns still work as intended and fix them...
@c0d3z3r0 https://github.com/borgbackup/borg/issues/7634#issuecomment-1584890185
Until some recent borg release (see changelog, guess 1.2.x), Ctrl-C on the client side **immediately killed both borg and the ssh client subprocess** - which was problematic because the ssh...
Hehe, looks good. Considering the special infinity value, I guess a test for this would be good (just test the code does not crash and keeps all archives present, except...
Good catch! Issue #6269 applies here also, I guess.
If we have different argparse options, we could also use this: https://docs.python.org/3/library/argparse.html#mutual-exclusion
I resolved the merge conflict and also had another look: - Highlander is not needed for --keep-all - it can be given multiple times without causing an issue (because it...