1
0
mirror of https://github.com/restic/restic.git synced 2024-06-29 08:10:52 +02:00
This commit is contained in:
Alexander Neumann 2017-09-30 10:21:56 +02:00
parent ac92e2dd2d
commit 23f1cb06d6

View File

@ -33,9 +33,9 @@ How can I specify encryption passwords automatically?
When you run ``restic backup``, you need to enter the passphrase on When you run ``restic backup``, you need to enter the passphrase on
the console. This is not very convenient for automated backups, so you the console. This is not very convenient for automated backups, so you
can also provide the password through the ``--password-file`` option, or one of can also provide the password through the ``--password-file`` option, or one of
the environment variables ``RESTIC_PASSWORD`` or ``RESTIC_PASSWORD_FILE`` the environment variables ``RESTIC_PASSWORD`` or ``RESTIC_PASSWORD_FILE``.
environment variables. A discussion is in progress over implementing unattended A discussion is in progress over implementing unattended backups happens in
backups happens in :issue:`533`. :issue:`533`.
.. important:: Be careful how you set the environment; using the env .. important:: Be careful how you set the environment; using the env
command, a `system()` call or using inline shell command, a `system()` call or using inline shell