All Projects → hex7c0 → Mongodb Backup Cli

hex7c0 / Mongodb Backup Cli

Licence: apache-2.0
mongodb-backup cli for Nodejs

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mongodb Backup Cli

Node Firestore Backup
Google Firebase Firestore backup tool
Stars: ✭ 192 (+1029.41%)
Mutual labels:  cli, backup
Telegram backup
Java app to download all your telegram data.
Stars: ✭ 409 (+2305.88%)
Mutual labels:  cli, backup
Ludusavi
Backup tool for PC game saves
Stars: ✭ 301 (+1670.59%)
Mutual labels:  cli, backup
Manage Fastapi
🚀 CLI tool for FastAPI. Generating new FastAPI projects & boilerplates made easy.
Stars: ✭ 163 (+858.82%)
Mutual labels:  cli, mongodb
Mt Aws Glacier
Perl Multithreaded Multipart sync to Amazon Glacier
Stars: ✭ 522 (+2970.59%)
Mutual labels:  cli, backup
Mongotail
Command line tool to log all MongoDB queries in a "tail"able way
Stars: ✭ 169 (+894.12%)
Mutual labels:  cli, mongodb
Mongo Seeding
The ultimate solution for populating your MongoDB database.
Stars: ✭ 375 (+2105.88%)
Mutual labels:  cli, mongodb
Butler
Export/Import Jenkins jobs & plugins 📤
Stars: ✭ 113 (+564.71%)
Mutual labels:  cli, backup
Backup
Easy full stack backup operations on UNIX-like systems.
Stars: ✭ 4,682 (+27441.18%)
Mutual labels:  mongodb, backup
Django Dbbackup
Management commands to help backup and restore your project database and media files
Stars: ✭ 471 (+2670.59%)
Mutual labels:  mongodb, backup
Grafcli
Grafana CLI for quick and easy dashboards management.
Stars: ✭ 152 (+794.12%)
Mutual labels:  cli, backup
Dev Setup
macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults.
Stars: ✭ 5,590 (+32782.35%)
Mutual labels:  cli, mongodb
Ghbackup
Embarrassingly simple GitHub backup tool
Stars: ✭ 139 (+717.65%)
Mutual labels:  cli, backup
Autoserver
Create a full-featured REST/GraphQL API from a configuration file
Stars: ✭ 188 (+1005.88%)
Mutual labels:  cli, mongodb
Dynein
DynamoDB CLI written in Rust.
Stars: ✭ 126 (+641.18%)
Mutual labels:  cli, backup
S3cmd
Official s3cmd repo -- Command line tool for managing Amazon S3 and CloudFront services
Stars: ✭ 3,767 (+22058.82%)
Mutual labels:  cli, backup
Curriculum
Overview of the different modules and learning goals of the program.
Stars: ✭ 40 (+135.29%)
Mutual labels:  cli, mongodb
Mongoaudit
🔥 A powerful MongoDB auditing and pentesting tool 🔥
Stars: ✭ 1,174 (+6805.88%)
Mutual labels:  cli, mongodb
Curriculum
Dive into our 7-month web development program covering HTML, CSS, Javascript, Node, and React!
Stars: ✭ 453 (+2564.71%)
Mutual labels:  cli, mongodb
Mgob
MongoDB dockerized backup agent. Runs schedule backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more.
Stars: ✭ 573 (+3270.59%)
Mutual labels:  mongodb, backup

mongodb-backup-cli

NPM version Linux Status Windows Status Dependency Status

CLI for mongodb-backup

Similar to mongodump

Installation

Install through NPM

npm install -g mongodb-backup-cli

or

git clone git://github.com/hex7c0/mongodb-backup-cli.git

API

global cli with -g option

$ mongodb-backup -h

Usage:
  mongodb-backup [OPTIONS] [ARGS]

Options: 
      --verbose FILE     Save internal reporting into a logfile
      --host STRING      Specifies a resolvable hostname for the mongod 
  -c, --cursors NUMBER   Num of cursors
  -p, --parser [STRING]  Data parser (bson, json) (Default is bson)
  -o, --out [STRING]     Specifies the directory where saves the output  (Default is dump/)
  -r, --tar STRING       Pack files into a .tar file
  -c, --collections STRINGSpecifies a collection to backup
  -q, --query STRING     Query that optionally limits the documents included 
  -m, --metadata         Save metadata of collections as Index, ecc
  -t, --timeout N        Exit if the process takes longer than N seconds
  -v, --version          Display the current version
  -h, --help             Display help and usage details

Examples

Take a look at my examples

License GPLv3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].