From bc6050bc3cd482458e7641c348e87261c004b966 Mon Sep 17 00:00:00 2001 From: Robert Marcano Date: Wed, 3 Aug 2016 22:54:51 -0400 Subject: [PATCH] Add backup using stable filesystem names recommendation --- docs/faq.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index a9c69e20f..88418b180 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -368,6 +368,11 @@ will be slow because it would chunk all the files each time. If you set BORG_FILES_CACHE_TTL to at least 26 (or maybe even a small multiple of that), it would be much faster. +Another possible reason is that files don't always have the same path, for +example if you mount a filesystem without stable mount points for each backup. +If the directory where you mount a filesystem is different every time, +|project_name| assume they are different files. + Is there a way to limit bandwidth with |project_name|? ------------------------------------------------------