2017-03-29 20:38:34 +08:00
|
|
|
[![Logo](https://rclone.org/img/rclone-120x120.png)](https://rclone.org/)
|
2014-04-25 01:11:08 +08:00
|
|
|
|
2017-03-29 20:38:34 +08:00
|
|
|
[Website](https://rclone.org) |
|
|
|
|
[Documentation](https://rclone.org/docs/) |
|
2015-12-30 10:02:29 +08:00
|
|
|
[Contributing](CONTRIBUTING.md) |
|
2017-03-29 20:38:34 +08:00
|
|
|
[Changelog](https://rclone.org/changelog/) |
|
|
|
|
[Installation](https://rclone.org/install/) |
|
2016-12-08 18:41:55 +08:00
|
|
|
[Forum](https://forum.rclone.org/)
|
2015-06-06 17:05:21 +08:00
|
|
|
[G+](https://google.com/+RcloneOrg)
|
2012-11-19 01:32:31 +08:00
|
|
|
|
2017-05-19 23:06:43 +08:00
|
|
|
[![Build Status](https://travis-ci.org/ncw/rclone.svg?branch=master)](https://travis-ci.org/ncw/rclone)
|
|
|
|
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/ncw/rclone?branch=master&passingText=windows%20-%20ok&svg=true)](https://ci.appveyor.com/project/ncw/rclone)
|
|
|
|
[![CircleCI](https://circleci.com/gh/ncw/rclone/tree/master.svg?style=svg)](https://circleci.com/gh/ncw/rclone/tree/master)
|
|
|
|
[![GoDoc](https://godoc.org/github.com/ncw/rclone?status.svg)](https://godoc.org/github.com/ncw/rclone)
|
2014-03-16 22:01:17 +08:00
|
|
|
|
2014-04-27 00:43:41 +08:00
|
|
|
Rclone is a command line program to sync files and directories to and from
|
2013-06-28 03:00:01 +08:00
|
|
|
|
2018-07-09 23:34:14 +08:00
|
|
|
* Amazon Drive ([See note](https://rclone.org/amazonclouddrive/#status))
|
2017-09-26 00:55:19 +08:00
|
|
|
* Amazon S3 / Dreamhost / Ceph / Minio / Wasabi
|
2017-07-09 06:31:58 +08:00
|
|
|
* Backblaze B2
|
|
|
|
* Box
|
2014-07-18 03:03:11 +08:00
|
|
|
* Dropbox
|
2017-07-09 06:31:58 +08:00
|
|
|
* FTP
|
2014-07-18 03:03:11 +08:00
|
|
|
* Google Cloud Storage
|
2017-07-09 06:31:58 +08:00
|
|
|
* Google Drive
|
|
|
|
* HTTP
|
2015-11-24 06:19:50 +08:00
|
|
|
* Hubic
|
2018-08-08 02:51:12 +08:00
|
|
|
* Jottacloud
|
2017-10-15 18:45:39 +08:00
|
|
|
* Mega
|
2017-07-25 22:18:13 +08:00
|
|
|
* Microsoft Azure Blob Storage
|
2017-07-09 06:31:58 +08:00
|
|
|
* Microsoft OneDrive
|
2017-07-17 13:36:45 +08:00
|
|
|
* OpenDrive
|
2017-09-26 00:55:19 +08:00
|
|
|
* Openstack Swift / Rackspace cloud files / Memset Memstore / OVH / Oracle Cloud Storage
|
2017-09-19 23:09:43 +08:00
|
|
|
* pCloud
|
2017-06-26 07:47:54 +08:00
|
|
|
* QingStor
|
2017-02-01 04:34:11 +08:00
|
|
|
* SFTP
|
2017-10-03 03:29:23 +08:00
|
|
|
* Webdav / Owncloud / Nextcloud
|
2017-07-09 06:31:58 +08:00
|
|
|
* Yandex Disk
|
2017-05-04 04:45:01 +08:00
|
|
|
* The local filesystem
|
2012-11-19 01:32:31 +08:00
|
|
|
|
2014-03-16 01:39:56 +08:00
|
|
|
Features
|
2012-11-19 01:32:31 +08:00
|
|
|
|
2016-02-27 19:15:51 +08:00
|
|
|
* MD5/SHA1 hashes checked at all times for file integrity
|
2014-03-16 01:39:56 +08:00
|
|
|
* Timestamps preserved on files
|
|
|
|
* Partial syncs supported on a whole file basis
|
|
|
|
* Copy mode to just copy new/changed files
|
2016-02-27 19:15:51 +08:00
|
|
|
* 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
|
2016-08-25 06:48:37 +08:00
|
|
|
* Optional encryption (Crypt)
|
|
|
|
* Optional FUSE mount
|
2014-03-16 22:01:17 +08:00
|
|
|
|
2015-06-06 17:05:21 +08:00
|
|
|
See the home page for installation, usage, documentation, changelog
|
|
|
|
and configuration walkthroughs.
|
2014-03-16 22:01:17 +08:00
|
|
|
|
2017-03-29 20:38:34 +08:00
|
|
|
* https://rclone.org/
|
2012-11-19 01:32:31 +08:00
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
|
|
|
This is free software under the terms of MIT the license (check the
|
|
|
|
COPYING file included in this package).
|