--drive-server-side-across-configs within same teamdrive max speed parameters?

STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.

What is the problem you are having with rclone?

rclone works as it should and I get a rate of about 3.5-4GB/s copy speed, I only wish to increase it further. Which parameters to use to get maximal copy throughput with --drive-server-side-across-configs copies on the same teamdrive & which parameters are useless, can you guys tell me? I will be cycling through service accounts to copy.

Run the command 'rclone version' and share the full output of the command.

rclone v1.67.0

  • os/version: ubuntu 22.04 (64 bit)
  • os/kernel: 6.8.0-40-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.22.4
  • go/linking: static
  • go/tags: none

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads
-->

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

Google Drive

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

rclone copy gdrive: gdrive:temp --checkers=16 --drive-chunk-size=128M --low-level-retries=2 --retries=1 --stats=60s --transfers=8 --drive-stop-on-upload-limit --drive-service-account-file=/opt/sa/all/1.json --drive-server-side-across-configs -v

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

Not relevant.

A log from the command that you were trying to run with the -vv flag

Not relevant.

hi,

the source is a local folder named gdrive
so that would not be a server-side copy

a debug would make clear what command you ran?

Sorry I corrected the command. It works, all I'm interested in is getting more speed for copy operation (if that's possible, maybe 4-5GB/s is the limit)

that flag does not apply, as the source and dest is the same remote

You can copy serverside within the same remote

when i server-side copy a file within the same gdrive remote, the copy is instant, no data is copied, no bandwidth is used.

INFO  : file.ext: Copied (server-side copy)
INFO  : 
Transferred:   	    4.698 GiB / 4.698 GiB, 100%, 0 B/s, ETA -
Transferred:            1 / 1, 100%
Server Side Copies:     1 @ 4.698 GiB
Elapsed time:         1.3s

You would have to copy some higher amount of data to find out the copy throughput, but I think I can't expect more than 4GB/s, that's already really fast.

not sure that is correct.

i you think different, then need to post something to prove your point.

  • post output of rclone config redacted
  • post /opt/sa/all/1.json, redact private info.
  • copy one single file, post the full debug output.

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