Rclone doesn't stop . Continues to output result infinitely. I am doing dry run.
Which cloud storage system are you using? (eg Google Drive)
S3
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone copy "C:\mywebsite.com\httpdocs" remote:myclone/mywebsite --exclude "cache/**" --fast-list --no-traverse --ignore-checksum --max-age 24h --ignore-case -n```
asdffdsa
(jojothehumanmonkey)
July 7, 2025, 3:56pm
2
welcome to the forum,
this has been discussed in the forum many times recently.
you can search for it.
I am running into this as well with idrive. Can you please point me in the direction of the resolution or a more specific search I can run in the forum. I am not finding the information to workaround this bug.
Thanks.
asdffdsa
(jojothehumanmonkey)
July 7, 2025, 4:21pm
4
tl;dr - test using lastest beta
What is the problem you are having with rclone?
v1.70+ hangs forever on large(ish) copy (1+GB 200+ files), not even --max-duration is honored
rolling back to 1.69.3 fixes the problem without any other change in the configuration
Run the command 'rclone version' and share the full output of the command.
rclone v1.70.1
os/version: centos 9 (64 bit)
os/kernel: 5.14.0-553.el9.x86_64 (x86_64)
os/type: linux
os/arch: amd64
go/version: go1.24.4
go/linking: static
go/tags: none
Which cloud storage …
I am, indeed, using --no-traverse.
Will get the latest beta. TY!
thanks a lot.. latest BETA resolved the issue.
Interesting, read through the other post, this is happened to me on 1.69.1, with with 3 small 3MB files using the sync flag.
Stopping and starting rclone resolved it.