awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to resulgg/label-backup

Open-source alternatives to Label Backup

26 open-source projects similar to resulgg/label-backup, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Label Backup alternative.

  • ceph/cephceph 的头像

    ceph/ceph

    16,247在 GitHub 上查看↗

    Ceph is a unified, software-defined storage platform designed to provide object, block, and file storage services from a single distributed cluster. By decoupling data management from physical hardware, it enables elastic scaling across commodity hardware, allowing organizations to build large-scale storage infrastructure without reliance on proprietary vendor equipment. The system distinguishes itself through a shared-nothing, distributed architecture that utilizes deterministic hashing for data placement. This approach eliminates centralized metadata bottlenecks, allowing the cluster to sca

    C++block-storagecloud-storagedistributed-file-system
    在 GitHub 上查看↗16,247
  • chubaofs/chubaofsC

    chubaofs/chubaofs

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • clusterhq/flockerClusterHQ 的头像

    ClusterHQ/flocker

    3,382在 GitHub 上查看↗

    Container data volume manager for your Dockerized application

    Python
    在 GitHub 上查看↗3,382
  • configurator/kubefsC

    configurator/kubefs

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • containx/docker-volume-netshareContainX 的头像

    ContainX/docker-volume-netshare

    1,143在 GitHub 上查看↗

    Docker NFS, AWS EFS, Ceph & Samba/CIFS Volume Plugin

    Go
    在 GitHub 上查看↗1,143

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • gluster/glusterd2G

    gluster/glusterd2

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • gluster/glusterfsgluster 的头像

    gluster/glusterfs

    5,191在 GitHub 上查看↗

    GlusterFS is a software-defined distributed file system and scale-out storage cluster that aggregates disk resources from multiple servers into a single global namespace. It functions as a unified storage platform, allowing the same underlying data to be exposed through file, block, and object storage interfaces. The system distinguishes itself through a decentralized architecture that uses consistent hashing to distribute files across network nodes without a central metadata server. It ensures data integrity and availability using self-healing replication, quorum-based consistency to prevent

    C
    在 GitHub 上查看↗5,191
  • goharbor/harborgoharbor 的头像

    goharbor/harbor

    28,761在 GitHub 上查看↗

    Harbor is a self-hosted, enterprise-grade container registry platform designed to store, sign, and scan container images and cloud-native artifacts. It provides a centralized repository that integrates directly with Kubernetes environments to manage the full lifecycle of software artifacts, from initial storage to production deployment. The platform distinguishes itself through a focus on security, governance, and multi-site availability. It features a pluggable vulnerability scanning framework that allows for the integration of various security engines, alongside content trust mechanisms tha

    Gocloud-nativecncfcncf-project
    在 GitHub 上查看↗28,761
  • happyfish100/fastdfshappyfish100 的头像

    happyfish100/fastdfs

    9,231在 GitHub 上查看↗

    FastDFS is a distributed file system and object store designed as a high-capacity file server. It functions as a cluster storage manager that saves, syncs, and accesses large volumes of unstructured data across a network of distributed servers. The system uses unique identifiers for file retrieval and indexing instead of traditional hierarchical naming to avoid metadata bottlenecks. It manages file attributes through key-value metadata mapping and employs a distributed replication model to ensure high availability and data redundancy across storage groups. The project provides capabilities f

    Cdistributed-file-storagedistributed-file-systemstorage-servers
    在 GitHub 上查看↗9,231
  • heketi/heketiheketi 的头像

    heketi/heketi

    1,259在 GitHub 上查看↗

    RESTful based volume management framework for GlusterFS

    Goboltdbbricksglusterfs
    在 GitHub 上查看↗1,259
  • hwameistor/hwameistorH

    hwameistor/hwameistor

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • infinit/infinitI

    infinit/infinit

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • juicedata/juicefsjuicedata 的头像

    juicedata/juicefs

    13,233在 GitHub 上查看↗

    JuiceFS is a distributed file system designed to mount object storage as a local, POSIX-compliant drive. It functions as a cloud-native persistent storage layer that decouples file metadata from raw data, storing metadata in a transactional database while keeping data blocks in object storage. This architecture enables multiple hosts across different regions to access the same storage simultaneously while maintaining strong consistency. The system distinguishes itself by performing data processing, including compression and encryption, directly on the client side before transmission. By split

    Gobigdatacloud-nativedistributed-systems
    在 GitHub 上查看↗13,233
  • k8ssandra/k8ssandraK

    k8ssandra/k8ssandra

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • kyma-project/rafterK

    kyma-project/rafter

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • longhorn/longhornlonghorn 的头像

    longhorn/longhorn

    7,803在 GitHub 上查看↗

    Longhorn is a distributed block storage system and orchestrator for Kubernetes. It provides persistent, replicated block storage volumes that survive pod restarts and node failures by maintaining synchronous copies of data across multiple cluster nodes. The system implements the Container Storage Interface (CSI) for dynamic volume provisioning and attachment. It is distinguished by its support for shared read-write access to a single block volume across multiple pods, as well as the ability to export volume snapshots to external S3 or NFS targets for off-cluster disaster recovery. The platfo

    Shellcncfdistributed-systemshigh-availability
    在 GitHub 上查看↗7,803
  • minio/miniominio 的头像

    minio/minio

    60,346在 GitHub 上查看↗

    MinIO is a software-defined, cloud-native object storage server designed to manage large volumes of unstructured data. It functions as a distributed storage cluster that aggregates multiple independent nodes into a unified, scalable pool, providing a high-performance infrastructure compatible with standard cloud storage protocols and application programming interfaces. The system utilizes a shared-nothing architecture that eliminates central metadata servers, relying instead on a decentralized hash table to map objects across the cluster. Data availability and resilience are maintained throug

    Goamazon-s3cloudcloudnative
    在 GitHub 上查看↗60,346
  • mixpeek/awesome-object-storagemixpeek 的头像

    mixpeek/awesome-object-storage

    23在 GitHub 上查看↗

    A curated, opinionated guide to S3-compatible object storage — 21 providers, pricing, features, gotchas, and an interactive comparison tool.

    在 GitHub 上查看↗23
  • offen/docker-volume-backupoffen 的头像

    offen/docker-volume-backup

    3,716在 GitHub 上查看↗

    This project is a Docker volume backup tool and data lifecycle manager that archives volume data to local storage, SSH, or cloud providers. It operates as a containerized backup orchestrator and companion container that coordinates volume snapshots and manages the restoration of data for disaster recovery. The tool distinguishes itself through integrated security and consistency controls, utilizing GPG or age encryption to secure archives before remote transmission. It ensures data integrity by managing container states, such as stopping services or running database dump utilities via lifecyc

    Go
    在 GitHub 上查看↗3,716
  • opencurve/curveopencurve 的头像

    opencurve/curve

    2,382在 GitHub 上查看↗

    Curve is a sandbox project hosted by the CNCF Foundation. It's cloud-native, high-performance, and easy to operate. Curve is an open-source distributed storage system for block and shared file storage.

    C++block-storagecloud-native-storagedistributed-systems
    在 GitHub 上查看↗2,382
  • openebs/openebsopenebs 的头像

    openebs/openebs

    9,771在 GitHub 上查看↗

    OpenEBS is a container-native storage platform that provides persistent volumes for stateful applications running on Kubernetes. It operates through a Kubernetes-native microservice architecture, where storage controllers are managed entirely with kubectl and standard Kubernetes APIs, and offers both local and replicated block storage options. The platform distinguishes itself through synchronous NVMe-TCP replication, which replicates block data across nodes to enable pod rescheduling after node failure without data loss. It also includes a snapshot and clone engine for capturing point-in-tim

    block-storageblockstoragecloud-native
    在 GitHub 上查看↗9,771
  • oras-project/orasoras-project 的头像

    oras-project/oras

    2,312在 GitHub 上查看↗

    OCI registry client - managing content like artifacts, images, packages

    Godockerhacktoberfestoci
    在 GitHub 上查看↗2,312
  • project-zot/zotproject-zot 的头像

    project-zot/zot

    2,390在 GitHub 上查看↗

    zot - A scale-out production-ready vendor-neutral OCI-native container image/artifact registry (purely based on OCI Distribution Specification)

    Godistribution-spechelmkubernetes
    在 GitHub 上查看↗2,390
  • rancher/convoyrancher 的头像

    rancher/convoy

    1,305在 GitHub 上查看↗

    A Docker volume plugin, managing persistent container volumes.

    Go
    在 GitHub 上查看↗1,305
  • rexray/rexrayrexray 的头像

    rexray/rexray

    2,220在 GitHub 上查看↗

    REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads

    Go
    在 GitHub 上查看↗2,220
  • rook/rookrook 的头像

    rook/rook

    13,553在 GitHub 上查看↗

    Rook is a Kubernetes storage orchestrator and distributed storage operator that automates the deployment and management of storage clusters. It serves as a multi-protocol storage provider, offering block, file, and object storage capabilities to containerized workloads. The system focuses on providing a self-healing storage cluster that replicates data across hardware nodes to maintain availability and recover from failures. It uses an operator-led model to handle the installation, scaling, and upgrades of storage nodes and daemons. The orchestrator covers a broad range of provisioning servi

    Gocephcloud-nativecncf
    在 GitHub 上查看↗13,553