Thomas Hommers wrote: > I would like to implement a good backup solution for CouchDB that should be > able to let me roll-back and -forward anytime.
CouchDB uses an append-only file format, so you can safely use tools like cp or rsync to easily create a point-in-time snapshot of a database. Nils. ------------------------------------------------------------------------ VPRO www.vpro.nl ------------------------------------------------------------------------
