From 30d1e21e5370444b910bb585af4fb31f248ac78b Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 26 Nov 2016 20:49:39 +0100 Subject: [PATCH] fixup: fixes, clarify --- docs/usage.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index b00ad8c34..21d9c9ccd 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -257,7 +257,8 @@ Chunks index (client only): Files index (client only): Proportional to the amount of files in your last backups. Can be switched - off (see create options), but next backup will be much slower if you do. + off (see create options), but next backup might be much slower if you do. + The speed benefit of using the files cache is proportional to file size. Repository index (server only): Proportional to the amount of data chunks in your repo. Lots of chunks @@ -266,12 +267,12 @@ Repository index (server only): influence the amount of chunks being created. Temporary files (client): - Reading data and metadata from a FUSE mounted repository will consume about - the same space as the deduplicated chunks used to represent them in the - repository. + Reading data and metadata from a FUSE mounted repository will consume up to + the size of all deduplicated, small chunks in the repository. Big chunks + won't be locally cached. Temporary files (server): - Not much. + None. Cache files (client only): Contains the chunks index and files index (plus a collection of single- @@ -286,8 +287,8 @@ Network (only for client/server operation): you backup multiple sources to one target repository, additional traffic happens for cache resynchronization. -In case you are interested in more details (like formulas), please read the -internals documentation. +In case you are interested in more details (like formulas), please see +:ref:`internals`. Units