mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
Update usage_general.rst.inc
- Added "Will move with BORG_CONFIG_DIR variable unless specified." to BORG_SECURITY_DIR info. - put BORG_SECURITY_DIR immediately below BORG_CONFIG_DIR (and moved BORG_CACHE_DIR up before them).
This commit is contained in:
parent
61b8234704
commit
85928fe6ae
1 changed files with 3 additions and 3 deletions
|
@ -253,16 +253,16 @@ Directories and files:
|
||||||
BORG_BASE_DIR
|
BORG_BASE_DIR
|
||||||
Default to '$HOME', '~$USER', '~' (in that order)'.
|
Default to '$HOME', '~$USER', '~' (in that order)'.
|
||||||
If we refer to ~ below, we in fact mean BORG_BASE_DIR.
|
If we refer to ~ below, we in fact mean BORG_BASE_DIR.
|
||||||
BORG_CONFIG_DIR
|
|
||||||
Default to '~/.config/borg'. This directory contains the whole config directories.
|
|
||||||
BORG_CACHE_DIR
|
BORG_CACHE_DIR
|
||||||
Default to '~/.cache/borg'. This directory contains the local cache and might need a lot
|
Default to '~/.cache/borg'. This directory contains the local cache and might need a lot
|
||||||
of space for dealing with big repositories. Make sure you're aware of the associated
|
of space for dealing with big repositories. Make sure you're aware of the associated
|
||||||
security aspects of the cache location: :ref:`cache_security`
|
security aspects of the cache location: :ref:`cache_security`
|
||||||
|
BORG_CONFIG_DIR
|
||||||
|
Default to '~/.config/borg'. This directory contains the whole config directories.
|
||||||
BORG_SECURITY_DIR
|
BORG_SECURITY_DIR
|
||||||
Default to '~/.config/borg/security'. This directory contains information borg uses to
|
Default to '~/.config/borg/security'. This directory contains information borg uses to
|
||||||
track its usage of NONCES ("numbers used once" - usually in encryption context) and other
|
track its usage of NONCES ("numbers used once" - usually in encryption context) and other
|
||||||
security relevant data.
|
security relevant data. Will move with BORG_CONFIG_DIR variable unless specified.
|
||||||
BORG_KEYS_DIR
|
BORG_KEYS_DIR
|
||||||
Default to '~/.config/borg/keys'. This directory contains keys for encrypted repositories.
|
Default to '~/.config/borg/keys'. This directory contains keys for encrypted repositories.
|
||||||
BORG_KEY_FILE
|
BORG_KEY_FILE
|
||||||
|
|
Loading…
Reference in a new issue