1
0
mirror of https://github.com/restic/restic.git synced 2024-06-23 07:36:38 +02:00
restic/changelog/0.9.3_2018-10-13/pull-1876
Andrea Gelmini 241916d55b
Fix typos
2023-12-06 13:11:55 +01:00

8 lines
331 B
Plaintext

Enhancement: Display reason why forget keeps snapshots
We've added a column to the list of snapshots `forget` keeps which details the
reasons to keep a particular snapshot. This makes debugging policies for
forget much easier. Please remember to always try things out with `--dry-run`!
https://github.com/restic/restic/pull/1876