Skip to content

command line scripts to dump & restore a CouchDB database

License

Notifications You must be signed in to change notification settings

maxlath/couchdb-backup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

command line scripts to dump & restore a CouchDB database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%