Which restic version are you using?
The problem seems to be related to
Load(<data/9084af745f>, 15123823, 1642536) returned error, retrying after 566.345324ms: ReadFull: read tcp 10.11.12.13:24815->1.2.3.4:443: wsarecv: An existing connection was forcibly closed by the remote host.
Load(<data/9084af745f>, 15123823, 1642536) returned error, retrying after 566.345324ms: ReadFull: read tcp 10.11.12.13:24815->1.2.3.4:443: wsarecv: An existing connection was forcibly closed by the remote host.
Load(<data/eb55b42404>, 16900531, 0) returned error, retrying after 442.352923ms: ReadFull: read tcp 10.11.12.13:24819->1.2.3.4:443: wsarecv: An existing connection was forcibly closed by the remote host.
(not sure why the 9084af745f
line is duplicated). For those warnings there’s no corresponding operation successful after 1 retries
message. My guess is that the wrong file hash is related to those errors, so there might be something wrong with the error handling. But I don’t have time to dig into that right now. I’ll try to have a closer look in the next few days.
@marcosppjr Can you provide a snippet of the error message you’re seeing?