Is there a way to copy from one Team Drive (View only) to the other Team Drive (Manager) using Service Accounts (It's 30 TB drive)?

Is there a way to copy from one Google Team Drive (View only) to the other Team Drive (Manager using Service Accounts)? It's 30 TB drive.

To bypass 750 GB limit, I can sync successfully if I am a manager for both Team Drive(by sharing both drives with 100 of Service Accounts) with this code in BAT File.

rclone sync -v --drive-server-side-across-configs=true --fast-list --size-only --transfers=1 --max-transfer=700G "src001:/" "dst001:/"
rclone sync -v --drive-server-side-across-configs=true --fast-list --size-only --transfers=1 --max-transfer=700G "src002:/" "dst002:/"
rclone sync -v --drive-server-side-across-configs=true --fast-list --size-only --transfers=1 --max-transfer=700G "src003:/" "dst003:/"
.........

and this rclone.conf file.

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