5 Star 11 Fork 0

Gitee 极速下载 / rclone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/ncw/rclone
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

rclone logo rclone logo

Website | Documentation | Download | Contributing | Changelog | Installation | Forum

Build Status Go Report Card GoDoc Docker Pulls

Rclone

Rclone ("rsync for cloud storage") is a command-line program to sync files and directories to and from different cloud storage providers.

Storage providers

  • 1Fichier :page_facing_up:
  • Akamai Netstorage :page_facing_up:
  • Alibaba Cloud (Aliyun) Object Storage System (OSS) :page_facing_up:
  • Amazon S3 :page_facing_up:
  • ArvanCloud Object Storage (AOS) :page_facing_up:
  • Backblaze B2 :page_facing_up:
  • Box :page_facing_up:
  • Ceph :page_facing_up:
  • China Mobile Ecloud Elastic Object Storage (EOS) :page_facing_up:
  • Cloudflare R2 :page_facing_up:
  • Citrix ShareFile :page_facing_up:
  • DigitalOcean Spaces :page_facing_up:
  • Digi Storage :page_facing_up:
  • Dreamhost :page_facing_up:
  • Dropbox :page_facing_up:
  • Enterprise File Fabric :page_facing_up:
  • Fastmail Files :page_facing_up:
  • FTP :page_facing_up:
  • Google Cloud Storage :page_facing_up:
  • Google Drive :page_facing_up:
  • Google Photos :page_facing_up:
  • HDFS (Hadoop Distributed Filesystem) :page_facing_up:
  • HiDrive :page_facing_up:
  • HTTP :page_facing_up:
  • Huawei Cloud Object Storage Service(OBS) :page_facing_up:
  • ImageKit :page_facing_up:
  • Internet Archive :page_facing_up:
  • Jottacloud :page_facing_up:
  • IBM COS S3 :page_facing_up:
  • IONOS Cloud :page_facing_up:
  • Koofr :page_facing_up:
  • Leviia Object Storage :page_facing_up:
  • Liara Object Storage :page_facing_up:
  • Linkbox :page_facing_up:
  • Linode Object Storage :page_facing_up:
  • Mail.ru Cloud :page_facing_up:
  • Memset Memstore :page_facing_up:
  • Mega :page_facing_up:
  • Memory :page_facing_up:
  • Microsoft Azure Blob Storage :page_facing_up:
  • Microsoft Azure Files Storage :page_facing_up:
  • Microsoft OneDrive :page_facing_up:
  • Minio :page_facing_up:
  • Nextcloud :page_facing_up:
  • OVH :page_facing_up:
  • Blomp Cloud Storage :page_facing_up:
  • OpenDrive :page_facing_up:
  • OpenStack Swift :page_facing_up:
  • Oracle Cloud Storage :page_facing_up:
  • Oracle Object Storage :page_facing_up:
  • ownCloud :page_facing_up:
  • pCloud :page_facing_up:
  • Petabox :page_facing_up:
  • PikPak :page_facing_up:
  • premiumize.me :page_facing_up:
  • put.io :page_facing_up:
  • Proton Drive :page_facing_up:
  • QingStor :page_facing_up:
  • Qiniu Cloud Object Storage (Kodo) :page_facing_up:
  • Quatrix :page_facing_up:
  • Rackspace Cloud Files :page_facing_up:
  • RackCorp Object Storage :page_facing_up:
  • Scaleway :page_facing_up:
  • Seafile :page_facing_up:
  • SeaweedFS :page_facing_up:
  • SFTP :page_facing_up:
  • SMB / CIFS :page_facing_up:
  • StackPath :page_facing_up:
  • Storj :page_facing_up:
  • SugarSync :page_facing_up:
  • Synology C2 Object Storage :page_facing_up:
  • Tencent Cloud Object Storage (COS) :page_facing_up:
  • Uloz.to :page_facing_up:
  • Wasabi :page_facing_up:
  • WebDAV :page_facing_up:
  • Yandex Disk :page_facing_up:
  • Zoho WorkDrive :page_facing_up:
  • The local filesystem :page_facing_up:

Please see the full list of all storage providers and their features

Virtual storage providers

These backends adapt or modify other storage providers

  • Alias: rename existing remotes :page_facing_up:
  • Cache: cache remotes (DEPRECATED) :page_facing_up:
  • Chunker: split large files :page_facing_up:
  • Combine: combine multiple remotes into a directory tree :page_facing_up:
  • Compress: compress files :page_facing_up:
  • Crypt: encrypt files :page_facing_up:
  • Hasher: hash files :page_facing_up:
  • Union: join multiple remotes to work together :page_facing_up:

Features

  • MD5/SHA-1 hashes checked at all times for file integrity
  • Timestamps preserved on files
  • Partial syncs supported on a whole file basis
  • Copy mode to just copy new/changed files
  • Sync (one way) mode to make a directory identical
  • Bisync (two way) to keep two directories in sync bidirectionally
  • Check mode to check for file hash equality
  • Can sync to and from network, e.g. two different cloud accounts
  • Optional large file chunking (Chunker)
  • Optional transparent compression (Compress)
  • Optional encryption (Crypt)
  • Optional FUSE mount (rclone mount)
  • Multi-threaded downloads to local disk
  • Can serve local or remote files over HTTP/WebDAV/FTP/SFTP/DLNA

Installation & documentation

Please see the rclone website for:

Downloads

License

This is free software under the terms of the MIT license (check the COPYING file included in this package).

Copyright (C) 2012 by Nick Craig-Wood http://www.craig-wood.com/nick/ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Rclone 是一个用于和同步云平台同步文件和目录命令行工具。采用Go语言开发。 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Go
1
https://gitee.com/mirrors/rclone.git
git@gitee.com:mirrors/rclone.git
mirrors
rclone
rclone
master

搜索帮助

14c37bed 8189591 565d56ea 8189591