{"library":"mongodb-backup-dump","type":"library","category":null,"description":"A simple Node.js package to backup, restore, and schedule MongoDB database snapshots using mongodump and mongorestore. Current stable version: 1.0.3 (infrequently updated). It wraps native MongoDB CLI tools, offering a simplified API for common backup operations and cron-based scheduling. Compared to alternatives like mongodump directly or mongodb-backup, this package adds minimal abstraction but lacks authentication support, TLS/SSL, and cloud storage options.","language":"javascript","status":"maintenance","version":"1.0.3","tags":["javascript","mongo","mongodb","mongodb-backup","backup","mongodb-restore","mongodb-backup-cron","mongodb-backup-schedule"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mongodb-backup-dump","imports":["const mongodbBackup = require('mongodb-backup-dump')","mongodbBackup.createBackup(host, port, backupDest)","mongodbBackup.restoreBackup(path, host, port)","mongodbBackup.scheduleBackup(cronExpression, host, port, backupDest)"]},{"cmd":"yarn add mongodb-backup-dump","imports":[]},{"cmd":"pnpm add mongodb-backup-dump","imports":[]}],"homepage":"https://github.com/realsashah/mongodb-backup","github":"https://github.com/realsashah/mongodb-backup","docs":null,"changelog":null,"pypi":null,"npm":"mongodb-backup-dump","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}