0.5.0 • Published 8 years ago

mongodb-backup-cli v0.5.0

Weekly downloads
34
License
Apache-2.0
Repository
github
Last release
8 years ago

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

0.5.0

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.3

8 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago