awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesCompressed Database Dumps

Creating compressed exports of database contents for backup and transport.

Distinct from Container Memory Dumps: The candidates focus on video or memory dumps; this specifically concerns relational database logical exports (dumps).

Explore 4 awesome GitHub repositories matching data & databases · Compressed Database Dumps. Refine with filters or upvote what's useful.

Awesome Compressed Database Dumps GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • spatie/laravel-backupAvatar de spatie

    spatie/laravel-backup

    5,996Voir sur GitHub↗

    This is a Laravel package that creates and manages automated backups of application files and databases. It orchestrates backup, cleanup, and notification steps as a configurable pipeline, compressing selected directories and database dumps into zip archives that can be stored on any Laravel filesystem disk. The package provides a configurable retention policy engine that prunes old backups based on age, count, or size thresholds, and includes a health-check monitoring system that verifies backup recency and storage capacity. It fires success, failure, and health-check events that route notif

    Compresses selected directories and database dumps into a single zip archive for backup.

    PHP
    Voir sur GitHub↗5,996
  • backup/backupAvatar de backup

    backup/backup

    4,868Voir sur GitHub↗

    Ce projet est un orchestrateur de sauvegarde Unix utilisé pour modéliser et exécuter la protection des données full-stack. Il fonctionne comme un système de gestion pour les dumps de base de données, l'archivage chiffré, la rotation des versions et le transport vers un stockage distant. Le système se distingue en orchestrant des outils système natifs pour diverses bases de données, incluant PostgreSQL, MySQL, MongoDB, Redis et Riak. Il emploie un workflow d'archivage sécurisé qui combine la compression et le chiffrement en utilisant GPG, OpenSSL ou AES avant de transporter les paquets vers des services compatibles S3, Dropbox ou des serveurs distants via SFTP et RSync. Les capacités étendues incluent l'automatisation de la synchronisation des données via des transferts delta et des téléchargements par blocs, ainsi qu'une gestion de rétention avec état pour faire pivoter et élaguer les archives historiques. L'orchestrateur dispose également d'un système de notification multicanal qui s'intègre avec l'email, HTTP POST, PagerDuty et diverses plateformes de chat pour alerter les administrateurs des résultats des opérations. Les utilisateurs peuvent définir ces workflows en utilisant un modèle basé sur la configuration qui prend en charge l'injection de variables dynamiques et la vérification de la syntaxe.

    Models and executes workflows that combine file archiving, database dumps, and remote storage synchronization.

    Ruby
    Voir sur GitHub↗4,868
  • qovery/replibyteAvatar de Qovery

    Qovery/Replibyte

    4,381Voir sur GitHub↗

    Replibyte is a tool that automates the lifecycle of database snapshots for non-production environments, handling the export, anonymization, subsetting, and restoration of data. It is designed to support privacy-compliant development workflows by replacing sensitive production data with synthetic values and extracting consistent subsets of rows while preserving referential integrity. The tool operates through a configurable pipeline defined in a YAML file, orchestrating stages such as dump, anonymize, subset, and restore. Each operation runs as an isolated, ephemeral container job, and snapsho

    Stores database dumps as encrypted snapshots in remote object storage for secure data at rest.

    Rustawsbackupcloud
    Voir sur GitHub↗4,381
  • backup-manager/backup-managerAvatar de backup-manager

    backup-manager/backup-manager

    1,702Voir sur GitHub↗

    Backup Manager is a command-line utility designed to automate the export, compression, and restoration of database snapshots. It functions as a centralized tool for managing database disaster recovery by facilitating the transfer of data to both local and remote storage environments. The project distinguishes itself through a configuration-driven approach to task scheduling, allowing for the automation of routine backup operations without manual intervention. It utilizes a pipeline-based processing model that streams database output through encryption and compression filters before routing th

    Creates compressed database dump files to facilitate secure and efficient data transport.

    PHPbackupbackup-managercloud
    Voir sur GitHub↗1,702
  1. Home
  2. Data & Databases
  3. Compressed Database Dumps

Explorer les sous-tags

  • Combined File and Database ArchivesCompresses selected directories and a database dump into a single zip archive using PHP's ZipArchive and database dumpers. **Distinct from Compressed Database Dumps:** Distinct from Compressed Database Dumps: bundles both application files and database dumps into a single archive, not just compressed database exports.
  • Encrypted SnapshotsDatabase dumps that are both compressed and encrypted for secure storage. **Distinct from Compressed Database Dumps:** Distinct from Compressed Database Dumps: adds the requirement of cryptographic encryption to the compression process.
  • Named Dump RemovalsRemoves a specific stored dump identified by its name from the backup repository. **Distinct from Compressed Database Dumps:** Distinct from Compressed Database Dumps: focuses on targeted deletion of a named dump rather than creating compressed exports.