awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

Awesome GitHub RepositoriesData Backup Utilities

Tools for exporting and securing database contents for recovery purposes.

Distinguishing note: Focuses on the operational task of backing up application data.

Explore 7 awesome GitHub repositories matching data & databases · Data Backup Utilities. Refine with filters or upvote what's useful.

Awesome Data Backup Utilities GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • huginn/huginnAvatar von huginn

    huginn/huginn

    49,480Auf GitHub ansehen↗

    Huginn is a self-hosted automation platform that functions as an event-driven workflow engine. It allows users to build autonomous agents that monitor web services, scrape data, and execute complex tasks by propagating events through a directed graph. By running on your own server infrastructure, it provides a private environment for orchestrating workflows without relying on third-party automation services. The platform distinguishes itself through a modular, plugin-based architecture that enables the development of custom agents to handle specific data processing needs. Each agent maintains

    Ensures data persistence and recovery by providing tools for database exports.

    Rubyagentautomationfeed
    Auf GitHub ansehen↗49,480
  • bitwarden/androidAvatar von bitwarden

    bitwarden/android

    8,457Auf GitHub ansehen↗

    This project is an Android password manager application that provides an end-to-end encrypted vault for storing and synchronizing login credentials, secure notes, and identities. It functions as a secure storage system using zero-knowledge encryption to ensure that only the user can decrypt their stored data. The application integrates directly with the Android system to provide an autofill service that populates usernames and passwords into mobile apps and browser login fields. It also serves as a passkey management wallet for FIDO2 cryptographic passkeys and a time-based one-time password a

    Utilizes native backup services to export and secure credential data for recovery during device migration.

    Kotlinandroidbitwardencompose
    Auf GitHub ansehen↗8,457
  • bup/bupAvatar von bup

    bup/bup

    7,324Auf GitHub ansehen↗

    bup is a deduplicating backup manager and incremental backup system. It uses a Git packfile-based storage format to eliminate redundant data across files and versions, treating every incremental save as a full backup. The system provides secure remote transport interfaces for transferring and managing backup data on remote servers via SSH. It also includes a backup repository browser available as both a web interface and a filesystem mount for exploring and retrieving files from snapshots. The project covers broad capability areas including disaster recovery, repository administration, and s

    Provides a utility to divide backup archives into smaller segments and stream them to standard output.

    Python
    Auf GitHub ansehen↗7,324
  • metrolistgroup/metrolistAvatar von MetrolistGroup

    MetrolistGroup/Metrolist

    6,764Auf GitHub ansehen↗

    Metrolist is a music streaming application and library manager designed for high-fidelity audio and video playback. It functions as a collaborative audio player that enables real-time playback synchronization across multiple users through a request and approval system. The platform features an AI-driven lyrics translator that fetches time-synced lyrics and provides automated real-time translations. It also includes specialized integrations for Discord Rich Presence and a dedicated media client interface for Android Auto. The system manages music libraries with remote cloud storage synchroniz

    Creates automated database snapshots of the music library before updates to prevent data loss.

    Kotlinandroidfossinnertube
    Auf GitHub ansehen↗6,764
  • pgsty/pigstyAvatar von pgsty

    pgsty/pigsty

    4,703Auf GitHub ansehen↗

    Pigsty is a full-stack orchestration suite for deploying, monitoring, and managing high-availability PostgreSQL clusters and their supporting infrastructure. It functions as a cluster management platform and high-availability suite that automates failover, manages virtual IPs, and ensures data consistency through distributed consensus. The project distinguishes itself by providing a comprehensive database infrastructure-as-code framework and a dedicated observability stack. It incorporates a backup and recovery manager supporting point-in-time recovery via S3-compatible object storage, alongs

    Dumps database contents into a portable format for data migration between major versions or flexible exports.

    Shellgraphicsinfrapostgres
    Auf GitHub ansehen↗4,703
  • mydumper/mydumperAvatar von mydumper

    mydumper/mydumper

    3,180Auf GitHub ansehen↗

    MyDumper is a high-performance logical backup and migration tool for MySQL. It provides utilities for executing parallel exports and imports of database data, enabling the creation of consistent point-in-time snapshots for large-scale environments. The tool distinguishes itself through multi-threaded parallel processing for both backup and restoration. It utilizes chunk-based logical partitioning and transaction-based snapshot isolation to ensure data consistency across multiple exported files while reducing the total time required to handle large datasets. The system includes capabilities f

    Generates portable logical backups of databases using parallel processing to efficiently handle large datasets.

    Cdatabasemariadbmultithreading
    Auf GitHub ansehen↗3,180
  • fukuchi/libqrencodeAvatar von fukuchi

    fukuchi/libqrencode

    2,873Auf GitHub ansehen↗

    libqrencode is a C library for generating QR Code symbols from text, binary, and structured data. It provides a core encoding engine that converts input data into QR Code symbols with configurable error correction levels and version settings, and includes a command-line tool for producing QR Code images directly from text or data input. The library supports multiple encoding modes including numeric, alphabetic, Japanese kanji, and 8-bit binary data, with automatic optimization to select the most efficient mode for a given input string. It can encode arbitrary binary data containing NUL charac

    Splits large payloads across multiple QR Code symbols for reassembly by scanners.

    C
    Auf GitHub ansehen↗2,873
  1. Home
  2. Data & Databases
  3. Data Backup Utilities

Unter-Tags erkunden

  • Archive Data Splitting1 Sub-TagUtilities for dividing large backup archives into smaller segments for transfer or storage. **Distinct from Data Backup Utilities:** Distinct from Data Backup Utilities: specifically targets the segmentation of the resulting backup archives.
  • Logical Backups1 Sub-TagDatabase backups that export contents into a portable format, facilitating major version migrations and flexible exports. **Distinct from Data Backup Utilities:** Specifies the logical (content-based) nature of the backup, distinct from physical (file-based) snapshots.