Gdrive google drive from linux console

5 Nov

To upload a large files to google drive from linux console you can use rclone

https://rclone.org/drive/

after install you need config gdrive:

>rclone config

for fix problem with google blocking app you need first start rclone on your local pc and configure rclone with autoconfig then copy file /root/.config/rclone/rclone.conf to your remote server.

then use command to copy from linux to google drive (name of config googleR)
>rclone sync “/home1/file1” “googleR:ProjectD”

Rating of article:
[Total: 1 Average: 5]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.