awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
backup avatar

backup/backup

0
View on GitHub↗
4,868 स्टार्स·668 फोर्क्स·Ruby·MIT·8 व्यूज़backup.github.io/backup/v4↗

Backup

यह प्रोजेक्ट एक Unix बैकअप ऑर्केस्ट्रेटर है जिसका उपयोग फुल-स्टैक डेटा सुरक्षा को मॉडल करने और निष्पादित करने के लिए किया जाता है। यह डेटाबेस डंप्स, एन्क्रिप्टेड आर्काइविंग, वर्ज़न रोटेशन और रिमोट स्टोरेज ट्रांसपोर्ट के लिए एक मैनेजमेंट सिस्टम के रूप में कार्य करता है।

यह सिस्टम विभिन्न डेटाबेस के लिए नेटिव सिस्टम टूल्स को ऑर्केस्ट्रेट करके खुद को अलग करता है, जिसमें PostgreSQL, MySQL, MongoDB, Redis और Riak शामिल हैं। यह एक सुरक्षित आर्काइव वर्कफ़्लो का उपयोग करता है जो S3-संगत सेवाओं, Dropbox, या SFTP और RSync के माध्यम से रिमोट सर्वर पर पैकेजेस को ट्रांसपोर्ट करने से पहले GPG, OpenSSL, या AES का उपयोग करके कम्प्रेशन और एन्क्रिप्शन को जोड़ता है।

व्यापक क्षमताओं में डेल्टा ट्रांसफ़र और चंक्ड अपलोड्स के माध्यम से डेटा सिंक्रोनाइज़ेशन का ऑटोमेशन, साथ ही ऐतिहासिक आर्काइव्स को रोटेट और प्रून करने के लिए स्टेटफुल रिटेंशन मैनेजमेंट शामिल है। ऑर्केस्ट्रेटर में एक मल्टी-चैनल नोटिफिकेशन सिस्टम भी है जो ऑपरेशन परिणामों के बारे में प्रशासकों को सचेत करने के लिए ईमेल, HTTP POST, PagerDuty और विभिन्न चैट प्लेटफ़ॉर्म्स के साथ इंटीग्रेट होता है।

यूज़र्स इन वर्कफ़्लो को एक कॉन्फ़िगरेशन-आधारित मॉडल का उपयोग करके परिभाषित कर सकते हैं जो डायनामिक वेरिएबल इंजेक्शन और सिंटैक्स वेरिफिकेशन को सपोर्ट करता है।

Features

  • Database Backup Management - Automates the dumping and archiving of data from PostgreSQL, MySQL, MongoDB, Redis, and Riak databases.
  • Database Backups - Automates the export and archiving of data from multiple database engines into files.
  • Database Backups and Restores - Automates the export and archiving of data from PostgreSQL, MySQL, MongoDB, Redis, and Riak databases.
  • Workflow Automation - Defines backup operations and data pipelines using a descriptive language to automate full-stack data protection workflows.
  • Cloud Data Synchronization - Transfers backup files to cloud providers via configured authentication endpoints and regional targets.
  • Combined File and Database Archives - Models and executes workflows that combine file archiving, database dumps, and remote storage synchronization.
  • MongoDB Backups - Creates point-in-time snapshots using the mongodump utility and packages them into archives.
  • MySQL Backups - Creates full database dumps using standard utilities and optionally compresses the output.
  • PostgreSQL Backups - Creates database dumps using pg_dump and stores them in the backup package.
  • Transport Drivers - Provides a consistent interface for diverse upload protocols across cloud, local, and remote targets.
  • File Version Retention Rules - Tracks historical archive versions to prune old files based on a defined count or expiration date.
  • Backup Orchestrators - Orchestrates full-stack data protection by managing data flow from databases to encrypted remote storage.
  • S3-Compatible Storage Adapters - Uploads backup packages to S3-compatible storage using multipart uploads and MD5 checksums.
  • S3 Bucket Synchronization - Transfers files to S3 buckets with support for server-side encryption and redundancy levels.
  • Remote Backup Storage - Transfers packages to remote disks or cloud providers with integrated version rotation.
  • Archive Compression - Reduces final storage size by piping archive output through a compression utility before saving the backup package.
  • Standard Stream Piping - Routes data through a sequence of external utilities using standard input and output pipes.
  • Archive Encryption - Secures final backup packages through encryption utilities before storage or splitting.
  • Encrypted Archives - Provides a secure workflow that combines compression with GPG, OpenSSL, or AES encryption for archives.
  • Encrypted Archiving Tools - Secures backup packages using professional encryption tools including GPG, OpenSSL, and AES.
  • Encrypted Backups - Combines compression and encryption via OpenSSL or GPG to protect sensitive data at rest.
  • Archive Rotation - Retains a specific number of historical archives and automatically removes the oldest versions to save space.
  • Policy-Based Retention - Automatically prunes old archive versions based on count or expiration dates to manage storage space.
  • External Utility Wrappers - Orchestrates native system tools like pg_dump and tar by managing their execution paths and arguments.
  • Configuration Templates - Creates preconfigured sets of components and settings that can be shared across multiple backup profiles.
  • Chunked Uploaders - Divides large backup packages into smaller segments to improve transmission stability.
  • File Encryption - Protects data using AES encryption with optional salt and Base64 encoding.
  • Database State Captures - Captures the current state of databases through snapshot files or live data streams.
  • Retention Cycle Isolation - Assigns unique identifiers to destinations to maintain separate retention schedules for different servers.
  • S3-Compatible Cloud Storage - Integrates with S3-compatible object storage providers to persist encrypted backup packages.
  • Database Snapshots - Provides the ability to create timestamped RDB snapshots of Redis databases for recovery purposes.
  • Configuration Defaults - Sets reusable configurations for databases, compressors, and storages to avoid repeating settings across models.
  • Archive Splitting - Divides large files into smaller chunks to bypass file size limitations on storage destinations.
  • Runtime Environment Variable Injections - Passes custom parameters into models using environment variables to customize behavior at runtime.
  • Directory Synchronization - Mirrors local directories to remote cloud storage by copying updated files.
  • Remote File Synchronization - Automates push and pull file synchronization between local and remote environments after backups.
  • Delta Transfer Protocols - Implements binary diff transfers to synchronize only changed bytes and reduce network bandwidth.
  • Tar Archives - Bundles specified files and directories into tar archives with support for path exclusions.
  • Lifecycle Hook Executions - Executes custom scripts before and after core operations to handle environment preparation and post-process logic.
  • GPG-Based Encryption - Secures archives using GnuPG public key cryptography for multi-recipient secure storage.
  • External Compressor Integrations - Uses external compression utilities that accept standard input and output to shrink backup archives.
  • Global System Settings - Sets system-wide utility settings and logging preferences in a centralized configuration file.
  • Backup Health Alerters - Dispatches success or failure notifications via email, chat platforms, and incident management tools like PagerDuty.
  • Multi-Channel Notification Workflows - Coordinates status alerts across multiple channels including email, chat, and monitoring services.
  • RSync Data Synchronizations - Synchronizes folders between directories using SSH or rsync daemons to ensure consistency.
  • RSync - Uses the RSync protocol to replicate files to local or remote directories efficiently.
  • Task Schedulers - Integrates the command-line interface with system-level task schedulers to automate execution timing.
  • DevOps Tools - Perform automated backups using a Ruby-based DSL.

स्टार हिस्ट्री

backup/backup के लिए स्टार हिस्ट्री चार्टbackup/backup के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Backup के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Backup के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • offen/docker-volume-backupoffen का अवतार

    offen/docker-volume-backup

    3,716GitHub पर देखें↗

    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
  • wal-g/wal-gwal-g का अवतार

    wal-g/wal-g

    4,117GitHub पर देखें↗

    wal-g is a database cloud backup tool and write-ahead log archiver designed for disaster recovery and point-in-time recovery. It archives database state and transaction logs to cloud storage providers to ensure long-term data durability. The project provides a manager for compressing, encrypting, and pruning database backups stored in cloud object storage. It specifically enables the restoration of a database to a specific timestamp by fetching base backups and replaying transaction logs. The tool's capabilities cover multi-engine backup and restoration, including the generation of full and

    Go
    GitHub पर देखें↗4,117
  • spatie/laravel-backupspatie का अवतार

    spatie/laravel-backup

    5,996GitHub पर देखें↗

    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

    PHP
    GitHub पर देखें↗5,996
  • duplicati/duplicatiduplicati का अवतार

    duplicati/duplicati

    14,283GitHub पर देखें↗

    Duplicati is a self-hosted backup server designed to perform encrypted, incremental, and compressed backups to a wide range of local, network, and cloud-based storage providers. It functions as a background service that automates recurring data protection tasks, ensuring that only changed data blocks are stored to maximize efficiency and minimize bandwidth usage. The project distinguishes itself through a centralized management console that allows for the orchestration of multiple distributed backup agents from a single web-based dashboard. It supports multi-tenant management, enabling the or

    C#backupc-sharpclient-only-backup
    GitHub पर देखें↗14,283
Backup के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

backup/backup क्या करता है?

यह प्रोजेक्ट एक Unix बैकअप ऑर्केस्ट्रेटर है जिसका उपयोग फुल-स्टैक डेटा सुरक्षा को मॉडल करने और निष्पादित करने के लिए किया जाता है। यह डेटाबेस डंप्स, एन्क्रिप्टेड आर्काइविंग, वर्ज़न रोटेशन और रिमोट स्टोरेज ट्रांसपोर्ट के लिए एक मैनेजमेंट सिस्टम के रूप में कार्य करता है।

backup/backup की मुख्य विशेषताएं क्या हैं?

backup/backup की मुख्य विशेषताएं हैं: Database Backup Management, Database Backups, Database Backups and Restores, Workflow Automation, Cloud Data Synchronization, Combined File and Database Archives, MongoDB Backups, MySQL Backups।

backup/backup के कुछ ओपन-सोर्स विकल्प क्या हैं?

backup/backup के ओपन-सोर्स विकल्पों में शामिल हैं: offen/docker-volume-backup — This project is a Docker volume backup tool and data lifecycle manager that archives volume data to local storage,… wal-g/wal-g — wal-g is a database cloud backup tool and write-ahead log archiver designed for disaster recovery and point-in-time… spatie/laravel-backup — This is a Laravel package that creates and manages automated backups of application files and databases. It… duplicati/duplicati — Duplicati is a self-hosted backup server designed to perform encrypted, incremental, and compressed backups to a wide… nfrastack/container-db-backup — Container-db-backup is a container-native utility designed to automate database maintenance, including recurring… pika-backup/pika-backup — Pika Backup is a desktop utility for Linux that provides a graphical interface for managing file archiving tasks. It…