mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 00:37:56 +00:00
Add FAQ regarding free disk space check. Fixes #3905
This commit is contained in:
parent
3202213b33
commit
b37aceb469
1 changed files with 11 additions and 0 deletions
11
docs/faq.rst
11
docs/faq.rst
|
@ -729,6 +729,17 @@ to make it behave correctly::
|
||||||
.. _workaround: https://unix.stackexchange.com/a/123236
|
.. _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
|
Miscellaneous
|
||||||
#############
|
#############
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue