rdb-backup-importer
v1.0.0
Published
rdb-backup-importer
Downloads
5
Readme
rdb-backup-importer
Requirements
- wget
- RethinkDB (duh)
Installation
[sudo] npm install -g rdb-backup-importer
This will allow you to have rdb-backup-importer
available globally.
Usage
$ rdb-backup-importer "https://s3-eu-west-1.amazonaws.com/someurl/long-and-with-a-token-and-possibly-without-a-tar-gz-ending?true=false"
Or you can pass along rethinkdb-import
parameters to the tool
$ rdb-backup-importer "https://example.com" -r --force
Contributing
It's a simple tool, but if you want to add something, pull requests are always welcome.
Remember to run tests with make test
Licence
MIT