All Projects â†’ XiaocongDong â†’ mongodb-backup-manager

XiaocongDong / mongodb-backup-manager

Licence: MIT license
🌿 A Full-stack MongoDB Backup System.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to mongodb-backup-manager

n3dr
Nexus3 Disaster Recovery (N3DR) is a tool that is capable of downloading all artifacts from a Nexus3 server and to migrate them to another Nexus3 server. Note that some repository formats are not supported at the moment.
Stars: ✭ 110 (+161.9%)
Mutual labels:  backup, restore
cya
Easy to use snapshot and restore utility for any Linux (Unix) OS and filesystem powered by BASH
Stars: ✭ 73 (+73.81%)
Mutual labels:  backup, restore
teledrive
TeleDrive lets you automatically backup all your files to telegram saved messages - this means FREE, UNLIMITED storage
Stars: ✭ 126 (+200%)
Mutual labels:  backup, restore
virt-backup
Fully backup your KVM Virtual Machines
Stars: ✭ 27 (-35.71%)
Mutual labels:  backup, restore
esop
Cloud-enabled backup and restore tool for Apache Cassandra
Stars: ✭ 40 (-4.76%)
Mutual labels:  backup, restore
IAmLazy
Easily backup and restore your tweaks
Stars: ✭ 37 (-11.9%)
Mutual labels:  backup, restore
elcarro-oracle-operator
El Carro is a new project that offers a way to run Oracle databases in Kubernetes as a portable, open source, community driven, no vendor lock-in container orchestration system. El Carro provides a powerful declarative API for comprehensive and consistent configuration and deployment as well as for real-time operations and monitoring.
Stars: ✭ 204 (+385.71%)
Mutual labels:  backup, restore
Mevn Stack
A Quickstart for building an Express API with a VueJS Admin Portal
Stars: ✭ 178 (+323.81%)
Mutual labels:  mongo, full-stack
docker-mongodb-backup
Docker MongoDB Backup Container based on Alpine w/S6 init, Zabbix Monitoring
Stars: ✭ 27 (-35.71%)
Mutual labels:  mongo, backup
helm-backup
Helm plugin which performs backup/restore of releases in a namespace to/from a file
Stars: ✭ 70 (+66.67%)
Mutual labels:  backup, restore
Applozic Ios Sdk
iOS Real Time Chat & Messaging SDK
Stars: ✭ 104 (+147.62%)
Mutual labels:  notifications, real-time
backup-docker
A simple command line tool to backup and restore docker containers along with their volumes
Stars: ✭ 58 (+38.1%)
Mutual labels:  backup, restore
Notifier
NO LIBRARIES socket per page bridge for your Laravel application. (CLIENT PART INCLUDED)
Stars: ✭ 57 (+35.71%)
Mutual labels:  notifications, real-time
proxmox toolbox
A toolbox to get the firsts configurations of Proxmox VE / BS done in no time
Stars: ✭ 158 (+276.19%)
Mutual labels:  backup, restore
Applozic Android Sdk
Android Real Time Chat & Messaging SDK
Stars: ✭ 611 (+1354.76%)
Mutual labels:  notifications, real-time
laravel-database-manager
Make your database simple, easier and faster with vuejs.
Stars: ✭ 50 (+19.05%)
Mutual labels:  backup, restore
Go Mydumper
A multi-threaded MySQL backup and restore tool, faster than mysqldump
Stars: ✭ 250 (+495.24%)
Mutual labels:  backup, restore
react-full-stack-starter
🎈Full-stack React boilerplate using `create-react-app`, Babel, Node.js, and express
Stars: ✭ 22 (-47.62%)
Mutual labels:  mongo, full-stack
macOSAppsOpenSource
No description or website provided.
Stars: ✭ 33 (-21.43%)
Mutual labels:  backup, system
PHP-Backuper
A framework which will help you to make (incremental) backups of your site.
Stars: ✭ 16 (-61.9%)
Mutual labels:  backup, restore

🌿 MongoDB Backup Manager

MongoDB backup manager (MDBBM) is a full-stack system that you can backup and restore multiple MongoDBs. With MDBBM you can:

  • Create a backup schedule to backup your database at a given frequency ( XX days XX hours XX minutes XX seconds).
  • Get the real-time information of the backup status, copy databases number and backup logs, etc.
  • Manage multiple backup schedules at the same time.
  • Stop, resume and update the backup schedule whenever you want.
  • View the database data online.
  • Restore the backup data back to the target database. UI

Docs

homepage: mongodb-backup-manager

Get Started

Via github

  1. Clone this repository from github
git clone https://github.com/XiaocongDong/mongodb-backup-manager.git
  1. run mongodb-backup-manager
# run it under the root directory
node index.js

# link it globally and run it as a command
npm link
mongodb-backup-manager

Via npm

  1. Install MDBBM.
# install MDBBM globally
npm install mongob-backup-manager -g 

# run MDBBM with optional arguments
mongodb-backup-manager
  1. Visit and login MDBBM go to http://localhost:8082, login with username: admin, password: admin Notes 8082 and the admin/admin are the default configuration of the MDBBM if you want to run it with other options, please take a look at System Configuration.

Notes

MDBBM use a MongoDB to store all the backup data, you can either connect MDBBM to your local database or remote database. If you haven't install MongoDB in your local environment please follow the guidlines in MongoDB to download and install it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].