TW

Results 2664 comments of TW

https://stackoverflow.com/questions/3057171/lzma-compression-settings-details https://sevenzip.osdn.jp/chm/cmdline/switches/method.htm

https://borgbackup.readthedocs.io/en/stable/usage/create.html see `--exclude-if-present` and `--keep-tag-files`.

Oh, sorry, I didn't read your post good enough. You're correct, the tagfile needs to be **in** the to-be-excluded directory, not in its parent directory. So, you can't do that...

Note: Cheaterman on IRC noted that `lzma -1` (== lzma, level 1) is quite nice.

Note: in case we want to change anything about how we deal with lzma compression, it has to be finished by 2.0rc1 at the latest. borg2 is breaking repo compatibility,...

There is a mapping in `borg.archiver._common.rst_plain_text_references` that should be used in plain text contexts. That will work for e.g. `borg help delete` - the plain text output by that is...

The html docs expand this correctly using a link to the correct place in the docs and link text being "borg help patterns".

Hmm, I suspect there is simply no code for this transformation in the man page generation (see `setup_docs.py`)

Yup, maybe when 1.2 goes beta would be a good time as crypto and multithreading changes are planned.

I added this to the helium milestone. It would be a good time now considering that helium (borg 2.0) will get new crypto, see #6463. I don't think we could...