Hello, I have just added an --rdiff-backup option to our generic pack_zodb script: http://svn.nuxeo.org/trac/pub/file/CPSUtil/trunk/bin/pack_zodb
rdiff-backup [1] is a nice utility that makes it easy to setup incremental backups with 'point in time recovery' (which means you can restore the '3 days ago state' or the 'second older backup', etc...).
I decided to backup the Data.fs.old file (instead of Data.fs) since it is a static copy of Data.fs that is guaranted to be consistent (since generated inside the pack transaction) and won't change during the backup process.
So I you want to restore an old state, first stop the Zope daemon, restore the desired 'Data.fs.old' state using the standard method [2], rename this file to 'Data.fs' and then restart Zope.
Please, send your comments to this list and your bug reports to trac [3] as usual.
[1] http://www.nongnu.org/rdiff-backup/ [2] http://www.nongnu.org/rdiff-backup/examples.html#restore [3] http://svn.nuxeo.org/trac/pub/newticket Regards, -- Olivier _______________________________________________ cps-users mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/cps-users
