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

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

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

6 个仓库

Awesome GitHub RepositoriesApplication State Backups

Backing up the full state of an application, including its resource manifests and associated persistent volumes.

Distinct from Persistent Storage Volumes: Focuses on the backup process of the application state, not just the existence of persistent volumes.

Explore 6 awesome GitHub repositories matching data & databases · Application State Backups. Refine with filters or upvote what's useful.

Awesome Application State Backups GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • velero-io/velerovelero-io 的头像

    velero-io/velero

    10,078在 GitHub 上查看↗

    Velero is a backup and recovery tool for Kubernetes cluster resources and persistent volumes. It functions as a disaster recovery solution and a utility for migrating applications and their associated data between different clusters. The project enables the replication of production environments by cloning cluster resources into development or testing environments for validation and debugging. It provides capabilities for backing up system objects, restoring resources to a known good state, and transferring applications across environments to facilitate system transitions.

    Saves the state of system resources and persistent volumes to a remote store for recovery or migration.

    Gobackupdisaster-recoveryhacktoberfest
    在 GitHub 上查看↗10,078
  • lmms/lmmsLMMS 的头像

    LMMS/lmms

    10,005在 GitHub 上查看↗

    LMMS is a digital audio workstation and MIDI sequencer designed for composing, arranging, and mixing music. It functions as a comprehensive production environment that integrates a MIDI sequencer, a sample-based synthesizer, and an audio mixing console. The project distinguishes itself through a versatile synthesis engine that includes additive synthesis, wavetable generation, and emulations of vintage hardware such as NES audio and FM chips. It also serves as a VST plugin host, allowing for the integration of third-party virtual instruments and audio effects via a standardized interface. Be

    Recovers the most recent application state from backup files after an unexpected crash.

    C++dawhacktoberfestmidi
    在 GitHub 上查看↗10,005
  • runtipi/runtipiruntipi 的头像

    runtipi/runtipi

    9,499在 GitHub 上查看↗

    Runtipi is a home server dashboard and orchestration tool designed for deploying and managing containerized applications. It provides a web-based interface for discovering and installing software from a curated app store, utilizing a Docker Compose orchestrator to handle the deployment of self-hosted services. The system integrates a reverse proxy and SSL manager to route external traffic to internal containers, automating HTTPS certificate renewal and domain assignment. It also features a built-in backup and update manager that uses cron-based scheduling to perform automatic security patchin

    Organizes per-app backup archives by store and application name for efficient recovery.

    TypeScripthomeserverlinuxself-hosted
    在 GitHub 上查看↗9,499
  • operator-framework/operator-sdkoperator-framework 的头像

    operator-framework/operator-sdk

    7,658在 GitHub 上查看↗

    The Operator SDK is a framework for building, packaging, and managing custom controllers that extend the Kubernetes API. It serves as a toolset for defining new API types and implementing reconcile loops to automate the lifecycles of complex applications. The project provides specialized support for creating operators based on Helm charts or Ansible playbooks, allowing users to maintain a desired cluster state using existing automation tools. It includes a dedicated system for packaging controllers into standardized container image bundles for distribution via the Operator Lifecycle Manager.

    Provides capabilities to back up and recover the full state of a managed application and its volumes.

    Gokubernetesoperatorsdk
    在 GitHub 上查看↗7,658
  • hazelcast/hazelcasthazelcast 的头像

    hazelcast/hazelcast

    6,570在 GitHub 上查看↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Ensures continuous availability by automatically promoting backup replicas to primary status when a member fails.

    Javabig-datacachingdata-in-motion
    在 GitHub 上查看↗6,570
  • bostrot/wsl2-distro-managerbostrot 的头像

    bostrot/wsl2-distro-manager

    3,922在 GitHub 上查看↗

    该项目为 Windows Subsystem for Linux 提供了一个图形化管理界面,支持多个虚拟化 Linux 发行版的安装、生命周期控制和状态管理。它作为管理这些环境运行状态的中央仪表板,允许用户通过可视化界面执行发行版安装、删除和配置等任务。 该工具通过提供将 Docker 和 LXC 容器镜像转换为独立 Linux 发行版的专用工具而脱颖而出。通过剥离容器特定的元数据和运行时依赖项,它允许这些镜像作为独立环境运行,而无需容器引擎或后台守护进程。 除了管理和转换外,该系统还支持从本地文件和远程仓库部署环境。它包括将运行实例的状态序列化为便携式文件以进行备份、归档和迁移的功能。此外,该软件通过自动 shell 脚本执行促进系统维护,允许用户直接在活动实例中运行配置和设置任务。

    Captures the entire filesystem state of a running instance into a portable compressed file for archival and migration purposes.

    Dart
    在 GitHub 上查看↗3,922
  1. Home
  2. Data & Databases
  3. Persistent Storage Volumes
  4. Application State Backups

探索子标签

  • Application State ArchivesStorage of full application state snapshots in organized archive files. **Distinct from Application State Backups:** Focuses on the organized storage of archives rather than the backup process itself
  • Replica PromotionsAutomatic promotion of backup replicas to primary status upon member failure. **Distinct from Application State Backups:** Distinct from Application State Backups: focuses on the runtime promotion of replicas for high availability, not the backup process itself.