2014-03-28 22:34:13 +00:00
|
|
|
---
|
|
|
|
title: "Rclone"
|
2016-07-11 11:42:44 +00:00
|
|
|
description: "rclone syncs files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox, Google Cloud Storage and Amazon Drive."
|
2014-03-28 22:34:13 +00:00
|
|
|
type: page
|
2015-09-02 22:37:42 +00:00
|
|
|
date: "2015-09-06"
|
2014-03-28 22:34:13 +00:00
|
|
|
groups: ["about"]
|
|
|
|
---
|
|
|
|
|
|
|
|
Rclone
|
|
|
|
======
|
|
|
|
|
2017-03-29 09:06:22 +00:00
|
|
|
[![Logo](/img/rclone-120x120.png)](https://rclone.org/)
|
2014-03-28 22:34:13 +00:00
|
|
|
|
2014-04-26 16:43:41 +00:00
|
|
|
Rclone is a command line program to sync files and directories to and from
|
2014-03-28 22:34:13 +00:00
|
|
|
|
|
|
|
* Google Drive
|
|
|
|
* 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
|
2017-03-08 11:21:57 +00:00
|
|
|
* Microsoft OneDrive
|
2015-11-08 15:29:58 +00:00
|
|
|
* Hubic
|
2015-11-27 18:25:52 +00:00
|
|
|
* Backblaze B2
|
2015-12-30 12:45:43 +00:00
|
|
|
* Yandex Disk
|
2017-01-31 20:34:11 +00:00
|
|
|
* SFTP
|
2014-03-28 22:34:13 +00:00
|
|
|
* The local filesystem
|
|
|
|
|
|
|
|
Features
|
|
|
|
|
2016-01-13 10:29:43 +00:00
|
|
|
* MD5/SHA1 hashes checked at all times for file integrity
|
2014-03-28 22:34:13 +00:00
|
|
|
* Timestamps preserved on files
|
|
|
|
* Partial syncs supported on a whole file basis
|
2016-08-24 22:48:37 +00:00
|
|
|
* [Copy](/commands/rclone_copy/) mode to just copy new/changed files
|
|
|
|
* [Sync](/commands/rclone_sync/) (one way) mode to make a directory identical
|
|
|
|
* [Check](/commands/rclone_check/) mode to check for file hash equality
|
2016-01-13 10:29:43 +00:00
|
|
|
* Can sync to and from network, eg two different cloud accounts
|
2016-08-24 22:48:37 +00:00
|
|
|
* Optional encryption ([Crypt](/crypt/))
|
|
|
|
* Optional FUSE mount ([rclone mount](/commands/rclone_mount/))
|
2014-03-28 22:34:13 +00:00
|
|
|
|
|
|
|
Links
|
|
|
|
|
2017-03-29 09:06:22 +00:00
|
|
|
* <i class="fa fa-home"></i> [Home page](https://rclone.org/)
|
|
|
|
* <i class="fa fa-github"></i> [Github project page for source and bug tracker](https://github.com/ncw/rclone)
|
2016-12-08 10:41:55 +00:00
|
|
|
* <i class="fa fa-comments"></i> [Rclone Forum](https://forum.rclone.org)
|
|
|
|
* <i class="fa fa-google-plus"></i> <a href="https://google.com/+RcloneOrg" rel="publisher">Google+ page</a>
|
2014-05-18 11:57:39 +00:00
|
|
|
* <i class="fa fa-cloud-download"></i>[Downloads](/downloads/)
|