mongodb-backup

JSON →
library 1.0.3 ·javascript maintenance
verified Jun 5, 2026

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.