Rclone Drive to Drive Copy

What is the problem you are having with rclone?

Trying to figure out how to copy from one drive to another (server side) with 700GB limit on transfer.

What is your rclone version (output from rclone version)

rclone v1.53.1

  • os/arch: windows/amd64
  • go version: go1.15

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

Windows 10 64 bit

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 sync --drive-stop-on-upload-limit --drive-server-side-across-configs=true --stats 10s -P ud:/ ud2:/

The issue is that the above flag seems to have a hard cut-off

  1. I am not sure if I run the same command again will it continue from the last stopped stage (handling non-complete uploads which were in progress when the program was stopped) or not?
  2. Is there a way to let the currently uploading files continue to upload (from what I read google allows the in progress files to be uploaded even if it gets above 750GB/day) and stop the program after that? So that I won't have to worry about partially uploaded files, etc.

There isn't a thing of partially uploaded files for Google. It's either uploaded all the way or not.

You'd just let it run till it stops and pick up the next day.

Will Rclone handle the partially uploaded files on its own (if there are any)?

There is not the ability to partially upload a file to Google.

It's either uploaded all the way or not.

1 Like

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