mirror of
https://github.com/rclone/rclone
synced 2024-11-04 00:27:50 +01:00
4.9 KiB
4.9 KiB
title | description | slug | url |
---|---|---|---|
rclone | Show help for rclone commands, flags and backends. | rclone | /commands/rclone/ |
rclone
Show help for rclone commands, flags and backends.
Synopsis
Rclone syncs files to and from cloud storage providers as well as mounting them, listing them in lots of different ways.
See the home page (https://rclone.org/) for installation, usage, documentation, changelog and configuration walkthroughs.
rclone [flags]
Options
-h, --help help for rclone
See the global flags page for global options not listed here.
SEE ALSO
- rclone about - Get quota information from the remote.
- rclone authorize - Remote authorization.
- rclone backend - Run a backend specific command.
- rclone cat - Concatenates any files and sends them to stdout.
- rclone check - Checks the files in the source and destination match.
- rclone cleanup - Clean up the remote if possible.
- rclone config - Enter an interactive configuration session.
- rclone copy - Copy files from source to dest, skipping already copied.
- rclone copyto - Copy files from source to dest, skipping already copied.
- rclone copyurl - Copy url content to dest.
- rclone cryptcheck - Cryptcheck checks the integrity of a crypted remote.
- rclone cryptdecode - Cryptdecode returns unencrypted file names.
- rclone dedupe - Interactively find duplicate filenames and delete/rename them.
- rclone delete - Remove the files in path.
- rclone deletefile - Remove a single file from remote.
- rclone genautocomplete - Output completion script for a given shell.
- rclone gendocs - Output markdown docs for rclone to the directory supplied.
- rclone hashsum - Produces a hashsum file for all the objects in the path.
- rclone link - Generate public link to file/folder.
- rclone listremotes - List all the remotes in the config file.
- rclone ls - List the objects in the path with size and path.
- rclone lsd - List all directories/containers/buckets in the path.
- rclone lsf - List directories and objects in remote:path formatted for parsing.
- rclone lsjson - List directories and objects in the path in JSON format.
- rclone lsl - List the objects in path with modification time, size and path.
- rclone md5sum - Produces an md5sum file for all the objects in the path.
- rclone mkdir - Make the path if it doesn't already exist.
- rclone mount - Mount the remote as file system on a mountpoint.
- rclone move - Move files from source to dest.
- rclone moveto - Move file or directory from source to dest.
- rclone ncdu - Explore a remote with a text based user interface.
- rclone obscure - Obscure password for use in the rclone config file.
- rclone purge - Remove the path and all of its contents.
- rclone rc - Run a command against a running rclone.
- rclone rcat - Copies standard input to file on remote.
- rclone rcd - Run rclone listening to remote control commands only.
- rclone rmdir - Remove the empty directory at path.
- rclone rmdirs - Remove empty directories under the path.
- rclone serve - Serve a remote over a protocol.
- rclone settier - Changes storage class/tier of objects in remote.
- rclone sha1sum - Produces an sha1sum file for all the objects in the path.
- rclone size - Prints the total size and number of objects in remote:path.
- rclone sync - Make source and dest identical, modifying destination only.
- rclone touch - Create new file or change file modification time.
- rclone tree - List the contents of the remote in a tree like fashion.
- rclone version - Show the version number.