소스 검색

Merge pull request #4288 from m3nu/issue/3905/disable-free-space-check

Add FAQ regarding free disk space check. Fixes #3905
TW 6 년 전
부모
커밋
e22ce66765
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      docs/faq.rst

+ 11 - 0
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
 #############