move BORG_KEY_FILE closer to BORG_KEYS_DIR

This commit is contained in:
Thomas Waldmann 2016-05-02 00:38:16 +02:00
parent 0bdc757bbf
commit e7ca74fbef
1 changed files with 3 additions and 3 deletions

View File

@ -77,8 +77,6 @@ General:
When set, use the value to answer the passphrase question for encrypted repositories. When set, use the value to answer the passphrase question for encrypted repositories.
BORG_DISPLAY_PASSPHRASE BORG_DISPLAY_PASSPHRASE
When set, use the value to answer the "display the passphrase for verification" question when defining a new passphrase for encrypted repositories. When set, use the value to answer the "display the passphrase for verification" question when defining a new passphrase for encrypted repositories.
BORG_KEY_FILE
When set, use the given filename as repository key file.
BORG_LOGGING_CONF BORG_LOGGING_CONF
When set, use the given filename as INI_-style logging configuration. When set, use the given filename as INI_-style logging configuration.
BORG_RSH BORG_RSH
@ -103,9 +101,11 @@ Some automatic "answerers" (if set, they automatically answer confirmation quest
answer or ask you interactively, depending on whether retries are allowed (they by default are answer or ask you interactively, depending on whether retries are allowed (they by default are
allowed). So please test your scripts interactively before making them a non-interactive script. allowed). So please test your scripts interactively before making them a non-interactive script.
Directories: Directories and files:
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
When set, use the given filename as repository key file.
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). of space for dealing with big repositories).