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"