Extream slow upload speed(rclone + webdav + aliyundrive)

What is the problem you are having with rclone?

only less than 100kb/s to upload a 6.4GB video.

What is your rclone version (output from rclone version)

rclone v1.57.0

  • os/version: centos 8.5.2111 (64 bit)
  • os/kernel: 4.18.0-348.2.1.el8_5.x86_64 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.17.2
  • go/linking: static
  • go/tags: none

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

webdav + aliyundrive

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

rclone copy -vv /www/wwwroot/****/****/*.mp4 aliyun:/aria2 --cache-chunk-size 128M

The rclone config contents with secrets removed.

[aliyun]
type = webdav
url = http://127.0.0.1:8080
vendor = other
user = admin
pass = *** ENCRYPTED ***

A log from the command with the -vv flag

2021/12/03 11:16:32 DEBUG : rclone: Version "v1.57.0" starting with parameters [                                          "rclone" "copy" "-vv" "/www/wwwroot/****/****/*.mp4"                                           "aliyun:/aria2" "--cache-chunk-size" "128M"]
2021/12/03 11:16:32 DEBUG : Creating backend with remote "/www/wwwroot/****/****/*.mp4"
2021/12/03 11:16:32 DEBUG : Using config file from "/root/.config/rclone/rclone.                                          conf"
2021/12/03 11:16:32 DEBUG : fs cache: adding new entry for parent of "/www/wwwroot/****/****/*.mp4", "/www/wwwroot/****/****"
2021/12/03 11:16:32 DEBUG : Creating backend with remote "aliyun:/aria2"
2021/12/03 11:16:32 DEBUG : found headers:
2021/12/03 11:16:34 DEBUG : fs cache: renaming cache item "aliyun:/aria2" to be                                           canonical "aliyun:aria2"
2021/12/03 11:16:34 DEBUG : *.mp4: Sizes differ (src 6697136683 vs dst 0)
2021/12/03 11:17:34 INFO  :
Transferred:       18.621 MiB / 6.237 GiB, 0%, 74.242 KiB/s, ETA 1d23m54s
Transferred:            0 / 1, 0%
Elapsed time:       1m1.1s
Transferring:
 *                                  *.mp4:  0% /6.237Gi, 74.213Ki/s, 24h24m29s

2021/12/03 11:18:34 INFO  :
Transferred:       18.621 MiB / 6.237 GiB, 0%, 1.545 KiB/s, ETA 6w6d20h25m59s
Transferred:            0 / 1, 0%
Elapsed time:       2m1.1s
Transferring:
 *                                  *:  0% /6.237Gi, 1.544Ki/s, 1172h53m34s

2021/12/03 11:19:34 INFO  :
Transferred:       18.621 MiB / 6.237 GiB, 0%, 32 B/s, ETA 6y22w3d11h18m41s
Transferred:            0 / 1, 0%
Elapsed time:       3m1.1s
Transferring:
 *                                 *:  0% /6.237Gi, 32/s, 56361h23m47s

hello and welcome to the forum,

  • if you upload the file, not using rclone, what is the upload speed?
  • --cache-chunk-size 128M does nothing on webdav, so that can be removed.

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