Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
/ rBackup Public archive

Command line RethinkDB to JSON backup and restore script built in Node.js

License

Notifications You must be signed in to change notification settings

nodecraft/rBackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Command line RethinkDB to JSON backup and restore script built in Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published