-
|
I am experimenting with While doing some backup tests, I've got a warning related to read error: Is there a way to identify the faulty file(s)? Increasing the |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
Hi @s-leroux! Yes, the error message is not good here and should print out the file rustic tries to read... I'll see if I can add this soon! |
Beta Was this translation helpful? Give feedback.
-
|
Should be fixed in rustic-rs/rustic_core#421 |
Beta Was this translation helpful? Give feedback.
-
|
@s-leroux In fact, for most errors (like errors when opening a file), there is already a correct log including the full file path. In your situation it seems that the file can be opened but at some point the read operation failed. This is now also handled. Can you please retry with the latest nightly build? |
Beta Was this translation helpful? Give feedback.
-
|
I've tested with Thank you for your time working on this issue! |
Beta Was this translation helpful? Give feedback.
@s-leroux In fact, for most errors (like errors when opening a file), there is already a correct log including the full file path. In your situation it seems that the file can be opened but at some point the read operation failed. This is now also handled. Can you please retry with the latest nightly build?