rclone
Verified for current stable LTS
Rclone Commands
Rclone command syntax with verified terminal examples.
Commands
8 commands for Rclone
rclone Operations
Rclone Command: Copy Changed Files Last 24 Hours
rclone copy -i --max-age 24h <remote_name>:<path/to/directory> <path/to/local_directory> rclone Operations
Rclone Command: Copy Local To Remote
rclone copy <path/to/source_file_or_directory> <remote_name>:<path/to/directory> rclone Operations
Rclone Command: Delete Remote File Or Directory
rclone -n delete <remote_name>:<path/to/file_or_directory> rclone Operations
Rclone Command: Launch Interactive Menu Setup
rclone config rclone Operations
Rclone Command: List Contents Directory Remote
rclone lsf <remote_name>:<path/to/directory> rclone Operations
Rclone Command: Mirror Files Or Directories
rclone sync <path/to/file_or_directory> <remote_name>:<path/to/directory> rclone Operations
Rclone Command: Mount Rclone Remote
rclone mount <remote_name>:<path/to/directory> <path/to/mount_point> rclone Operations
Rclone Command: Unmount Rclone Remote Failure Recovery
fusermount -u <path/to/mount_point> Suggest a Rclone Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Rclone workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.