From 5937b5b3552c7a4ec844e33997c8e18c14d3a290 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 20 Aug 2018 21:55:12 +0200 Subject: [PATCH] Add entry to changelog --- changelog/unreleased/pull-1876 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/pull-1876 diff --git a/changelog/unreleased/pull-1876 b/changelog/unreleased/pull-1876 new file mode 100644 index 000000000..2fb1a8ea8 --- /dev/null +++ b/changelog/unreleased/pull-1876 @@ -0,0 +1,7 @@ +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 particuliar 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