From 4f30330f401a2d13bae0df69fcf2fa7cdc8eae61 Mon Sep 17 00:00:00 2001 From: lumbric Date: Mon, 25 Jun 2018 00:04:56 +0200 Subject: [PATCH] docs: add link to tempfile module Linking tempfile docs helps to figure out, which default value might be used, if TMPDIR is not set. (cherry picked from commit bbd1533c99414c8f0eb44cacd9a83d3014e1c7f2) --- docs/usage_general.rst.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/usage_general.rst.inc b/docs/usage_general.rst.inc index bfebd74b4..439cfc776 100644 --- a/docs/usage_general.rst.inc +++ b/docs/usage_general.rst.inc @@ -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.4/library/logging.config.html#configuration-file-format +.. _tempfile: https://docs.python.org/3/library/tempfile.html#tempfile.gettempdir + .. _file-systems: File systems