New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rbackup

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rbackup

RethinkDB to JSON backup tool

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
5
25%
Maintainers
1
Weekly downloads
 
Created
Source

rBackup

Command line RethinkDB to JSON backup and restore script built in Node.js. This does not restore secondary indexs, sharing, or replication. This is only a method to store the data as raw JSON to hard backups.

npm install rbackup -g
Usage: rbackup [options]

  Options:

    -h, --help                            output usage information
    -V, --version                         output the version number
    -h, --host [value]                    Hostname
    -p, --port [value]                    Port
    -d, --db, --database [value]          Database Name
    -a, --auth, --authentication [value]  Authentication
    -f, --folder [value]                  Folder
    -c, --cwd [value]                     Current Working Directory
    -i, --import                          Set functionality to Import

ReThinkDB Versioning

While this script does a good job of importing data, it does not manage the RethinkDB driver version. You may need to change the version of RethinkDB's driver used.

Keywords

rethink

FAQs

Package last updated on 24 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts