2015-06-06 09:05:21 +00:00
|
|
|
[![Logo](http://rclone.org/img/rclone-120x120.png)](http://rclone.org/)
|
2014-04-24 17:11:08 +00:00
|
|
|
|
2015-06-06 09:05:21 +00:00
|
|
|
[Website](http://rclone.org) |
|
|
|
|
[Documentation](http://rclone.org/docs/) |
|
2015-12-30 02:02:29 +00:00
|
|
|
[Contributing](CONTRIBUTING.md) |
|
2015-06-14 14:04:29 +00:00
|
|
|
[Changelog](http://rclone.org/changelog/) |
|
2015-06-06 09:05:21 +00:00
|
|
|
[Installation](http://rclone.org/install/) |
|
2016-12-08 10:41:55 +00:00
|
|
|
[Forum](https://forum.rclone.org/)
|
2015-06-06 09:05:21 +00:00
|
|
|
[G+](https://google.com/+RcloneOrg)
|
2012-11-18 17:32:31 +00:00
|
|
|
|
2015-10-31 14:51:35 +00:00
|
|
|
|
2015-11-08 17:46:19 +00: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) [![GoDoc](https://godoc.org/github.com/ncw/rclone?status.svg)](https://godoc.org/github.com/ncw/rclone)
|
2014-03-16 14:01:17 +00:00
|
|
|
|
2014-04-26 16:43:41 +00:00
|
|
|
Rclone is a command line program to sync files and directories to and from
|
2013-06-27 19:00:01 +00:00
|
|
|
|
|
|
|
* Google Drive
|
2014-03-16 14:01:17 +00:00
|
|
|
* Amazon S3
|
|
|
|
* Openstack Swift / Rackspace cloud files / Memset Memstore
|
2014-07-17 19:03:11 +00:00
|
|
|
* Dropbox
|
|
|
|
* Google Cloud Storage
|
2016-07-11 11:42:44 +00:00
|
|
|
* Amazon Drive
|
2015-11-23 22:19:50 +00:00
|
|
|
* Microsoft One Drive
|
|
|
|
* Hubic
|
2015-11-27 18:25:52 +00:00
|
|
|
* Backblaze B2
|
2015-12-30 12:45:43 +00:00
|
|
|
* Yandex Disk
|
2013-06-27 19:00:01 +00:00
|
|
|
* The local filesystem
|
2012-11-18 17:32:31 +00:00
|
|
|
|
2014-03-15 17:39:56 +00:00
|
|
|
Features
|
2012-11-18 17:32:31 +00:00
|
|
|
|
2016-02-27 11:15:51 +00:00
|
|
|
* MD5/SHA1 hashes checked at all times for file integrity
|
2014-03-15 17:39:56 +00:00
|
|
|
* Timestamps preserved on files
|
|
|
|
* Partial syncs supported on a whole file basis
|
|
|
|
* Copy mode to just copy new/changed files
|
2016-02-27 11:15:51 +00: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-24 22:48:37 +00:00
|
|
|
* Optional encryption (Crypt)
|
|
|
|
* Optional FUSE mount
|
2014-03-16 14:01:17 +00:00
|
|
|
|
2015-06-06 09:05:21 +00:00
|
|
|
See the home page for installation, usage, documentation, changelog
|
|
|
|
and configuration walkthroughs.
|
2014-03-16 14:01:17 +00:00
|
|
|
|
|
|
|
* http://rclone.org/
|
2012-11-18 17:32:31 +00:00
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
|
|
|
This is free software under the terms of MIT the license (check the
|
|
|
|
COPYING file included in this package).
|