{"library":"mongodb-backup","type":"library","category":null,"description":"A Node.js library for creating backups of MongoDB databases by programmatically invoking mongodump-like functionality. Current stable version is 1.6.9, with a history of weekly or monthly releases. It supports streaming backups, tar packaging, collection selection, query filtering, and metadata preservation. Compared to direct mongodump usage, it provides a JavaScript API suitable for integration into build processes or deployment scripts. Requires Node >=4 and uses BSON for binary data serialization.","language":"javascript","status":"active","version":"1.6.9","tags":["javascript","mongodb","backup","dump"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install mongodb-backup","imports":["const backup = require('mongodb-backup');","const b = require('mongodb-backup'); b({...})","const backup = require('mongodb-backup'); backup.default({...})"]},{"cmd":"yarn add mongodb-backup","imports":[]},{"cmd":"pnpm add mongodb-backup","imports":[]}],"homepage":"https://github.com/hex7c0/mongodb-backup","github":"https://github.com/hex7c0/mongodb-backup","docs":null,"changelog":null,"pypi":null,"npm":"mongodb-backup","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}