2024-03-18 20:20:45 +00:00
|
|
|
Enhancement: Allow specifying `--host` via environment variable
|
|
|
|
|
|
|
|
Restic commands that operate on snapshots, such as `restic backup` and
|
2024-07-22 22:19:22 +00:00
|
|
|
`restic snapshots`, support the `--host` option to specify the hostname
|
|
|
|
for grouping snapshots.
|
|
|
|
|
|
|
|
Such commands now also support specifying the hostname via the environment
|
|
|
|
variable `RESTIC_HOST`. Note that `--host` still takes precedence over the
|
2024-03-18 20:20:45 +00:00
|
|
|
environment variable.
|
|
|
|
|
2024-04-24 19:49:34 +00:00
|
|
|
https://github.com/restic/restic/issues/4733
|
|
|
|
https://github.com/restic/restic/pull/4734
|