Rclone
The Swiss Army knife of cloud storage sync, backup, and transfer in Go.
Why consider Rclone?
Rclone is a versatile command-line program to sync and manage files across over 70 cloud storage providers (S3, Google Drive, Dropbox, SFTP, WebDAV) with bandwidth throttling and encryption.
Learn Rclone by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide3 sections
Overview of Rclone
Rclone provides rsync-like synchronization for cloud object storage. It supports transparent cryptographic remotes, virtual file system mounting via FUSE, and multi-threaded transfers.
Installing Rclone
curl https://rclone.org/install.sh | sudo bashrclone configSyncing Local Directory to S3
rclone sync /local/data my-s3-remote:my-backup-bucket --progressRclone is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.