command line scripts to dump & restore a CouchDB database
Find a file
2018-10-16 13:12:17 +02:00
couchdb-backup.sh Update couchdb-backup.sh 2018-03-13 10:39:01 +01:00
LICENSE Just appending my additional details to the licence 2015-11-19 12:27:32 +00:00
package.json 1.0.1 2018-10-16 13:12:17 +02:00
README.md readme: replacing with explaination of how to use the npm package 2018-10-16 13:11:43 +02:00

couchdb-backup

This repo is used to make couchdb-backup.sh from couchdb-dump easily installable in a NodeJS project:

npm install couchdb-backup
# See https://github.com/danielebailo/couchdb-dump for options documentation
./node_modules/.bin/couchdb-backup b -H "$host" -P "$port" -u "$username" -p "$password" -d "$db_name" -f "$output_file"

NPM