Merge pull request #5009 from restic/document-restic-host

Mention RESTIC_HOST environment variable in docs
This commit is contained in:
Michael Eischer 2024-08-23 23:40:48 +02:00 committed by GitHub
commit 8672cef972
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -704,6 +704,7 @@ environment variables. The following lists these environment variables:
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_HOST Only consider snapshots for this host / Set the hostname for the snapshot manually (replaces --host)
RESTIC_PROGRESS_FPS Frames per second by which the progress bar is updated
RESTIC_PACK_SIZE Target size for pack files
RESTIC_READ_CONCURRENCY Concurrency for file reads