Re: packing a data.fs from outside zope?
16 May
2001
16 May
'01
3 a.m.
Anthony Baxter wrote Don't suppose anyone's produced a nice convenient "pack a data.fs file" script that's runnable from outside Zope?
never mind. (here it is, for anyone interested) import ZODB from Persistence import Persistent store = ZODB.FileStorage.FileStorage("Data.fs") db = ZODB.DB(store) db.pack() print "done"
9092
Age (days ago)
9092
Last active (days ago)
0 comments
1 participants
participants (1)
-
Anthony Baxter