1.0.2 • Published 4 years ago

couchdb-backup v1.0.2

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

couchdb-backup

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

npm install -g couchdb-backup

Backup

couchdb-backup -b -H "$host" -P "$port" -u "$username" -p "$password" -d "$db_name" -f "$output_file"

Restore

couchdb-backup -r -H "$host" -P "$port" -u "$username" -p "$password" -d "$db_name" -f "$input_file"

See danielebailo/couchdb-dump for options documentation

NPM

1.0.2

4 years ago

1.0.1

6 years ago

1.0.0

6 years ago