mirror of
https://github.com/restic/restic.git
synced 2025-12-10 21:51:48 +00:00
8 lines
302 B
Plaintext
8 lines
302 B
Plaintext
Bugfix: Accept `RESTIC_HOST` environment variable in `forget` command
|
|
|
|
The `forget` command did not use the host name from the `RESTIC_HOST`
|
|
environment variable when filtering snapshots. This has now been fixed.
|
|
|
|
https://github.com/restic/restic/issues/5325
|
|
https://github.com/restic/restic/pull/5327
|