awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
ncw avatar

ncw/rclone

0
View on GitHub↗
57,898 stars·5,158 forks·Go·MIT·28 viewsrclone.org↗

Rclone

rclone is a command-line utility and sync engine for managing, synchronizing, and migrating files across numerous cloud storage providers. It functions as a storage management tool that enables bidirectional or one-way synchronization between local filesystems and remote cloud backends.

The project acts as a unified cloud storage gateway, capable of merging multiple remote providers into a single directory tree. It further provides a filesystem mount to expose remote cloud storage as a local disk for direct operating system access and a transparent encryption wrapper to secure data before it is uploaded to a provider.

Broad capabilities include data migration, network file hosting, and the verification of file integrity through hash values. The system also supports the splitting of large files into chunks and the compression of data to optimize storage space and transport speed.

Features

  • Cloud Storage Sync Tools - Synchronizes data between local systems and remote cloud providers to maintain file consistency.
  • Cloud Data Migration Tools - Facilitates the migration of large amounts of data between different cloud storage backends.
  • Cloud File Management - Provides a command-line interface to move, copy, and delete files across various cloud storage backends.
  • Cloud Storage Drivers - Provides drivers that allow remote cloud storage services to be mounted as local file systems.
  • Storage Provider Drivers - Utilizes a unified API layer and modular drivers to support dozens of diverse cloud storage backends.
  • Filesystem Mounts - Provides a FUSE-based mount to expose remote cloud storage as a local directory tree.
  • Remote File System Mounts - Exposes remote cloud storage as a local filesystem via kernel-level mounts.
  • File Storage Services - Verifies file integrity by checking hash values and preserving timestamps across storage backends.
  • Chunked File Storages - Implements a chunking mechanism to bypass cloud provider upload limits and optimize large file transfers.
  • Storage Backend Merging - Merges several different storage providers into a single unified directory tree.
  • Storage Gateways - Acts as a gateway that aggregates multiple different cloud storage providers into a single virtual file system.
  • Unified Storage Namespaces - Combines multiple distinct storage providers into a single unified directory tree.
  • Storage Wrapper Overlays - Ships transparent wrappers for encryption and compression that overlay base storage drivers.
  • Cloud Storage Aggregators - Aggregates multiple disparate cloud storage providers into a single unified file management view.
  • Transparent Encryption Wrappers - Implements a transparent encryption layer that secures files before they are uploaded to any remote provider.
  • Encrypted Backups - Secures sensitive data using transparent encryption before uploading it to cloud providers for backup.
  • Integrity Verification - Uses checksums and hash-based verification to detect corruption and ensure data integrity across different storage providers.
  • Storage Encryption - Applies transparent encryption to files before they are uploaded to remote storage providers.
  • Backup and Recovery - Command-line utility for syncing files to and from cloud storage.
  • Storage Servers - Command-line tool for syncing files to various cloud storage providers.
  • File Management - Sync files with various cloud providers.

Star history

Star history chart for ncw/rcloneStar history chart for ncw/rclone

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Rclone

These projects share indexed features with Rclone. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • alistgo/alistAlistGo avatar

    AlistGo/alist

    49,705View on GitHub↗

    Alist is a unified cloud storage gateway that aggregates disparate remote storage providers into a single, navigable virtual file system. By acting as a remote file system proxy, it decouples file operations from specific provider implementations, allowing users to browse, download, and manage files across heterogeneous backends through a standardized interface. The platform utilizes a driver-based storage abstraction that translates generic file system operations into provider-specific API calls. This architecture supports a wide range of cloud storage services, S3-compatible object storage,

    Gofile-servergingolang
    View on GitHub↗49,705
  • subnub/mydrivesubnub avatar

    subnub/myDrive

    4,198View on GitHub↗

    myDrive is a self-hosted cloud storage server and web-based file manager. It functions as an encrypted file storage system that allows users to host and manage personal documents and media on their own hardware. The system acts as a multi-backend storage gateway, capable of routing file data to various locations including local disks or remote cloud storage buckets. It uses a document database to manage file metadata, folder structures, and user organization. The platform provides capabilities for uploading and downloading files, organizing content through a trash system, and sharing private

    TypeScript
    View on GitHub↗4,198
  • cryptomator/cryptomatorcryptomator avatar

    cryptomator/cryptomator

    15,310View on GitHub↗

    Cryptomator is a client-side cloud encryption tool and cross-platform vault manager. It provides a transparent encryption layer that encrypts files and folder structures locally before they are uploaded to a cloud storage provider. The software creates virtual encrypted drives that mount encrypted vaults, allowing users to interact with their data as if it were on a physical disk. It supports the management of multiple independent encrypted containers, each protected by a unique password. The project covers data privacy through directory structure obfuscation and filename encryption to hide

    Javacloud-storagecryptocryptography
    View on GitHub↗15,310
  • kopia/kopiakopia avatar

    kopia/kopia

    12,612View on GitHub↗

    Kopia is a backup utility designed to create encrypted, deduplicated, and compressed snapshots of files and directories. It functions as a client-side tool that secures data locally before transmitting it to various storage targets, ensuring that sensitive information remains protected throughout the backup process. The system utilizes content-addressable block storage and metadata-driven versioning to identify and remove redundant data across multiple snapshots. By employing a pluggable storage abstraction layer, it supports a wide range of local, network, and cloud-based storage providers,

    Gobackupclouddeduplication
    View on GitHub↗12,612
Compare all 30 related projects→

Frequently asked questions

What does ncw/rclone do?

rclone is a command-line utility and sync engine for managing, synchronizing, and migrating files across numerous cloud storage providers. It functions as a storage management tool that enables bidirectional or one-way synchronization between local filesystems and remote cloud backends.

What are the main features of ncw/rclone?

The main features of ncw/rclone are: Cloud Storage Sync Tools, Cloud Data Migration Tools, Cloud File Management, Cloud Storage Drivers, Storage Provider Drivers, Filesystem Mounts, Remote File System Mounts, File Storage Services.

Which projects share features with ncw/rclone?

Projects with overlapping indexed features include: alistgo/alist — Alist is a unified cloud storage gateway that aggregates disparate remote storage providers into a single, navigable… subnub/mydrive — myDrive is a self-hosted cloud storage server and web-based file manager. It functions as an encrypted file storage… cryptomator/cryptomator — Cryptomator is a client-side cloud encryption tool and cross-platform vault manager. It provides a transparent… kopia/kopia — Kopia is a backup utility designed to create encrypted, deduplicated, and compressed snapshots of files and… juicedata/juicefs — JuiceFS is a distributed file system designed to mount object storage as a local, POSIX-compliant drive. It functions… koel/koel — Koel is a self-hosted music streaming server designed for hosting, managing, and streaming personal digital music…