mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
9 lines
379 B
Plaintext
9 lines
379 B
Plaintext
|
Enhancement: Run command to get password
|
||
|
|
||
|
We've added the `--password-command` option which allows specifying a command
|
||
|
that restic runs every time the password for the repository is needed, so it
|
||
|
can be integrated with a password manager or keyring. The option can also be
|
||
|
set via the environment variable `$RESTIC_PASSWORD_COMMAND`.
|
||
|
|
||
|
https://github.com/restic/restic/pull/2094
|