2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 11:00:48 +00:00

manual: Add hint for RESTIC_PASSWORD_FILE

This commit is contained in:
Alexander Neumann 2017-09-23 19:16:07 +02:00
parent a7a478a19e
commit 55dfc85159

View File

@ -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
~~~~