summaryrefslogtreecommitdiffstats
path: root/network/rclone/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/rclone/README')
-rw-r--r--network/rclone/README26
1 files changed, 9 insertions, 17 deletions
diff --git a/network/rclone/README b/network/rclone/README
index fe1d6364a1..ac2ba2936e 100644
--- a/network/rclone/README
+++ b/network/rclone/README
@@ -1,18 +1,10 @@
-Rclone ("rsync for cloud storage") is a command line program to sync
-files and directories to and from different cloud storage providers.
+Rclone is a command-line program to manage files on cloud storage.
+It is a feature-rich alternative to cloud vendors' web storage
+interfaces. Over 40 cloud storage products support rclone including
+S3 object stores, business & consumer file storage services, as well
+as standard transfer protocols.
-Features
-
- MD5/SHA-1 hashes checked at all times for file integrity
- Timestamps preserved on files
- Partial syncs supported on a whole file basis
- Copy mode to just copy new/changed files
- Sync (one way) mode to make a directory identical
- Check mode to check for file hash equality
- Can sync to and from network, e.g. two different cloud accounts
- Optional large file chunking (Chunker)
- Optional encryption (Crypt)
- Optional cache (Cache)
- Optional FUSE mount (rclone mount)
- Multi-threaded downloads to local disk
- Can serve local or remote files over HTTP/WebDav/FTP/SFTP/dlna
+Rclone has powerful cloud equivalents to the unix commands rsync,
+cp, mv, mount, ls, ncdu, tree, rm, and cat. Rclone's familiar syntax
+includes shell pipeline support, and --dry-run protection. It is
+used at the command line, in scripts or via its API.