Skip to content

hex7c0/mongodb-restore-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM version Linux Status Windows Status Dependency Status

CLI for mongodb-restore

Similar to mongorestore

Installation

Install through NPM

npm install -g mongodb-restore-cli

or

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

API

global cli with -g option

$ mongodb-restore -h

Usage:
  mongodb-restore [OPTIONS] [ARGS]

Options: 
      --verbose FILE     Save internal reporting into a logfile
      --host STRING      Specifies a resolvable hostname for the mongod 
  -p, --parser [STRING]  Data parser (bson, json) (Default is bson)
  -o, --out [STRING]     Specifies the directory where get the backup (Default is ./)
  -r, --tar STRING       Extract files from a .tar file
  -m, --metadata         Set metadata of collections as Index, ecc
  -d, --drop             Drop every collection from the target database 
  -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