Same issue here. I get a large number of ERROR : ... Failed to copy: file already closed
.
Separately, I've been noticing that for the last three days I've been running rclone non-stop, and it always gets stuck overnight at some point forcing me to restart in the mornings. The command that I use is:
rclone copy . GDriveCrypt: --bwlimit 8650k --progress --fast-list --verbose --transfers=10 --checkers=20 --tpslimit=10 --tpslimit-burst=10 --drive-chunk-size=256M --log-file=./log.log
When I check on it in the mornings I see no network activity, 0% CPU usage for rclone (although it is around 40% when it is doing active transfers), although the transfer rate shows as a non-zero number. I have to do a keyboard interrupt:
Transferred: 472.334G / 1.461 TBytes, 32%, 8.341 MBytes/s, ETA 1d10h55m25s
Errors: 92 (retrying may help)
Checks: 449886 / 449886, 100%
Transferred: 12763 / 22791, 56%
Elapsed time: 16h6m29.7s
Transferring:
* <file>.imgc: 5% /912.067G, 2.231M/s, 109h29m4s
* <file>.JPG: transferring
* <file>.mkv: 58% /13.054G, 2.269M/s, 40m25s
* <file>.mp4: 83% /1.640G, 2.288M/s, 2m4s
* <file>.JPG: 0% /754.299k, 0/s, -
* <file>.JPG: 0% /1.146M, 0/s, -
* <file>.jar: 0% /985.255k, 0/s, -
* <file>.png: 0% /133, 0/s, -
* <file>.JPG: 0% /2.228M, 0/s, -^C
The last item in my log file from yesterday is at 2:24:36 AM with a status of INFO : ... : Copied (new)
, and the one the day before is at 7:54:44 AM with the same status.