mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
docs: add link to tempfile module
Linking tempfile docs helps to figure out, which default value might be used, if TMPDIR is not set.
This commit is contained in:
parent
86a91af67a
commit
bbd1533c99
1 changed files with 3 additions and 1 deletions
|
@ -202,7 +202,7 @@ General:
|
|||
exceptions is not shown.
|
||||
Please only use for good reasons as it makes issues harder to analyze.
|
||||
TMPDIR
|
||||
where temporary files are stored (might need a lot of temporary space for some operations)
|
||||
where temporary files are stored (might need a lot of temporary space for some operations), see tempfile_ for details
|
||||
|
||||
Some automatic "answerers" (if set, they automatically answer confirmation questions):
|
||||
BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=no (or =yes)
|
||||
|
@ -261,6 +261,8 @@ Please note:
|
|||
|
||||
.. _INI: https://docs.python.org/3/library/logging.config.html#configuration-file-format
|
||||
|
||||
.. _tempfile: https://docs.python.org/3/library/tempfile.html#tempfile.gettempdir
|
||||
|
||||
.. _file-systems:
|
||||
|
||||
File systems
|
||||
|
|
Loading…
Reference in a new issue