From 3d5a0c799b2f5cf4a171fab1a0e347f17097bad8 Mon Sep 17 00:00:00 2001 From: Jan Niklas Richter Date: Fri, 30 Nov 2018 15:54:44 +0100 Subject: [PATCH] Add changelog of group-by option for snapshots command --- changelog/unreleased/pull-2087 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog/unreleased/pull-2087 diff --git a/changelog/unreleased/pull-2087 b/changelog/unreleased/pull-2087 new file mode 100644 index 000000000..36967c997 --- /dev/null +++ b/changelog/unreleased/pull-2087 @@ -0,0 +1,10 @@ +Enhancement: Add group-by option to snapshots command + +We have added an option to group the output of the snapshots command, similar +to the output of the forget command. The option has been called "--group-by" +and accepts any combination of the values "host", "paths" and "tags", separated +by commas. Default behavior (not specifying --group-by) has not been changed. +We have added support of the grouping to the JSON output. + +https://github.com/restic/restic/issues/2037 +https://github.com/restic/restic/pull/2087