github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/README.md (about)

     1  [![Logo](https://rclone.org/img/rclone-120x120.png)](https://rclone.org/)
     2  
     3  [Website](https://rclone.org) |
     4  [Documentation](https://rclone.org/docs/) |
     5  [Download](https://rclone.org/downloads/) | 
     6  [Contributing](CONTRIBUTING.md) |
     7  [Changelog](https://rclone.org/changelog/) |
     8  [Installation](https://rclone.org/install/) |
     9  [Forum](https://forum.rclone.org/) | 
    10  
    11  [![Build Status](https://travis-ci.org/ncw/rclone.svg?branch=master)](https://travis-ci.org/ncw/rclone)
    12  [![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)
    13  [![CircleCI](https://circleci.com/gh/ncw/rclone/tree/master.svg?style=svg)](https://circleci.com/gh/ncw/rclone/tree/master)
    14  [![Go Report Card](https://goreportcard.com/badge/github.com/ncw/rclone)](https://goreportcard.com/report/github.com/ncw/rclone)
    15  [![GoDoc](https://godoc.org/github.com/ncw/rclone?status.svg)](https://godoc.org/github.com/ncw/rclone) 
    16  
    17  # Rclone
    18  
    19  Rclone *("rsync for cloud storage")* is a command line program to sync files and directories to and from different cloud storage providers.
    20  
    21  ## Storage providers
    22  
    23    * 1Fichier [:page_facing_up:](https://rclone.org/ficher/)
    24    * Alibaba Cloud (Aliyun) Object Storage System (OSS) [:page_facing_up:](https://rclone.org/s3/#alibaba-oss)
    25    * Amazon Drive [:page_facing_up:](https://rclone.org/amazonclouddrive/) ([See note](https://rclone.org/amazonclouddrive/#status))
    26    * Amazon S3 [:page_facing_up:](https://rclone.org/s3/)
    27    * Backblaze B2 [:page_facing_up:](https://rclone.org/b2/)
    28    * Box [:page_facing_up:](https://rclone.org/box/)
    29    * Ceph [:page_facing_up:](https://rclone.org/s3/#ceph)
    30    * DigitalOcean Spaces [:page_facing_up:](https://rclone.org/s3/#digitalocean-spaces)
    31    * Dreamhost [:page_facing_up:](https://rclone.org/s3/#dreamhost)
    32    * Dropbox [:page_facing_up:](https://rclone.org/dropbox/)
    33    * FTP [:page_facing_up:](https://rclone.org/ftp/)
    34    * Google Cloud Storage [:page_facing_up:](https://rclone.org/googlecloudstorage/)
    35    * Google Drive [:page_facing_up:](https://rclone.org/drive/)
    36    * Google Photos [:page_facing_up:](https://rclone.org/googlephotos/)
    37    * HTTP [:page_facing_up:](https://rclone.org/http/)
    38    * Hubic [:page_facing_up:](https://rclone.org/hubic/)
    39    * Jottacloud [:page_facing_up:](https://rclone.org/jottacloud/)
    40    * IBM COS S3 [:page_facing_up:](https://rclone.org/s3/#ibm-cos-s3)
    41    * Koofr [:page_facing_up:](https://rclone.org/koofr/)
    42    * Memset Memstore [:page_facing_up:](https://rclone.org/swift/)
    43    * Mega [:page_facing_up:](https://rclone.org/mega/)
    44    * Microsoft Azure Blob Storage [:page_facing_up:](https://rclone.org/azureblob/)
    45    * Microsoft OneDrive [:page_facing_up:](https://rclone.org/onedrive/)
    46    * Minio [:page_facing_up:](https://rclone.org/s3/#minio)
    47    * Nextcloud [:page_facing_up:](https://rclone.org/webdav/#nextcloud)
    48    * OVH [:page_facing_up:](https://rclone.org/swift/)
    49    * OpenDrive [:page_facing_up:](https://rclone.org/opendrive/)
    50    * OpenStack Swift [:page_facing_up:](https://rclone.org/swift/)
    51    * Oracle Cloud Storage [:page_facing_up:](https://rclone.org/swift/)
    52    * ownCloud [:page_facing_up:](https://rclone.org/webdav/#owncloud)
    53    * pCloud [:page_facing_up:](https://rclone.org/pcloud/)
    54    * put.io [:page_facing_up:](https://rclone.org/webdav/#put-io)
    55    * QingStor [:page_facing_up:](https://rclone.org/qingstor/)
    56    * Rackspace Cloud Files [:page_facing_up:](https://rclone.org/swift/)
    57    * Scaleway [:page_facing_up:](https://rclone.org/s3/#scaleway)
    58    * SFTP [:page_facing_up:](https://rclone.org/sftp/)
    59    * Wasabi [:page_facing_up:](https://rclone.org/s3/#wasabi)
    60    * WebDAV [:page_facing_up:](https://rclone.org/webdav/)
    61    * Yandex Disk [:page_facing_up:](https://rclone.org/yandex/)
    62    * The local filesystem [:page_facing_up:](https://rclone.org/local/)
    63    
    64  Please see [the full list of all storage providers and their features](https://rclone.org/overview/)
    65  
    66  ## Features
    67  
    68    * MD5/SHA-1 hashes checked at all times for file integrity
    69    * Timestamps preserved on files
    70    * Partial syncs supported on a whole file basis
    71    * [Copy](https://rclone.org/commands/rclone_copy/) mode to just copy new/changed files
    72    * [Sync](https://rclone.org/commands/rclone_sync/) (one way) mode to make a directory identical
    73    * [Check](https://rclone.org/commands/rclone_check/) mode to check for file hash equality
    74    * Can sync to and from network, e.g. two different cloud accounts
    75    * Optional encryption ([Crypt](https://rclone.org/crypt/))
    76    * Optional cache ([Cache](https://rclone.org/cache/))
    77    * Optional FUSE mount ([rclone mount](https://rclone.org/commands/rclone_mount/))
    78    * Multi-threaded downloads to local disk
    79    * Can [serve](https://rclone.org/commands/rclone_serve/) local or remote files over HTTP/WebDav/FTP/SFTP/dlna
    80  
    81  ## Installation & documentation
    82  
    83  Please see the [rclone website](https://rclone.org/) for:
    84  
    85    * [Installation](https://rclone.org/install/)
    86    * [Documentation & configuration](https://rclone.org/docs/)
    87    * [Changelog](https://rclone.org/changelog/)
    88    * [FAQ](https://rclone.org/faq/)
    89    * [Storage providers](https://rclone.org/overview/)
    90    * [Forum](https://forum.rclone.org/)
    91    * ...and more
    92  
    93  ## Downloads
    94  
    95    * https://rclone.org/downloads/
    96  
    97  License
    98  -------
    99  
   100  This is free software under the terms of MIT the license (check the
   101  [COPYING file](/COPYING) included in this package).