mirror of
https://github.com/octoleo/restic.git
synced 2024-11-14 17:24:10 +00:00
11 lines
466 B
Plaintext
11 lines
466 B
Plaintext
Enhancement: Allow specifying `--host` via environment variable
|
|
|
|
Restic commands that operate on snapshots, such as `restic backup` and
|
|
`restic snapshots`, support the `--host` flag to specify the hostname for
|
|
grouoping snapshots. They now permit selecting the hostname via the
|
|
environment variable `RESTIC_HOST`. `--host` still takes precedence over the
|
|
environment variable.
|
|
|
|
https://github.com/restic/restic/issues/4733
|
|
https://github.com/restic/restic/pull/4734
|