Skip to content

Instantly share code, notes, and snippets.

@gladx
Last active September 20, 2023 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gladx/4d8847c56d3ae0b99b812a162a01a1f9 to your computer and use it in GitHub Desktop.
Save gladx/4d8847c56d3ae0b99b812a162a01a1f9 to your computer and use it in GitHub Desktop.
Rclone example commands

Rclone Simple Example Commands

Copy

-P show proggress

rclone copy -P -v --multi-thread-streams=10 remote-230:/root/a ~/Videos/

Config

rclone config 
rclone config show gdrive:
rclone config file // show address config file

Lists

rclone listremotes
rclone lsf one-drive: // list folders
rclone ls one-drive: // list files
rclone lsl one-drive: // list file in detail 

Mount

rclone mount --daemon home-local:/share ~/Desktop/share-local

About & Size

rclone about home-local
rclone size one-drive:

Serve

rclone serve http  home-local: --addr :8888
rclone serve http  home-local: --addr :8888 --user ali --pass 1234

GUI

rclone rcd --rc-web-gui --rc-user ali --rc-pass 1234

ncdu

rclone ncdu gdrive:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment