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