mirror of
https://github.com/restic/restic.git
synced 2025-12-16 00:42:46 +00:00
restic: ignore filenames which are not IDs when expanding a prefix
Some backends generate additional files for each existing file, e.g. 1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef 1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef.sha256 For some commands this leads to an "multiple IDs with prefix" error when trying to reference a snapshot.
This commit is contained in:
9
changelog/unreleased/pull-3943
Normal file
9
changelog/unreleased/pull-3943
Normal 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
|
||||
Reference in New Issue
Block a user