README 759 B

12345678910111213141516171819
  1. Rclone ("rsync for cloud storage") is a command line program to sync
  2. files and directories to and from different cloud storage providers.
  3. Features
  4. MD5/SHA-1 hashes checked at all times for file integrity
  5. Timestamps preserved on files
  6. Partial syncs supported on a whole file basis
  7. Copy mode to just copy new/changed files
  8. Sync (one way) mode to make a directory identical
  9. Check mode to check for file hash equality
  10. Can sync to and from network, e.g. two different cloud accounts
  11. Optional large file chunking (Chunker)
  12. Optional encryption (Crypt)
  13. Optional cache (Cache)
  14. Optional FUSE mount (rclone mount)
  15. Multi-threaded downloads to local disk
  16. Can serve local or remote files over HTTP/WebDav/FTP/SFTP/dlna