Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
/ couchdump Public archive

A tool to backup and restore a CouchDB-Database.

License

Notifications You must be signed in to change notification settings

mkroli/couchdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

couchdump

A tool to backup and restore a CouchDB-Database.

Installation

Download from Releases or build:

git clone https://github.com/mkroli/couchdump.git
cd couchdump
cabal install

Usage

$ couchdump --help
couchdump 0.2

couchdump [OPTIONS]

Common flags:
  -s --source=location       the source DB (URL, path or - for stdin, default
                             is -)
  -d --destination=location  the destination DB (URL, path or - for stdout,
                             default is -)
  -? --help                  Display help message
  -V --version               Print version information
     --numeric-version       Print just the version number