Merge pull request #3943 from MichaelEischer/find-match-only-valid-ids

ignore filenames which are not IDs when expanding a prefix
This commit is contained in:
Michael Eischer
2022-09-27 20:56:48 +02:00
committed by GitHub
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Enhancement: Ignore additional files in repository
Some commands like `find` and `restore` could become confused by additional
files in the repository. This could cause restic to fail with an `multiple IDs
with prefix "12345678" found` error. These commands now ignore additional
files.
https://github.com/restic/restic/pull/3943
https://forum.restic.net/t/which-protocol-should-i-choose-for-remote-linux-backups/5446/17