From b37aceb46924837b4e7b86946a13ca1d6caa3927 Mon Sep 17 00:00:00 2001 From: Manu Date: Thu, 31 Jan 2019 12:43:57 +0800 Subject: [PATCH] Add FAQ regarding free disk space check. Fixes #3905 --- docs/faq.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index 553e1b18f..1d590d9ff 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -729,6 +729,17 @@ to make it behave correctly:: .. _workaround: https://unix.stackexchange.com/a/123236 +Can I disable checking for free disk space? +------------------------------------------- + +In some cases, the free disk space of the target volume is reported incorrectly. +This can happen for CIFS- or FUSE shares. If you are sure that your target volume +will always have enough disk space, you can use the following workaround to disable +checking for free disk space:: + + borg config -- $REPO_LOCATION additional_free_space -2T + + Miscellaneous #############