Posts

Showing posts from October, 2020

Rclone syncs your files to cloud storage (Gdrive)

Image
Install rclone curl -O https://downloads.rclone.org/rclone-current-linux-amd64.zip unzip rclone-current-linux-amd64.zip cd rclone-*-linux-amd64 Copy binary file sudo cp rclone /usr/bin/ sudo chown root:root /usr/bin/rclone sudo chmod 755 /usr/bin/rclone Run rclone config to setup.  rclone config No remotes found - make a new one n) New remote r) Rename remote c) Copy remote s) Set configuration password q) Quit config n/r/c/s/q> n name> gdrive Type of storage to configure. Choose a number from below, or type in your own value [snip] XX / Google Drive     \ "drive" or type number 13 [snip] Storage> drive Google Application Client Id - leave blank normally. client_id> Google Application Client Secret - leave blank normally. client_secret> Scope that rclone should use when requesting access from drive. Choose a number from below, or type in your own value  1 / Full access all files, excluding Application Data Folder.    \ "drive"  2 / ...