Re: [Zope] Where does Zope store files...
please keep the replies on the mailing list... On Wed, Mar 05, 2003 at 05:02:03PM +0100, Sorin Marti wrote:
That means for a backup I only have to backup this file? When for example my system crashes and my harddisk too (that happended this morning :-( ), I only have to setup a new Zope environment and replace the new Data.fs with the new one?
Yes, exactly. Good idea to back it up every so often - you don't have to shut down zope to do so, just do something like cp Data.fs /somewhere/Data.fs.backup.some_date -- Paul Winkler http://www.slinkp.com
Here's a backup procedure on Zope.org: http://www.zope.org/Members/jrush/howto_rsync_zope
On Wednesday 05 March 2003 4:56 pm, Chris Muldrow wrote:
Here's a backup procedure on Zope.org:
That process is very dangerous. Your backup can be trashed if something goes wrong mid-rsync, or soon after the rsync. Also, rsync sometimes aborts if the file is changed while it is processing it, with insufficient guarantees about the state of the file it leaves behind. I recommend: http://mail.zope.org/pipermail/zodb-dev/2002-October/003418.html -- Toby Dickenson http://www.geminidataloggers.com/people/tdickenson
participants (3)
-
Chris Muldrow -
Paul Winkler -
Toby Dickenson