29 May
2000
29 May
'00
9:20 a.m.
Is there any facility in Zope for doing a hot backup, without shuting down zope, taking a backup copy of var -- can this result in inconsistencies in the internal DB, or does it use something mystical to prevent corruption? If not, what other options exist for this?
AFAICS Zope does a sync() everytime after an object write, so you should be safe by just copying the Data.fs file while it's running. YMMV :) -Petru