mirror of
https://github.com/restic/restic.git
synced 2025-08-23 18:33:24 +00:00
certificates can be passed through env vars
This commit is contained in:

committed by
Michael Eischer

parent
678b983300
commit
c1578a2035
@@ -567,6 +567,8 @@ environment variables. The following lists these environment variables:
|
||||
RESTIC_PASSWORD The actual password for the repository
|
||||
RESTIC_PASSWORD_COMMAND Command printing the password for the repository to stdout
|
||||
RESTIC_KEY_HINT ID of key to try decrypting first, before other keys
|
||||
RESTIC_CACERT Location(s) of certificate file(s), comma seperated if multiple (replaces --cacert)
|
||||
RESTIC_TLS_CLIENT_CERT Location of TLS client certificate and private key (replaces --tls-client-cert)
|
||||
RESTIC_CACHE_DIR Location of the cache directory
|
||||
RESTIC_COMPRESSION Compression mode (only available for repository format version 2)
|
||||
RESTIC_PROGRESS_FPS Frames per second by which the progress bar is updated
|
||||
|
Reference in New Issue
Block a user