From 3d906ab7318ae8996a00ad7841718ecf023f62d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Mon, 19 Oct 2015 11:17:10 -0400 Subject: [PATCH] word-wrap a bullet list as paragraphs instead it looks nicer that way --- docs/faq.rst | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 4009def13..91306a0bc 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -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? ---------------------------------------------------------------------------------------------- - * attic was rather unflexible when it comes to compression, it always - compressed using zlib level 6 (no way to switch compression off or - 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 - case, your data, your hardware - so you need to do an informed decision - about whether you want to use compression, which algorithm and which - level you want to use. This is why compression defaults to none. +Attic was rather unflexible when it comes to compression, it always +compressed using zlib level 6 (no way to switch compression off or +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 case, your data, your hardware - so you need to do an informed +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? -------------------------------------------------------------