Multiple GDrive sync to OneDrive

What is the problem you are having with rclone?

I have a GSuite EDU (MDrive:) and four Team Drives, and an OneDrive.
I sync my MDrive: to the team drives every night.

I have a folder on Google Drives "PDrive" it's 5.5TB.
First time I try to copy this folder, the following command:

rclone copy MDrive:PDrive OneDriveE5:PDrive --progress

It works perfectly, but when I transferred 1TB, I interrupted.
I run the following command:

rclone copy TeamDrive:PDrive OneDriveE5:PDrive --progress

Then rclone start copy again the complete folder. (5.5TB)
I interrupted and reran the first command.

rclone copy MDrive:PDrive OneDriveE5:PDrive --progress

Now rclone start copy only 4.5TB.

My question:
TeamDrive, why start to copy all files again? Why not continue the MDrive: upload progress?

What is your rclone version (output from rclone version)

rclone v1.53.2

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

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

Ubuntu 20.04 LTS

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

Google Drive Education and Google TeamDrives and OneDrive

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

rclone copy MDrive:PDrive OneDriveE5:PDrive --progress
rclone copy TeamDrive:PDrive OneDriveE5:PDrive --progress

The rclone config contents with secrets removed.

[MDrive]
type = drive
scope = drive
token = 
root_folder_id = 
client_id = 
client_secret = 

[TeamDrive2]
type = drive
scope = drive
token = 
team_drive = 
client_id = 
client_secret = 

[TeamDrive2]
type = drive
scope = drive
token = 
team_drive = 
client_id = 
client_secret = 

[TeamDrive3]
type = drive
scope = drive
token = 
team_drive = 
client_id = 
client_secret = 

[TeamDrive4]
type = drive
scope = drive
token = 
team_drive = 
client_id = 
client_secret = 

[OneDriveE5]
type = onedrive
token = 
drive_id =
drive_type = business

Do you have OneDrive Personal or OneDrive for Business?

For better debugging please run command with -vv flag. It will show debug outputs.

I was wrong.
I can't reproduce it.

1 Like

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