[Zope-dev] Data.fs
R. David Murray
bitz@bitdance.com
Thu, 17 Aug 2000 18:05:17 -0400 (EDT)
On Thu, 17 Aug 2000, Andre Schubert wrote:
> My Questions are: is there a way to delete the last transaction from
One answer: use tranalyzer to find the offset of the start of the
last transaction and truncate the file there.
> Data.fs, and can i backup the Data.fs when Zope is running. Is the
Yes.
> backup of Data.fs inconsitent when i make the backup at the same time a
> user writes to it?
No. If the last transaction in Data.fs s incomplete, Zope will ignore it on
startup.
--RDM