Rclone將您的文件同步到雲存儲
About rclone
Rclone is a command line program to manage files on cloud storage. It is a feature rich alternative to cloud vendors' web storage interfaces. Over 40 cloud storage products support rclone including S3 object stores, business & consumer file storage services, as well as standard transfer protocols.
Rclone has powerful cloud equivalents to the unix commands rsync, cp, mv, mount, ls, ncdu, tree, rm, and cat. Rclone's familiar syntax includes shell pipeline support, and --dry-run
protection. It can be used at the command line, in scripts or via its API.
Users have called rclone "The Swiss army knife of cloud storage" and "Technology indistinguishable from magic".
Rclone really looks after your data. It preserves timestamps and verifies your data at all times. Transfers over limited bandwidth; intermittent connections, or subject to quota can be restarted, from the last good file transferred. You can check the integrity of your files. Where possible, rclone employs server side transfers to minimise local bandwidth use and transfers from one provider to another without using your local disk.
Virtual backends wrap local and cloud file systems to apply encryption, caching, chunking and joining.
Rclone can mount any local, cloud or virtual filesystem as a disk on Windows, macOS, linux and FreeBSD, and also serve these over SFTP, HTTP, WebDAV, FTP and DLNA.
Rclone is mature, open source software originally inspired by rsync and written in Go. The friendly support community are familiar with varied use cases. Official Ubuntu, Debian, Fedora, Brew and Chocolatey repos. include rclone. For the latest version downloading from rclone.org is recommended.
Rclone is widely used on Linux, Windows and Mac. Third party developers have built innovative backup, restore, GUI and business process solutions using the rclone command line or API.
Let rclone do the heavy lifting of communicating with cloud storage.
What can rclone do for you
Rclone can help you:
- Backup (and encrypt) files to cloud storage
- Restore (and decrypt) files from cloud storage
- Mirror cloud data to other cloud services or locally
- Migrate data to cloud, or between cloud storage vendors
- Mount multiple, encrypted, cached or diverse cloud storage as a disk
- Analyse and account for data held on cloud storage using lsf, ljson, size, ncdu
- Union file systems together to present multiple local and/or cloud file systems as one
Features
- Transfers
- MD5, SHA1 hashes are checked at all times for file integrity
- Timestamps are preserved on files
- Operations can be restarted at any time
- Can be to and from network, eg two different cloud providers
- Can use multi-threaded downloads to local disk
- Copy new or changed files to cloud storage
- Sync (one way) to make a directory identical
- Move files to cloud storage deleting the local after verification
- Check hashes and for missing/extra files
- Mount your cloud storage as a network disk
- Serve local or remote files over HTTP/WebDav/FTP/SFTP/dlna
- Experimental Web based GUI
Supported providers
(There are many other providers, built on standard protocols such as WebDAV or S3, that work out of the box.)
- 1Fichier Home Config
- Alibaba Cloud (Aliyun) Object Storage System (OSS) Home Config
- Amazon Drive (See note) Home Config
- Amazon S3 Home Config
- Backblaze B2 Home Config
- Box Home Config
- Ceph Home Config
- Citrix ShareFile Home Config
- C14 Home Config
- DigitalOcean Spaces Home Config
- Dreamhost Home Config
- Dropbox Home Config
- FTP Home Config
- Google Cloud Storage Home Config
- Google Drive Home Config
- Google Photos Home Config
- HTTP Home Config
- Hubic Home Config
- Jottacloud Home Config
- IBM COS S3 Home Config
- Koofr Home Config
- Mail.ru Cloud Home Config
- Memset Memstore Home Config
- Mega Home Config
- Memory Home Config
- Microsoft Azure Blob Storage Home Config
- Microsoft OneDrive Home Config
- Minio Home Config
- Nextcloud Home Config
- OVH Home Config
- OpenDrive Home Config
- OpenStack Swift Home Config
- Oracle Cloud Storage Home Config
- ownCloud Home Config
- pCloud Home Config
- premiumize.me Home Config
- put.io Home Config
- QingStor Home Config
- Rackspace Cloud Files Home Config
- rsync.net Home Config
- Scaleway Home Config
- Seafile Home Config
- SFTP Home Config
- StackPath Home Config
- SugarSync Home Config
- Tardigrade Home Config
- Wasabi Home Config
- WebDAV Home Config
- Yandex Disk Home Config
- The local filesystem Home Config
Links