Show Menu
Cheatography

rclone Cheat Sheet (DRAFT) by

Common Options and commands for file synchronisation using rclone

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Commands

Syntax: [options] subcommand <pa­ram­ete­rs> <pa­ram­ete­rs...>
Source and destin­ation paths are specified by the name you gave the storage system in the config file then the sub path
ls remote­:path
lists a remote
copy /local­/path remote­:path
copies /local­/path to the remote
sync /local­/path remote­:path
syncs /local­/path to the remote
 

Commonly used options

 

rclone sync

-P/--p­rogress
view real-time transfer statistics
--crea­te-­emp­ty-­src-dir
Create empty source dirs on destin­ation after sync
--dry-run
to see exactly what would be copied and deleted