Gdrive google drive from linux console

5 Ноя

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]

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *

Этот сайт использует Akismet для борьбы со спамом. Узнайте, как обрабатываются ваши данные комментариев.