github.com/xhghs/rclone@v1.51.1-0.20200430155106-e186a28cced8/docs/content/about.md (about) 1 --- 2 title: "Rclone" 3 description: "rclone syncs files to and from Google Drive, S3, Swift, Cloudfiles, Dropbox, Google Cloud Storage and Amazon Drive." 4 type: page 5 date: "2017-09-25" 6 groups: ["about"] 7 --- 8 9 # Rclone - rsync for cloud storage 10 11 Rclone is a command line program to sync files and directories to and from: 12 13 * {{< provider name="1Fichier" home="https://1fichier.com/" config="/fichier/" >}} 14 * {{< provider name="Alibaba Cloud (Aliyun) Object Storage System (OSS)" home="https://www.alibabacloud.com/product/oss/" config="/s3/#alibaba-oss" >}} 15 * {{< provider name="Amazon Drive" home="https://www.amazon.com/clouddrive" config="/amazonclouddrive/" >}} ([See note](/amazonclouddrive/#status)) 16 * {{< provider name="Amazon S3" home="https://aws.amazon.com/s3/" config="/s3/" >}} 17 * {{< provider name="Backblaze B2" home="https://www.backblaze.com/b2/cloud-storage.html" config="/b2/" >}} 18 * {{< provider name="Box" home="https://www.box.com/" config="/box/" >}} 19 * {{< provider name="Ceph" home="http://ceph.com/" config="/s3/#ceph" >}} 20 * {{< provider name="Citrix ShareFile" home="http://sharefile.com/" config="/sharefile/" >}} 21 * {{< provider name="C14" home="https://www.online.net/en/storage/c14-cold-storage" config="/sftp/#c14" >}} 22 * {{< provider name="DigitalOcean Spaces" home="https://www.digitalocean.com/products/object-storage/" config="/s3/#digitalocean-spaces" >}} 23 * {{< provider name="Dreamhost" home="https://www.dreamhost.com/cloud/storage/" config="/s3/#dreamhost" >}} 24 * {{< provider name="Dropbox" home="https://www.dropbox.com/" config="/dropbox/" >}} 25 * {{< provider name="FTP" home="https://en.wikipedia.org/wiki/File_Transfer_Protocol" config="/ftp/" >}} 26 * {{< provider name="Google Cloud Storage" home="https://cloud.google.com/storage/" config="/googlecloudstorage/" >}} 27 * {{< provider name="Google Drive" home="https://www.google.com/drive/" config="/drive/" >}} 28 * {{< provider name="Google Photos" home="https://www.google.com/photos/about/" config="/googlephotos/" >}} 29 * {{< provider name="HTTP" home="https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol" config="/http/" >}} 30 * {{< provider name="Hubic" home="https://hubic.com/" config="/hubic/" >}} 31 * {{< provider name="Jottacloud" home="https://www.jottacloud.com/en/" config="/jottacloud/" >}} 32 * {{< provider name="IBM COS S3" home="http://www.ibm.com/cloud/object-storage" config="/s3/#ibm-cos-s3" >}} 33 * {{< provider name="Koofr" home="https://koofr.eu/" config="/koofr/" >}} 34 * {{< provider name="Mail.ru Cloud" home="https://cloud.mail.ru/" config="/mailru/" >}} 35 * {{< provider name="Memset Memstore" home="https://www.memset.com/cloud/storage/" config="/swift/" >}} 36 * {{< provider name="Mega" home="https://mega.nz/" config="/mega/" >}} 37 * {{< provider name="Memory" home="/memory/" config="/memory/" >}} 38 * {{< provider name="Microsoft Azure Blob Storage" home="https://azure.microsoft.com/en-us/services/storage/blobs/" config="/azureblob/" >}} 39 * {{< provider name="Microsoft OneDrive" home="https://onedrive.live.com/" config="/onedrive/" >}} 40 * {{< provider name="Minio" home="https://www.minio.io/" config="/s3/#minio" >}} 41 * {{< provider name="Nextcloud" home="https://nextcloud.com/" config="/webdav/#nextcloud" >}} 42 * {{< provider name="OVH" home="https://www.ovh.co.uk/public-cloud/storage/object-storage/" config="/swift/" >}} 43 * {{< provider name="OpenDrive" home="https://www.opendrive.com/" config="/opendrive/" >}} 44 * {{< provider name="Openstack Swift" home="https://docs.openstack.org/swift/latest/" config="/swift/" >}} 45 * {{< provider name="Oracle Cloud Storage" home="https://cloud.oracle.com/storage-opc" config="/swift/" >}} 46 * {{< provider name="ownCloud" home="https://owncloud.org/" config="/webdav/#owncloud" >}} 47 * {{< provider name="pCloud" home="https://www.pcloud.com/" config="/pcloud/" >}} 48 * {{< provider name="premiumize.me" home="https://premiumize.me/" config="/premiumizeme/" >}} 49 * {{< provider name="put.io" home="https://put.io/" config="/putio/" >}} 50 * {{< provider name="QingStor" home="https://www.qingcloud.com/products/storage" config="/qingstor/" >}} 51 * {{< provider name="Rackspace Cloud Files" home="https://www.rackspace.com/cloud/files" config="/swift/" >}} 52 * {{< provider name="rsync.net" home="https://rsync.net/products/rclone.html" config="/sftp/#rsync-net" >}} 53 * {{< provider name="Scaleway" home="https://www.scaleway.com/object-storage/" config="/s3/#scaleway" >}} 54 * {{< provider name="SFTP" home="https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol" config="/sftp/" >}} 55 * {{< provider name="StackPath" home="https://www.stackpath.com/products/object-storage/" config="/s3/#stackpath" >}} 56 * {{< provider name="SugarSync" home="https://sugarsync.com/" config="/sugarsync/" >}} 57 * {{< provider name="Wasabi" home="https://wasabi.com/" config="/s3/#wasabi" >}} 58 * {{< provider name="WebDAV" home="https://en.wikipedia.org/wiki/WebDAV" config="/webdav/" >}} 59 * {{< provider name="Yandex Disk" home="https://disk.yandex.com/" config="/yandex/" >}} 60 * {{< provider name="The local filesystem" home="/local/" config="/local/" >}} 61 62 Features 63 64 * MD5/SHA1 hashes checked at all times for file integrity 65 * Timestamps preserved on files 66 * Partial syncs supported on a whole file basis 67 * [Copy](/commands/rclone_copy/) mode to just copy new/changed files 68 * [Sync](/commands/rclone_sync/) (one way) mode to make a directory identical 69 * [Check](/commands/rclone_check/) mode to check for file hash equality 70 * Can sync to and from network, eg two different cloud accounts 71 * [Encryption](/crypt/) backend 72 * [Cache](/cache/) backend 73 * [Chunking](/chunker/) backend 74 * [Union](/union/) backend 75 * Optional FUSE mount ([rclone mount](/commands/rclone_mount/)) 76 * Multi-threaded downloads to local disk 77 * Can [serve](/commands/rclone_serve/) local or remote files over [HTTP](/commands/rclone_serve_http/)/[WebDav](/commands/rclone_serve_webdav/)/[FTP](/commands/rclone_serve_ftp/)/[SFTP](/commands/rclone_serve_sftp/)/[dlna](/commands/rclone_serve_dlna/) 78 * Experimental [Web based GUI](/gui/) 79 80 Links 81 82 * <i class="fa fa-home"></i> [Home page](https://rclone.org/) 83 * <i class="fab fa-github"></i> [GitHub project page for source and bug tracker](https://github.com/rclone/rclone) 84 * <i class="fa fa-comments"></i> [Rclone Forum](https://forum.rclone.org) 85 * <i class="fas fa-cloud-download-alt"></i>[Downloads](/downloads/)