2023-01-08 14:34:30 +00:00
|
|
|
Enhancement: Ignore additional/unknown files in repository
|
2022-09-27 18:03:46 +00:00
|
|
|
|
2023-01-08 14:34:30 +00:00
|
|
|
If a restic repository had additional files in it (not created by restic),
|
|
|
|
commands like `find` and `restore` could become confused and fail with an
|
|
|
|
`multiple IDs with prefix "12345678" found` error. These commands now
|
|
|
|
ignore such additional files.
|
2022-09-27 18:03:46 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/3943
|
|
|
|
https://forum.restic.net/t/which-protocol-should-i-choose-for-remote-linux-backups/5446/17
|