GD server side copy slow

I’ve got two remotes, for two team drives. On copying files from one to the other, I get a speed of 2MB/s at the maximum. I assumed a server-side copy would be much faster? Manually downloading and uploading seems faster. I’m using my own API key as well.

I’m really new to using rclone, does anyone have any suggestions?

rclone version shows what?
can you share a log of the command you are running with -vv so we can see the debug?

Thanks for the reply Animousity. Copied a test file and the log is below.

PS C:\Users\Void\Box Sync\C++\rclone-v1.46-windows-amd64> .\rclone copy td1:\test.rar td2: --progress -vv
2019/04/13 20:34:08 DEBUG : rclone: Version “v1.46” starting with parameters [“C:\Users\Void\Box Sync\C++\rclone-v1.46-windows-amd64\rclone.exe” “copy” “td1:\test.rar” “td2:” “–progress” “-vv”]
2019/04/13 20:34:08 DEBUG : Using config file from “C:\Users\Void\.config\rclone\rclone.conf”
2019-04-13 20:34:10 DEBUG : test.rar: Couldn’t find file - need to transfer
2019-04-13 20:34:11 DEBUG : test.rar: Sending chunk 0 length 8388608
2019-04-13 20:34:16 DEBUG : test.rar: Sending chunk 8388608 length 8388608
2019-04-13 20:34:20 DEBUG : test.rar: Sending chunk 16777216 length 8388608
2019-04-13 20:34:23 DEBUG : test.rar: Sending chunk 25165824 length 8388608
2019-04-13 20:34:26 DEBUG : test.rar: Sending chunk 33554432 length 8388608
2019-04-13 20:34:30 DEBUG : test.rar: Sending chunk 41943040 length 8388608
2019-04-13 20:34:33 DEBUG : test.rar: Sending chunk 50331648 length 8388608
2019-04-13 20:34:36 DEBUG : test.rar: Sending chunk 58720256 length 8388608
2019-04-13 20:34:40 DEBUG : test.rar: Sending chunk 67108864 length 8388608
2019-04-13 20:34:44 DEBUG : test.rar: Sending chunk 75497472 length 8388608
2019-04-13 20:34:48 DEBUG : test.rar: Sending chunk 83886080 length 8388608
2019-04-13 20:34:51 DEBUG : test.rar: Sending chunk 92274688 length 8388608
2019-04-13 20:34:55 DEBUG : test.rar: Sending chunk 100663296 length 8388608
2019-04-13 20:34:58 DEBUG : test.rar: Sending chunk 109051904 length 8388608
2019-04-13 20:35:02 DEBUG : test.rar: Sending chunk 117440512 length 8388608
2019-04-13 20:35:06 DEBUG : test.rar: Sending chunk 125829120 length 8388608
2019-04-13 20:35:10 DEBUG : test.rar: Sending chunk 134217728 length 8388608
2019-04-13 20:35:14 DEBUG : test.rar: Sending chunk 142606336 length 8388608
2019-04-13 20:35:18 DEBUG : test.rar: Sending chunk 150994944 length 8388608
2019-04-13 20:35:21 DEBUG : test.rar: Sending chunk 159383552 length 8388608
2019-04-13 20:35:25 DEBUG : test.rar: Sending chunk 167772160 length 8388608
2019-04-13 20:35:29 DEBUG : test.rar: Sending chunk 176160768 length 8388608
2019-04-13 20:35:32 DEBUG : test.rar: Sending chunk 184549376 length 8388608
2019-04-13 20:35:36 DEBUG : test.rar: Sending chunk 192937984 length 8388608
2019-04-13 20:35:40 DEBUG : test.rar: Sending chunk 201326592 length 8388608
2019-04-13 20:35:44 DEBUG : test.rar: Sending chunk 209715200 length 8388608
2019-04-13 20:35:48 DEBUG : test.rar: Sending chunk 218103808 length 8388608
2019-04-13 20:35:51 DEBUG : test.rar: Sending chunk 226492416 length 8388608
2019-04-13 20:35:54 DEBUG : test.rar: Sending chunk 234881024 length 8388608
2019-04-13 20:35:57 DEBUG : test.rar: Sending chunk 243269632 length 2844577
2019-04-13 20:36:00 INFO : test.rar: Copied (new)
Transferred: 234.713M / 234.713 MBytes, 100%, 2.105 MBytes/s, ETA 0s
Errors: 0
Checks: 0 / 0, -
Transferred: 1 / 1, 100%
Elapsed time: 1m51.5s
2019/04/13 20:36:00 INFO :
Transferred: 234.713M / 234.713 MBytes, 100%, 2.105 MBytes/s, ETA 0s
Errors: 0
Checks: 0 / 0, -
Transferred: 1 / 1, 100%
Elapsed time: 1m51.5s

2019/04/13 20:36:00 DEBUG : 6 go routines active
2019/04/13 20:36:00 DEBUG : rclone: Version “v1.46” finishing with parameters [“C:\Users\Void\Box Sync\C++\rclone-v1.46-windows-amd64\rclone.exe” “copy” “td1:\test.rar” “td2:” “–progress” “-vv”]

Hmm, I’m not as familiar with the team drives, but I found these two things which seem to have more info.

and the issue

So if I’m reading it all right, it’s merged in 1.47 so give that try.

Will do, thank you.

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