mongodb-backup-fixed

JSON →
library 1.7.2 ·javascript
verified Jun 5, 2026

A fixed fork of mongodb-backup for MongoDB backup operations. Version 1.7.2 patches a breaking change where MongoDB deprecated the snapshot() method, replacing it with $snapshot query operator. Provides programmatic backup of MongoDB databases to disk or tar streams, supporting BSON or JSON output, collection filtering, query limiting, and parallel collection scanning. The original package is no longer maintained by its author, hex7c0, leading to this community fix. Release cadence is sporadic, with no recent updates beyond the snapshot fix. Key differentiator: it directly addresses the snapshot deprecation without requiring external mongodump.