Rclone

“用于云存储的rsync” -- Google Drive,Amazon Drive,S3,Dropbox,Backblaze B2,One Drive,Swift,Hubic,Cloudfiles,Google云端存储,Yandex文件。("rsync for cloud storage" - Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Yandex Files.)

Github stars Tracking Chart

网站 |文档 |下载 | 贡献 |变更日志 |安装 |论坛 | G+

Rclone

Rclone(“用于云存储的 rsync”)是一个命令行程序,用于将文件和目录与不同的云存储提供程序同步。

Storage providers

  • 1Fichier
  • Alibaba Cloud (Aliyun) Object Storage System (OSS)
  • Amazon Drive (See note)
  • Amazon S3
  • Backblaze B2
  • Box
  • Ceph
  • Citrix ShareFile
  • DigitalOcean Spaces
  • Dreamhost
  • Dropbox
  • Enterprise File Fabric
  • FTP
  • GetSky
  • Google Cloud Storage
  • Google Drive
  • Google Photos
  • HTTP
  • Hubic
  • Jottacloud
  • IBM COS S3
  • Koofr
  • Mail.ru Cloud
  • Memset Memstore
  • Mega
  • Memory
  • Microsoft Azure Blob Storage
  • Microsoft OneDrive
  • Minio
  • Nextcloud
  • OVH
  • OpenDrive
  • OpenStack Swift
  • Oracle Cloud Storage
  • ownCloud
  • pCloud
  • premiumize.me
  • put.io
  • QingStor
  • Rackspace Cloud Files
  • Scaleway
  • Seafile
  • SFTP
  • StackPath
  • SugarSync
  • Tardigrade
  • Tencent Cloud Object Storage (COS)
  • Wasabi
  • WebDAV
  • Yandex Disk
  • The local filesystem

特性

  • 始终检查 MD5 /SHA1 哈希值以确保文件完整性
  • 保留在文件上的时间戳
  • 部分同步支持整个文件
  • Copy 模式只是复制新的/更改的文件
  • Sync (单向)模式使目录相同
  • Check 模式以检查文件哈希相等性
  • 可以与网络同步,例如两个不同的云帐户
  • 可选加密 (Crypt)
  • 可选缓存 (Cache)
  • 可选的 FUSE 安装 (rclone mount)
  • 多线程下载到本地磁盘
  • 可以通过 HTTP/WebDav/FTP/SFTP/dlna 提供本地或远程文件 服务

安装和文档

有关安装,使用,文档,更改日志和配置演练,请参阅 rclone 网站

下载

许可

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

Overview

Name With Ownerrclone/rclone
Primary LanguageGo
Program languageMakefile (Language Count: 10)
PlatformBSD, Linux, Mac, Solaris, Windows, Plan 9
License:MIT License
Release Count110
Last Release Namev1.66.0 (Posted on 2024-03-10 11:22:50)
First Release Namev0.90 (Posted on )
Created At2014-03-16 16:19:57
Pushed At2024-04-22 19:43:09
Last Commit At2024-04-18 09:42:16
Stargazers Count43.8k
Watchers Count578
Fork Count3.9k
Commits Count7.9k
Has Issues Enabled
Issues Count5277
Issue Open Count881
Pull Requests Count1807
Pull Requests Open Count127
Pull Requests Close Count509
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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

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

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

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
  • 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 cache (Cache)
  • 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 MIT the license (check the
COPYING file included in this package).

To the top