From 55dfc85159d85c4c94877d9ece8248263e8196c2 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 23 Sep 2017 19:16:07 +0200 Subject: [PATCH] manual: Add hint for RESTIC_PASSWORD_FILE --- doc/manual.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual.rst b/doc/manual.rst index 57e229564..3e205e6c1 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -119,8 +119,8 @@ able to access data stored in the repository. For automated backups, restic accepts the repository location in the environment variable ``RESTIC_REPOSITORY``. The password can be read -from a file (via the option ``--password-file``) or the environment -variable ``RESTIC_PASSWORD``. +from a file (via the option ``--password-file`` or the environment variable +``RESTIC_PASSWORD_FILE``) or the environment variable ``RESTIC_PASSWORD``. SFTP ~~~~