rclone Command Examples

Copy, synchronize or move files and directories to and from many cloud services. More information: https://rclone.org.

rclone config

rclone lsf {{remote_name}}:{{path/to/directory}}

rclone copy {{path/to/source_file_or_directory}} {{remote_name}}:{{path/to/directory}}

rclone copy --interactive --max-age 24h {{remote_name}}:{{path/to/directory}} {{path/to/local_directory}}

rclone sync {{path/to/file_or_directory}} {{remote_name}}:{{path/to/directory}}

rclone --dry-run delete {{remote_name}}:{{path/to/file_or_directory}}

rclone mount {{remote_name}}:{{path/to/directory}} {{path/to/mount_point}}

fusermount -u {{path/to/mount_point}}