From 251335f1242ca9489fd606f9f5b7f75e4b92f061 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sat, 9 Jun 2018 23:25:30 +0200 Subject: [PATCH] Add entry to changelog --- changelog/unreleased/issue-1825 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 changelog/unreleased/issue-1825 diff --git a/changelog/unreleased/issue-1825 b/changelog/unreleased/issue-1825 new file mode 100644 index 000000000..017d09162 --- /dev/null +++ b/changelog/unreleased/issue-1825 @@ -0,0 +1,12 @@ +Bugfix: Correct `find` to not skip snapshots + +Under certain circumstances, the `find` command was found to skip snapshots +containing directories with files to look for when the directories haven't been +modified at all, and were already printed as part of a different snapshot. This +is now corrected. + +In addition, we've switched to our own matching/pattern implementation, so now +things like `restic find "/home/user/foo/**/main.go"` are possible. + +https://github.com/restic/restic/issues/1825 +https://github.com/restic/restic/issues/1823