[Zope] packing a data.fs from outside zope?

sean.upton@uniontrib.com sean.upton@uniontrib.com
Wed, 16 May 2001 08:51:45 -0700


and this can be done with Zope running, and the ODB being used?

-----Original Message-----
From: Chris McDonough [mailto:chrism@digicool.com]
Sent: Tuesday, May 15, 2001 8:02 PM
To: anthony@interlink.com.au
Cc: zope@zope.org
Subject: Re: [Zope] packing a data.fs from outside zope?


Here ya go, Anthony (untested, but I'm feeling confident tonight ;-):

from ZODB.DB import DB
from ZODB.FileStorage import FileStorage
s = FileStorage('Data.fs')
db = DB(s)
db.pack()
db.close()



Anthony Baxter wrote:
> 
> Don't suppose anyone's produced a nice convenient "pack a data.fs file"
> script that's runnable from outside Zope?
> 
> Anthony
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> 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 )

_______________________________________________
Zope maillist  -  Zope@zope.org
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 )