We have a client that is looking for a copy of their data. We currently use Shared Drives in Google Workspace to store all of a clients data the shared Drive would be called "_ClientName"
If I created a new shared drive called "_ClientNameCopy" and wanted to copy all the contents from one to the other I could use just the copy command but that requires downloading of the data it seems then reuploading it. Also any google docs get converted to Microsoft docs which we don't want.
I was reading up on the --drive-shared-with-me but this does not seem like it is meant for copy from Shared Drive to Shared Drive. Am I mistaken here or how would I do a transfer in the cloud from one folder to the other?
The command I tried was
rclone.exe copy _ClientNameCopy:\ _ClientNameCopy:\ -P --drive-shared-with-me
I am more asking how to use this command then I am saying there is an issue with it. I can post all that other information but it's not required to answer the question in my opinion. I am looking to clone a Google Shared Drive to another Shared Drive from within the same Workspace/Gsuite domain. Am I using this command right..