Rclone

From Indie IT Wiki

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