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
2018-01-06 17:47:42 +00:00
.circleci Add android and IOS build to circleci 2017-10-11 13:40:02 +01:00
amazonclouddrive acd: Fix download of large files failing - Fixes #1501 2017-11-24 09:14:25 +00:00
azureblob
b2 b2: fix multipart upload retries #1733 2017-12-13 10:11:20 +00:00
bin Write version.txt on building into root of downloads 2017-12-07 21:49:32 +00:00
box rest: factor URLJoin and URLEscape from http remote 2017-10-09 16:19:37 +01:00
cache cache: update internal tests with chunk path 2017-12-20 23:03:44 +02:00
cmd ls* commands: update docs and add defaults into options for lsf 2018-01-06 17:00:20 +00:00
crypt fs: add Wrap feature for FS to identify their parent FS (#1884) 2017-12-06 17:14:34 +02:00
dircache
docs Add Chris Redekop to contributors 2018-01-06 14:30:27 +00:00
drive drive: add service account support. Fixes #839. 2017-12-03 10:21:41 +00:00
dropbox fs,drive,dropbox: Make and use new RepeatableReader variants to lower memory use 2017-11-23 13:53:46 +00:00
fs fs: fix TestListFormat on remotes which return 0 as dir size not -1 2018-01-06 17:47:42 +00:00
fstest cache: plex integration, refactor chunk storage and worker retries (#1899) 2017-12-09 23:54:26 +02:00
ftp
googlecloudstorage oauthutil: Allow the http.Client to be passed in 2017-11-24 09:07:03 +00:00
graphics
http rest: rename URLEscape to URLPathEscape for consistency with go1.8 2018-01-05 15:55:43 +00:00
hubic
local local: add error message for cross file system moves 2017-11-20 12:46:24 +00:00
oauthutil oauthutil: Allow the http.Client to be passed in 2017-11-24 09:07:03 +00:00
onedrive rest: rename URLEscape to URLPathEscape for consistency with go1.8 2018-01-05 15:55:43 +00:00
pacer
pcloud pcloud: make compile with go1.6 2017-10-01 16:41:23 +01:00
qingstor Fix 'QingClound' typo 2017-12-21 10:33:21 +00:00
rest rest: rename URLEscape to URLPathEscape for consistency with go1.8 2018-01-05 15:55:43 +00:00
s3 s3: set/get the hash for multipart files - #523 2018-01-06 14:30:10 +00:00
sftp sftp: add option to enable the use of aes128-cbc cipher 2017-12-10 10:53:32 +00:00
swift swift: fix crash on bad authentication - fixes #1919 2017-12-14 14:23:55 +00:00
vendor vendor: update github.com/dropbox/dropbox-sdk-go-unofficial to fix #1806 2017-12-07 22:14:36 +00:00
vfs vfs: fix deletion of in use directories #1860 2017-12-15 15:42:49 +00:00
webdav rest: rename URLEscape to URLPathEscape for consistency with go1.8 2018-01-05 15:55:43 +00:00
yandex drive, yandex: add missing CleanUpper interface check 2017-09-30 16:34:46 +01:00
.appveyor.yml
.gitignore cache: first version 2017-11-15 15:23:21 +00:00
.pkgr.yml
.travis.yml Update travis builds to go 1.9.2 and go 1.8.5 2017-10-26 22:30:53 +01:00
CONTRIBUTING.md Implement pcloud remote - #418 2017-10-01 11:37:35 +01:00
COPYING
Gopkg.lock vendor: update github.com/dropbox/dropbox-sdk-go-unofficial to fix #1806 2017-12-07 22:14:36 +00:00
Gopkg.toml vendor: add github.com/okzk/sdnotify 2017-11-20 11:03:10 +00:00
ISSUE_TEMPLATE.md
MAINTAINERS.md Update MAINTAINERS doc 2017-12-14 13:56:58 +00:00
Makefile Write version.txt on building into root of downloads 2017-12-07 21:49:32 +00:00
MANUAL.html Version v1.39 2017-12-23 13:07:45 +00:00
MANUAL.md Version v1.39 2017-12-23 13:07:45 +00:00
MANUAL.txt Version v1.39 2017-12-23 13:07:45 +00:00
notes.txt
rclone.1 Version v1.39 2017-12-23 13:07:45 +00:00
rclone.go
README.md Implement WebDAV remote #580 2017-10-09 16:19:37 +01:00
RELEASE.md Start v1.39-DEV development 2017-12-23 13:40:28 +00:00

Logo

Website | Documentation | Contributing | Changelog | Installation | Forum G+

Build Status Windows Build Status CircleCI GoDoc

Rclone is a command line program to sync files and directories to and from

  • Amazon Drive
  • Amazon S3 / Dreamhost / Ceph / Minio / Wasabi
  • Backblaze B2
  • Box
  • Dropbox
  • FTP
  • Google Cloud Storage
  • Google Drive
  • HTTP
  • Hubic
  • Microsoft Azure Blob Storage
  • Microsoft OneDrive
  • Openstack Swift / Rackspace cloud files / Memset Memstore / OVH / Oracle Cloud Storage
  • pCloud
  • QingStor
  • SFTP
  • Webdav / Owncloud / Nextcloud
  • Yandex Disk
  • The local filesystem

Features

  • MD5/SHA1 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, eg two different cloud accounts
  • Optional encryption (Crypt)
  • Optional FUSE mount

See the home page for installation, usage, documentation, changelog and configuration walkthroughs.

License

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