GSuite Multiple Shared Drives to S3

Is it possible to have a single remote: setup for all Shared Drives in GSuite? When I configure using rclone config I am presented with choosing a single team drive per remote

Whats the best way to go about this? I would like to use rclone to backup all team/shared drives from gsuite to s3

What is your rclone version (output from rclone version)

rclone v1.50.2

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

  • os/arch: linux/amd64

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

drive to s3

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

rclone config (drive setup https://rclone.org/drive/)

You can change the team drive in use by supplying this flag

  --drive-team-drive string   ID of the Team Drive

Is that helpful?

Thanks for the info, I am having trouble using this in a command. Do you have an example which I can reference?

Also, from what I understand this just changes the drive the remote is pointing to. If this is so, is there a way I can gather all team drive ids through a command via rclone? then I can just iterate through the ids and backup one at a time.

Run through the rclone config to configure a teamdrive. Keep the list of teamdrive IDs in a file somewhere.

Configure this as a team drive?
y) Yes
n) No (default)
y/n> y
Fetching team drive list...
Choose a number from below, or type in your own value
 1 / Rclone Test
   \ "0AXXXXXXXXXXA"
Enter a Team Drive ID> 

Get that working, so that rclone lsf teamdrive: works.

Then to look at a different teamdrive use the flag so rclone lsf --drive-team-drive "0AXXXXXXXXXXA" teamdrive:

Thanks again

looks like ill have to do a little scripting to achieve what I need

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