What is the problem you are having with rclone?
The sync starts fine at a very good speed. But then it gradually slows until a complete halt (0b/s).
The provider says it can be nothing but rclone not closing connections, so I've added a couple of parameters to handle connection closure - without any success.
However. After studying the logs, I've noticed an interesting pattern. There are no significant errors until rclone decides to use port 60000+. First time it's port 64009:
2023/11/26 08:58:06 DEBUG : pacer: low level retry 1/10 (error write tcp 192.168.0.105:64009->81.171.6.176:21: wsasend: An existing connection was forcibly closed by the remote host.)
2023/11/26 08:58:06 DEBUG : pacer: Rate limited, increasing sleep to 20ms
Then a few successful connections - and again:
2023/11/26 08:58:08 DEBUG : pacer: low level retry 1/10 (error write tcp 192.168.0.105:64009->81.171.6.176:21: wsasend: An existing connection was forcibly closed by the remote host.)
2023/11/26 08:58:08 DEBUG : pacer: Rate limited, increasing sleep to 20ms
This goes on for a while, and then it tries to use 64012 - unsuccessfully:
2023/11/26 08:58:15 DEBUG : pacer: low level retry 1/10 (error write tcp 192.168.0.105:64012->81.171.6.176:21: wsasend: An existing connection was forcibly closed by the remote host.)
2023/11/26 08:58:15 DEBUG : pacer: Rate limited, increasing sleep to 151.875ms
2023/11/26 08:58:16 DEBUG : pacer: low level retry 2/10 (error write tcp 192.168.0.105:64009->81.171.6.176:21: wsasend: An existing connection was forcibly closed by the remote host.)
2023/11/26 08:58:16 DEBUG : pacer: Rate limited, increasing sleep to 303.75ms
Over time, the amount of "faulty" ports grows - but rclone doesn't seem to consider them so, instead, it starts uses them indefinitely, which ultimately comes to hours of banging against the wall with the same ports, like this:
Run the command 'rclone version' and share the full output of the command.
rclone v1.62.2
- os/version: Microsoft Windows 10 Pro 22H2 (64 bit)
- os/kernel: 10.0.19045.3324 Build 19045.3324.3324 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.20.2
- go/linking: static
- go/tags: cmount
(I know it's not the latest, but I updated and tried on a latest one with the same result.)
Which cloud storage system are you using? (eg Google Drive)
FTP (hostingbydesign)
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone.exe sync !remote!:!item! %backupPath%!item! -vv --check-first --checkers 5 --transfers 3 --ftp-concurrency 6 --ftp-idle-timeout 0m10s --ftp-close-timeout 0m20s
The rclone config contents with secrets removed.
[tmn_nl]
type = ftp
host = bouncer.ams.nl.seedbox.io
user =
pass =
tls = false
explicit_tls = true