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 {{[-i|--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}}
--dry-run means test, remove it from the command to actually delete):rclone {{[-n|--dry-run]}} delete {{remote_name}}:{{path/to/file_or_directory}}
rclone mount {{remote_name}}:{{path/to/directory}} {{path/to/mount_point}}
<Ctrl c> fails (experimental):fusermount {{[-u|--update]}} {{path/to/mount_point}}