2 个仓库
Creating point-in-time snapshots specifically for MongoDB databases using native utilities.
Distinct from Database Backups: Specializes general database backups for the MongoDB engine using mongodump.
Explore 2 awesome GitHub repositories matching data & databases · MongoDB Backups. Refine with filters or upvote what's useful.
该项目是一个 Unix 备份编排器,用于建模和执行全栈数据保护。它作为一个管理系统,用于数据库转储、加密归档、版本轮换和远程存储传输。 该系统通过编排用于各种数据库(包括 PostgreSQL、MySQL、MongoDB、Redis 和 Riak)的原生系统工具而脱颖而出。它采用安全归档工作流,在将包传输到 S3 兼容服务、Dropbox 或通过 SFTP 和 RSync 传输到远程服务器之前,结合使用 GPG、OpenSSL 或 AES 进行压缩和加密。 广泛的功能包括通过增量传输和分块上传实现数据同步自动化,以及用于轮换和修剪历史归档的状态化保留管理。该编排器还具有多通道通知系统,可与电子邮件、HTTP POST、PagerDuty 和各种聊天平台集成,以向管理员提醒操作结果。 用户可以使用支持动态变量注入和语法验证的基于配置的模型来定义这些工作流。
Creates point-in-time snapshots using the mongodump utility and packages them into archives.
This project provides a collection of command-line administrative utilities designed for managing MongoDB database instances. It serves as the primary interface for performing database backups, restoring binary snapshots, and executing data migration tasks between database instances and external systems. The tools facilitate the movement of information by importing and exporting collections across various formats, including JSON, CSV, TSV, and binary files. Beyond migration, the suite includes specialized utilities for inspecting binary data files in a human-readable format and managing large
Creates and restores binary snapshots of database instances to ensure data durability and provide reliable recovery points.