mirror of
https://github.com/restic/restic.git
synced 2025-08-12 18:47:42 +00:00
Merge pull request #2231 from cdhowie/issue-2224
find command: don't abort on tree load errors
This commit is contained in:
9
changelog/unreleased/issue-2224
Normal file
9
changelog/unreleased/issue-2224
Normal file
@@ -0,0 +1,9 @@
|
||||
Bugfix: Don't abort the find command when a tree can't be loaded
|
||||
|
||||
Change the find command so that missing trees don't result in a crash.
|
||||
Instead, the error is logged to the debug log, and the tree ID is displayed
|
||||
along with the snapshot it belongs to. This makes it possible to recover
|
||||
repositories that are missing trees by forgetting the snapshots they are used
|
||||
in.
|
||||
|
||||
https://github.com/restic/restic/issues/2224
|
Reference in New Issue
Block a user