I/O errors right when transfer limit has reached

What is the problem you are having with rclone?

I'm getting I/O errors when max-transfer limit has reached.

Not sure why this error is appearing right when the transfer limit has reached.

What is your rclone version (output from rclone version)

rclone v1.54.1
- os/arch: linux/arm64
- go version: go1.15.8

Which OS you are using and how many bits (eg Windows 7, 64 bit)

N/A

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone move --min-age=3d --bwlimit=6M /opt/.drive crypt: --max-transfer=60G --cutoff-mode=soft --order-by modtime,ascending --transfers=1 --filter '- local/**' --filter '- .*' --drive-chunk-size 64M --delete-empty-src-dirs --fast-list

The rclone config contents with secrets removed.

N/A

A log from the command with the -vv flag

2021/03/20 17:23:58 INFO  : Movies/Wonder Woman 1984 (2020)/Wonder.Woman.1984.2020.IMAX.1080p.BluRay.x264.TrueHD.7.1.Atmos-FGT.mkv: Copied (new)
2021/03/20 17:23:58 INFO  : Movies/Wonder Woman 1984 (2020)/Wonder.Woman.1984.2020.IMAX.1080p.BluRay.x264.TrueHD.7.1.Atmos-FGT.mkv: Deleted
2021/03/20 17:23:58 ERROR : Movies (4K)/Wonder Woman 1984 (2020)/Wonder.Woman.1984.2020.IMAX.2160p.UHD.BluRay.x265.10bit.HDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ.mkv: Not deleting source as copy failed: Max transfer limit reached as set by --max-transfer
2021/03/20 17:23:58 NOTICE: Max transfer limit reached as set by --max-transfer - stopping transfers
2021/03/20 17:23:58 ERROR : Local file system at /opt/.drive: not deleting directories as there were IO errors
2021/03/20 17:23:58 ERROR : Attempt 1/3 failed with 3 errors and: not deleting directories as there were IO errors
2021/03/20 17:24:15 ERROR : Movies (4K)/Wonder Woman 1984 (2020)/Wonder.Woman.1984.2020.IMAX.2160p.UHD.BluRay.x265.10bit.HDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ.mkv: Not deleting source as copy failed: Max transfer limit reached as set by --max-transfer
2021/03/20 17:24:15 NOTICE: Max transfer limit reached as set by --max-transfer - stopping transfers
2021/03/20 17:24:15 ERROR : Local file system at /opt/.drive: not deleting directories as there were IO errors
2021/03/20 17:24:15 ERROR : Attempt 2/3 failed with 3 errors and: not deleting directories as there were IO errors
2021/03/20 17:24:29 ERROR : Movies (4K)/Wonder Woman 1984 (2020)/Wonder.Woman.1984.2020.IMAX.2160p.UHD.BluRay.x265.10bit.HDR.DTS-HD.MA.TrueHD.7.1.Atmos-SWTYBLZ.mkv: Not deleting source as copy failed: Max transfer limit reached as set by --max-transfer
2021/03/20 17:24:29 NOTICE: Max transfer limit reached as set by --max-transfer - stopping transfers
2021/03/20 17:24:29 ERROR : Local file system at /opt/.drive: not deleting directories as there were IO errors
2021/03/20 17:24:29 ERROR : Attempt 3/3 failed with 3 errors and: not deleting directories as there were IO errors
2021/03/20 17:24:29 INFO  :    72.415G / 72.415 GBytes, 100%, 5.959 MBytes/s, ETA 0s
2021/03/20 17:24:29 Failed to move with 3 errors: last error was: not deleting directories as there were IO errors

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.