rclone/docs/content/commands/rclone.md

84 lines
4.8 KiB
Markdown
Raw Normal View History

---
2020-02-01 11:31:42 +01:00
date: 2020-02-01T10:26:53Z
title: "rclone"
slug: rclone
url: /commands/rclone/
---
## rclone
2018-10-15 12:03:08 +02:00
Show help for rclone commands, flags and backends.
### Synopsis
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.
2018-10-15 12:03:08 +02: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 11:06:13 +01:00
2018-04-28 12:46:27 +02:00
* [rclone about](/commands/rclone_about/) - Get quota information from the remote.
* [rclone authorize](/commands/rclone_authorize/) - Remote authorization.
2017-12-23 14:07:45 +01:00
* [rclone cachestats](/commands/rclone_cachestats/) - Print cache stats for a remote
2016-08-24 23:58:24 +02: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 cleanup](/commands/rclone_cleanup/) - Clean up the remote if possible
* [rclone config](/commands/rclone_config/) - Enter an interactive configuration session.
* [rclone copy](/commands/rclone_copy/) - Copy files from source to dest, skipping already copied
2017-01-02 16:30:34 +01:00
* [rclone copyto](/commands/rclone_copyto/) - Copy files from source to dest, skipping already copied
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.
2017-12-23 14:07:45 +01:00
* [rclone dbhashsum](/commands/rclone_dbhashsum/) - Produces a Dropbox hash file for all the objects in the path.
* [rclone dedupe](/commands/rclone_dedupe/) - Interactively find duplicate files and delete/rename them.
* [rclone delete](/commands/rclone_delete/) - Remove the contents of 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.
* [rclone gendocs](/commands/rclone_gendocs/) - Output markdown docs for rclone to the directory supplied.
2018-04-28 12:46:27 +02:00
* [rclone hashsum](/commands/rclone_hashsum/) - Produces an hashsum file for all the objects in the path.
* [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.
* [rclone lsd](/commands/rclone_lsd/) - List all directories/containers/buckets in the path.
2018-03-19 11:06:13 +01: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 11:06:13 +01: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 12:03:08 +02: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-02 16:30:34 +01: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.
2017-03-18 12:16:43 +01:00
* [rclone obscure](/commands/rclone_obscure/) - Obscure password for use in the rclone.conf
* [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.
* [rclone rmdir](/commands/rclone_rmdir/) - Remove the path if empty.
* [rclone rmdirs](/commands/rclone_rmdirs/) - Remove empty directories under the path.
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.
* [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.
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.
* [rclone version](/commands/rclone_version/) - Show the version number.