1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-31 11:42:05 +00:00

word-wrap a bullet list as paragraphs instead

it looks nicer that way
This commit is contained in:
Antoine Beaupré 2015-10-19 11:17:10 -04:00
parent b122fca580
commit 3d906ab731

View file

@ -61,14 +61,16 @@ Which file types, attributes, etc. are *not* preserved?
Why is my backup bigger than with attic? Why doesn't |project_name| do compression by default? Why is my backup bigger than with attic? Why doesn't |project_name| do compression by default?
---------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------
* attic was rather unflexible when it comes to compression, it always Attic was rather unflexible when it comes to compression, it always
compressed using zlib level 6 (no way to switch compression off or compressed using zlib level 6 (no way to switch compression off or
adjust the level or algorithm) adjust the level or algorithm).
* |project_name| offers a lot of different compression algorithms and
levels. Which of them is the best for you pretty much depends on your use |project_name| offers a lot of different compression algorithms and
case, your data, your hardware - so you need to do an informed decision levels. Which of them is the best for you pretty much depends on your
about whether you want to use compression, which algorithm and which use case, your data, your hardware - so you need to do an informed
level you want to use. This is why compression defaults to none. decision about whether you want to use compression, which algorithm
and which level you want to use. This is why compression defaults to
none.
How can I specify the encryption passphrase programmatically? How can I specify the encryption passphrase programmatically?
------------------------------------------------------------- -------------------------------------------------------------