Rclone copy from gdrive to hdd

Hi,

What is the problem you are having with rclone?

While I am using rclone copy from gdrive to my server HDD it takes seconds to download file but still it takes some time to finish task, looks like downloaded file "settles" on HDD.
Whole download took 1 min but whole task took about 17 mins.
any idea why it happens ?

What is your rclone version (output from rclone version)

rclone v1.50.2

  • os/arch: linux/amd64
  • go version: go1.13.4

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

Debian 9

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

Google Team Drive

when you created this post, you should have been asked a bunch of question, can you please answer them?

the more info you provide, the better we can help you.

ok, found problem with -vv command,
multi-thread copy was the issue, I changed it to 1 and it seems to be ok but speed has decreased very much.

you are using an old version of rclone, perhaps update and try again.

as i mentioned above, if you would answer the questions, you can help us to help you...

do you mean the one when you start new topic ?

yes,
if you can share you rclone command, that would be most helpful

rclone copy BACKUP1:10GB.zip Public/ -vv -P
2020/02/08 23:11:42 DEBUG : rclone: Version "v1.50.2" starting with parameters ["rclone" "copy" "BACKUP1:10GB.zip" "Public/" "-vv" "-P"]
2020/02/08 23:11:42 DEBUG : Using config file from "/home/internety1/.config/rclone/rclone.conf"
2020-02-08 23:11:43 DEBUG : 10GB.zip: Need to transfer - File not found at Destination
2020-02-08 23:11:43 DEBUG : 10GB.zip: Starting multi-thread copy with 4 parts of size 2.500G
2020-02-08 23:11:43 DEBUG : 10GB.zip: multi-thread copy: stream 4/4 (8053063680-10737418240) size 2.500G starting
2020-02-08 23:11:43 DEBUG : 10GB.zip: multi-thread copy: stream 2/4 (2684354560-5368709120) size 2.500G starting
2020-02-08 23:11:43 DEBUG : 10GB.zip: multi-thread copy: stream 3/4 (5368709120-8053063680) size 2.500G starting
2020-02-08 23:11:43 DEBUG : 10GB.zip: multi-thread copy: stream 1/4 (0-2684354560) size 2.500G starting
2020-02-08 23:12:03 DEBUG : 10GB.zip: multi-thread copy: stream 4/4 (8053063680-10737418240) size 2.500G finished
2020-02-08 23:12:04 DEBUG : 10GB.zip: multi-thread copy: stream 1/4 (0-2684354560) size 2.500G finished
2020-02-08 23:12:04 DEBUG : 10GB.zip: multi-thread copy: stream 3/4 (5368709120-8053063680) size 2.500G finished
2020-02-08 23:12:04 DEBUG : 10GB.zip: multi-thread copy: stream 2/4 (2684354560-5368709120) size 2.500G finished
2020-02-08 23:12:04 DEBUG : 10GB.zip: Finished multi-thread copy with 4 parts of size 2.500G
2020-02-08 23:20:50 DEBUG : 10GB.zip: MD5 = 2dd26c4d4799ebd29fa31e48d49e8e53 OK
2020-02-08 23:20:50 INFO  : 10GB.zip: Multi-thread Copied (new)
Transferred:           10G / 10 GBytes, 100%, 18.692 MBytes/s, ETA 0s
Errors:                 0
Checks:                 0 / 0, -
Transferred:            1 / 1, 100%
Elapsed time:      9m7.8s
2020/02/08 23:20:50 INFO  : 
Transferred:           10G / 10 GBytes, 100%, 18.692 MBytes/s, ETA 0s
Errors:                 0
Checks:                 0 / 0, -
Transferred:            1 / 1, 100%
Elapsed time:      9m7.8s

2020/02/08 23:20:50 DEBUG : 3 go routines active
2020/02/08 23:20:50 DEBUG : rclone: Version "v1.50.2" finishing with parameters ["rclone" "copy" "BACKUP1:10GB.zip" "Public/" "-vv" "-P"]

you are running an old version of rclone, please update and test again.

looks like helped, will have to run some tests with bigger files... but for now thx :wink:

sure glad to help.
let us know if you need additional help.

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