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