command line scripts to dump & restore a CouchDB database
- Shell 100%
| couchdb-backup.sh | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
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"
