From d363907b5afd38ba34510ecdf4a9ebdd13c0225f Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 21 Oct 2016 04:15:33 +0200 Subject: [PATCH] document BORG_NONCES_DIR, fixes #1592 --- docs/usage.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/usage.rst b/docs/usage.rst index 685e07fae..54bda11d7 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -111,6 +111,9 @@ Directories and files: Default to '~/.config/borg/keys'. This directory contains keys for encrypted repositories. BORG_KEY_FILE When set, use the given filename as repository key file. + BORG_NONCES_DIR + Default to '~/.config/borg/key-nonces'. This directory contains information borg uses to + track its usage of NONCES ("numbers used once" - usually in encryption context). BORG_CACHE_DIR Default to '~/.cache/borg'. This directory contains the local cache and might need a lot of space for dealing with big repositories).