mongodb-backup-toolkit

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

A Node.js library (v1.0.8) for backing up and restoring MongoDB databases using Mongoose. It exports all collections as JSON files to a specified directory and restores them by reading and inserting those files. Different from mongodump/restore by being a pure-JS solution with no CLI dependency. Intermittent updates with basic functionality; not actively maintained.