Rclone

From Indie IT Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Rclone is a command line program to sync files and directories to and from a wide range of cloud storage platforms.

https://rclone.org

Installation

curl https://rclone.org/install.sh | sudo bash

Configuration

rclone config

Google Drive

Usage

Google Drive

List directories...

rclone lsd gdrive:

List files in Directory...

rclone ls gdrive:myfolder

Sync Directory...

rclone sync Documents/Personal/myfolder/ gdrive:myfolder

Remote To Remote

rclone sync aws:bucket b2:bucket