From 93fa17b53f11b54f7a1bd06ac0d794f630380a4a Mon Sep 17 00:00:00 2001 From: Mikael Berthe Date: Sun, 19 Aug 2018 23:26:40 +0200 Subject: [PATCH] Add entry to changelog (new find flags) --- changelog/unreleased/pull-1780 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 changelog/unreleased/pull-1780 diff --git a/changelog/unreleased/pull-1780 b/changelog/unreleased/pull-1780 new file mode 100644 index 000000000..f3deca233 --- /dev/null +++ b/changelog/unreleased/pull-1780 @@ -0,0 +1,12 @@ +Enhancement: find: Add options for searching IDs (blobs, trees...) + +We've enhanced the `find` command to be able to list the snapshots containing +a specific tree or blob, or even the snapshots that contain blobs belonging +to a given pack. +A list of IDs can be given, as long as they all have the same type. + +The command `find` can also display the pack IDs the blobs belong to, if +the `--show-pack-id` flag is provided. + +https://github.com/restic/restic/issues/1777 +https://github.com/restic/restic/pull/1780