From 00f63d72fa3431d4c2a5471f5b2457e7e10c9ca8 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 18 Aug 2024 19:41:58 +0200 Subject: [PATCH] Mention RESTIC_HOST environment variable in docs --- doc/040_backup.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/040_backup.rst b/doc/040_backup.rst index f1f355c53..b53ae8d09 100644 --- a/doc/040_backup.rst +++ b/doc/040_backup.rst @@ -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