rclone/docs/content/commands/rclone.md

87 lines
5.1 KiB
Markdown
Raw Normal View History

---
title: "rclone"
description: "Show help for rclone commands, flags and backends."
slug: rclone
url: /commands/rclone/
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/ and as part of making a release run "make commanddocs"
---
# rclone
2018-10-15 21:03:08 +11:00
Show help for rclone commands, flags and backends.
## Synopsis
2018-10-15 21:03:08 +11:00
Rclone syncs files to and from cloud storage providers as well as
mounting them, listing them in lots of different ways.
2018-10-15 21:03:08 +11:00
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](/flags/) for global options not listed here.
## SEE ALSO
2018-03-19 21:06:13 +11:00
2018-04-28 20:46:27 +10:00
* [rclone about](/commands/rclone_about/) - Get quota information from the remote.
* [rclone authorize](/commands/rclone_authorize/) - Remote authorization.
* [rclone backend](/commands/rclone_backend/) - Run a backend specific command.
2016-08-25 07:58:24 +10:00
* [rclone cat](/commands/rclone_cat/) - Concatenates any files and sends them to stdout.
* [rclone check](/commands/rclone_check/) - Checks the files in the source and destination match.
* [rclone checksum](/commands/rclone_checksum/) - Checks the files in the source against a SUM file.
2021-02-03 00:42:35 +11:00
* [rclone cleanup](/commands/rclone_cleanup/) - Clean up the remote if possible.
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
2021-02-03 00:42:35 +11:00
* [rclone copy](/commands/rclone_copy/) - Copy files from source to dest, skipping already copied.
* [rclone copyto](/commands/rclone_copyto/) - Copy files from source to dest, skipping already copied.
2018-09-01 21:58:00 +10:00
* [rclone copyurl](/commands/rclone_copyurl/) - Copy url content to dest.
2017-07-23 03:16:46 +10:00
* [rclone cryptcheck](/commands/rclone_cryptcheck/) - Cryptcheck checks the integrity of a crypted remote.
2017-09-30 23:19:47 +10:00
* [rclone cryptdecode](/commands/rclone_cryptdecode/) - Cryptdecode returns unencrypted file names.
2020-09-03 01:59:04 +10:00
* [rclone dedupe](/commands/rclone_dedupe/) - Interactively find duplicate filenames and delete/rename them.
2021-02-03 00:42:35 +11:00
* [rclone delete](/commands/rclone_delete/) - Remove the files in path.
2018-09-01 21:58:00 +10:00
* [rclone deletefile](/commands/rclone_deletefile/) - Remove a single file from remote.
2017-09-01 00:52:51 +10:00
* [rclone genautocomplete](/commands/rclone_genautocomplete/) - Output completion script for a given shell.
* [rclone gendocs](/commands/rclone_gendocs/) - Output markdown docs for rclone to the directory supplied.
* [rclone hashsum](/commands/rclone_hashsum/) - Produces a hashsum file for all the objects in the path.
2018-04-28 20:46:27 +10:00
* [rclone link](/commands/rclone_link/) - Generate public link to file/folder.
2016-11-06 21:17:52 +11:00
* [rclone listremotes](/commands/rclone_listremotes/) - List all the remotes in the config file.
2018-03-19 21:06:13 +11:00
* [rclone ls](/commands/rclone_ls/) - List the objects in the path with size and path.
* [rclone lsd](/commands/rclone_lsd/) - List all directories/containers/buckets in the path.
2021-02-03 00:42:35 +11:00
* [rclone lsf](/commands/rclone_lsf/) - List directories and objects in remote:path formatted for parsing.
* [rclone lsjson](/commands/rclone_lsjson/) - List directories and objects in the path in JSON format.
2018-03-19 21:06:13 +11:00
* [rclone lsl](/commands/rclone_lsl/) - List the objects in path with modification time, size and path.
* [rclone md5sum](/commands/rclone_md5sum/) - Produces an md5sum file for all the objects in the path.
* [rclone mkdir](/commands/rclone_mkdir/) - Make the path if it doesn't already exist.
2018-10-15 21:03:08 +11:00
* [rclone mount](/commands/rclone_mount/) - Mount the remote as file system on a mountpoint.
* [rclone move](/commands/rclone_move/) - Move files from source to dest.
2017-01-03 02:30:34 +11:00
* [rclone moveto](/commands/rclone_moveto/) - Move file or directory from source to dest.
* [rclone ncdu](/commands/rclone_ncdu/) - Explore a remote with a text based user interface.
2021-02-03 00:42:35 +11:00
* [rclone obscure](/commands/rclone_obscure/) - Obscure password for use in the rclone config file.
* [rclone purge](/commands/rclone_purge/) - Remove the path and all of its contents.
2018-03-19 21:06:13 +11:00
* [rclone rc](/commands/rclone_rc/) - Run a command against a running rclone.
2017-09-30 23:19:47 +10:00
* [rclone rcat](/commands/rclone_rcat/) - Copies standard input to file on remote.
2018-11-25 00:44:25 +11:00
* [rclone rcd](/commands/rclone_rcd/) - Run rclone listening to remote control commands only.
2021-02-03 00:42:35 +11:00
* [rclone rmdir](/commands/rclone_rmdir/) - Remove the empty directory at path.
* [rclone rmdirs](/commands/rclone_rmdirs/) - Remove empty directories under the path.
2021-04-01 05:12:08 +11:00
* [rclone selfupdate](/commands/rclone_selfupdate/) - Update the rclone binary.
2017-12-24 00:07:45 +11:00
* [rclone serve](/commands/rclone_serve/) - Serve a remote over a protocol.
2018-10-15 21:03:08 +11:00
* [rclone settier](/commands/rclone_settier/) - Changes storage class/tier of objects in remote.
* [rclone sha1sum](/commands/rclone_sha1sum/) - Produces an sha1sum file for all the objects in the path.
* [rclone size](/commands/rclone_size/) - Prints the total size and number of objects in remote:path.
* [rclone sync](/commands/rclone_sync/) - Make source and dest identical, modifying destination only.
2021-04-01 05:12:08 +11:00
* [rclone test](/commands/rclone_test/) - Run a test command
2017-12-24 00:07:45 +11:00
* [rclone touch](/commands/rclone_touch/) - Create new file or change file modification time.
2017-09-30 23:19:47 +10:00
* [rclone tree](/commands/rclone_tree/) - List the contents of the remote in a tree like fashion.
* [rclone version](/commands/rclone_version/) - Show the version number.