Joshua Bronson wrote:
I needed a script to dump a large (>30G) couchdb database on a nightly basis for backup purposes, to be performed while couchdb is running, (...)
Did you know that you can just use tools like cp to safely backup live CouchDB databases? Using rsync will give you an instant incremental backup tool.
Nils Breunese.
