I'm trying to copy all files and folders from a Google Shared Drive to a USB backup drive. I don't know the command to copy all the contents of the Shared Drive that I have configured.
Run the command 'rclone version' and share the full output of the command.
rclone v1.68.1
os/version: Microsoft Windows 10 Pro 22H2 (64 bit)
os/kernel: 10.0.19045.5011 (x86_64)
os/type: windows
os/arch: amd64
go/version: go1.23.1
go/linking: static
go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run
rclone copy -P gdrive:Test/ local:d:\backup/
This is a test of just one of the folders on the Google Shared Drive called "Test" but ultimately I'd like to just select the full drive or all files and folder within the shared drive
Please run 'rclone config redacted' and share the full output.
I can see the folders within the Shared Drive using rclone lsf
How do I select all contents of a Google Share Drive?
How do i select the end destination of d:\
Big thanks for taking the time to look at this and reply, that's working. I see the default for copying is ignore a folder if empty. is it possible to turn that off?
The switch -vv just displays a lot more info I presume?
Any recommendations for copying 300GB worth of data using this method?
Do I need to make sure I have enough temp space on the client machines local drive or is the file copied directly to the destination d: ?
create your own client id+secret.
there are settings to tweak, but in most cases, the default values are good enough.
if the transfer speed is slower than you want/expect. post a debug log and we will look at it.
seems very slow. 35GB at 900Mb/s is approx. 5 minutes.
did you create your own client id+secret?
are you using debug output, to look for pacing, errors and other issues?
what transfer speed does rclone show? can use --progress
Thanks I 'll give us this a try and check the docs.
I presume I can leave one PowerShell window open doing the copy while running another PowerShell to check progress of the job.
I'm now doing another download and speed is even worse.
How do you know if Google Drive is Throttling the download?
I presume when you input client ID and secret if they are not setup correctly I'd get an error msg and the download would fail? I'm not seeing any errors in the log.