1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
Go to file
2020-01-29 12:16:18 +00:00
.github
backend onedrive: add support "Retry-After" header 2020-01-29 12:16:18 +00:00
bin The memory backend 2020-01-18 10:41:08 +00:00
cmd lsjson: add --no-mimetype flag, speed up lsf 2020-01-26 16:38:00 +00:00
contrib/docker
docs Add unbelauscht to contributors 2020-01-26 09:23:03 +00:00
fs lsjson: add --no-mimetype flag, speed up lsf 2020-01-26 16:38:00 +00:00
fstest build: implement a framework for starting test servers during tests 2020-01-18 16:47:37 +00:00
graphics
lib
vendor Revert "vendor: update x/crypto/ssh - to fix Windows password length issues fixes #3798" 2020-01-20 12:46:52 +00:00
vfs vfs: fix incorrect modtime for mv into mount with --vfs-cache-modes write 2020-01-19 12:52:48 +00:00
.gitattributes
.gitignore
.golangci.yml
CONTRIBUTING.md sugarsync: new backend - fixes #622 2020-01-17 17:39:34 +00:00
COPYING
Dockerfile
go.mod Revert "vendor: update x/crypto/ssh - to fix Windows password length issues fixes #3798" 2020-01-20 12:46:52 +00:00
go.sum Revert "vendor: update x/crypto/ssh - to fix Windows password length issues fixes #3798" 2020-01-20 12:46:52 +00:00
MAINTAINERS.md
Makefile
MANUAL.html rcd: move webgui apart; option to disable browser 2020-01-20 12:27:55 +00:00
MANUAL.md rcd: move webgui apart; option to disable browser 2020-01-20 12:27:55 +00:00
MANUAL.txt rcd: move webgui apart; option to disable browser 2020-01-20 12:27:55 +00:00
notes.txt
rclone.1
rclone.go
README.md The memory backend 2020-01-18 10:41:08 +00:00
RELEASE.md
VERSION

rclone logo

Website | Documentation | Download | Contributing | Changelog | Installation | Forum

Build Status Windows Build Status Build Status CircleCI Go Report Card GoDoc Docker Pulls

Rclone

Rclone ("rsync for cloud storage") is a command line program to sync files and directories to and from different cloud storage providers.

Storage providers

Please see the full list of all storage providers and their features

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

Installation & documentation

Please see the rclone website for:

Downloads

License

This is free software under the terms of MIT the license (check the COPYING file included in this package).