I am using rclone check with --download flag but sometimes I get read: connection reset by peer while it downloads a large object(~2gb). And due to this check command fails with 1 hashes could not be checked.
Run the command 'rclone version' and share the full output of the command.
rclone v1.48.0
- os/arch: linux/amd64
- go version: go1.12.6
The command you were trying to run (eg rclone copy /tmp remote:tmp)
I understand that this can happen due to network errors and intermittently. I just wanted to check if rclone supports retries in the check command(with --download flag) specifically if there is any error while downloading a single object.
I have multiple logs for this workflow. This is the only logs which I can see :
Only thing which I have extra is this but it contains multiple -> object name : OK lines
.... Multiple Lines says Object name : OK
2023/05/29 04:06:40 DEBUG : medium: OK
2023-05-29T04:06:40.892699411Z
.....
Sorry, if I am missing something. I am running the command with -vv.