AFAIK, it would be a bad idea a) if writes were not appends and b) if
records written to the FileStorage were not written atomically.  But
neither is the case, so it's safe to just copy it without shutting it
down.  The only time this may not be the case is if it were copied
during a pack operation.

David Trudgett wrote:

> I don't understand this advice. Couldn't the file change while being read?
> Wouldn't a better way be to pack the database and use the Data.fs.old file
> as the backup?
> 
> David Trudgett

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to