2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-23 23:28:32 +00:00

8 lines
331 B
Plaintext
Raw Normal View History

2018-08-20 21:55:12 +02:00
Enhancement: Display reason why forget keeps snapshots
We've added a column to the list of snapshots `forget` keeps which details the
2023-12-06 13:11:55 +01:00
reasons to keep a particular snapshot. This makes debugging policies for
2018-08-20 21:55:12 +02:00
forget much easier. Please remember to always try things out with `--dry-run`!
https://github.com/restic/restic/pull/1876