TW

Results 2664 comments of TW

Besides the stuff you already noted, there is only `borg check --repair --repository-only` that uses less time to check/repair a repo, but that only does the low-level checks. As there...

borg has placeholders, in case you want to precisely reproduce these archive names. ``borg help placeholders`` BTW, the ``{now}`` placeholder has a quite similar, but more iso 8601 like datetime...

As a side note: borg >= 1.4.0b1 will emit just an error msg for that case (no traceback).

borg does not do tricks concerning storing files as another user. if you need to access files of multiple users, system files, etc. just run borg as root and it...

@stephan13360 can you check our docs if we already have something like that (iirc: no) and if not, make a PR against 1.4-maint branch? Guess that would help a lot...

--progress does not mix nicely with --list, they are not intended to be used together. did you check the json based log and progress options already? they are intended for...

I tend to add a period if it is a complete sentence, but I guess the messages in the existing code are not completely consistent with that rule.

This needs a global review of all messages. All phrases that are complete sentences should end with a dot, except if it introduces some sort of listing, then a colon...

Yeah, I see that issue in that situation. Of course, one solution is "don't do that, be consistent". IIRC, that canonical path might also be used for display purposes and...

If you want to build borg 1.2.x (which is recommended as it is the stable release currently), you either need: ``` git checkout 1.2-maint # to switch the repo workdir...