How to copy A Shared Drive (SD) to B Shared Drive (SD) with multiple account

What is the problem you are having with rclone?

i have 5 account to push upload,

Source SD i have only viewer access, Destination SD as content manager

i create this remote
A > Aclone
B > Bclone
C > Cclone
D > Dclone
E > Eclone

all account have same privilage
(A,B,C,D,Eclone) is B Shared Drive

Remote A config

[A]
type = drive
scope = drive
root_folder_id = 1f3mXXX
server_side_across_configs = true
token = xxx

Remote clone config

[Aclone]
type = drive
scope = drive
root_folder_id = 0AMzIxxx
server_side_across_configs = true
stop_on_upload_limit = true
token = xxx
team_drive = 0AMzIxxx (same as root_folder_id)

command

rclone copy A: Aclone: --progress -q

Question:
how to make my work order efficient?
i want to automatically work, when A acc stop upload limit reached then run B acc and so on?

What is your rclone version (output from rclone version)

rclone v1.51.0

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 Unlimited (Shared Drive)

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