Files
restic/changelog/0.18.1_2025-09-21/issue-5325

8 lines
302 B
Plaintext
Raw Permalink Normal View History

2025-09-15 19:52:24 +02:00
Bugfix: Accept `RESTIC_HOST` environment variable in `forget` command
The `forget` command did not use the host name from the `RESTIC_HOST`
2025-09-15 19:52:24 +02:00
environment variable when filtering snapshots. This has now been fixed.
https://github.com/restic/restic/issues/5325
https://github.com/restic/restic/pull/5327