Rclone

From Indie IT Wiki
Revision as of 14:21, 4 July 2020 by imported>Plittlefield (→‎Usage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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