Copy Local Files to Google Drive TD With --drive-server-side-across-configs

Hi Guys.

I´d like to know how to copy files from my computer to Google drive TD with the --drive-server-side-across-configs.

I´m trying something like this but is not working.

rclone -P -v copy --drive-server-side-across-configs "C:\Users\Videos\Rota Intensiva - Receita Federal" "GRANCURSOS:Rota Intensiva - Receita Federal"

There are something wrong?

hello,
you are copying from local to cloud, so you cannot use --drive-server-side-across-configs

https://rclone.org/drive/#drive-server-side-across-configs
"do a server side copy between two different Google drives"

Hi asdffdsa

There are someway to copy to local to google drive TD at the same speed as the parameter
--drive-server-side-across-configs

perhaps i am not understanding your question.

to use --drive-server-side-across-configs, you need two google remotes
rclone copy gdrive1: gdrive2: --drive-server-side-across-configs

What I really want is to be able to copy the files that are on my computer to my google drive TD.
How can I not use the --drive-server-side-across-configs parameter
because from what i saw this only works from one cloud to another, i would like to know if i can get the same speed when copying from one cloud to another but instead copying the files from my computer to my google drive TD. The idea is to upload faster and not use the speed of my internet, but the speed of google servers.

your files are local on your computer,
the only way to upload them to the cloud is using your internet connection.

I thought you had an option for the rclone.
Thank you for your help.

i wish there was a --magic flag

4 Likes

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