>> However, for now gp-export does not back up whole store -- it only
>> iterates
>> through all objects
>> it finds in index and dumps them together with all their slots etc.
>> It is
>> such because it was meant
>> to be working with various stores. (But it supports only elephant/
>> postmod
gp-export sounds very useful. I actually implemented something
similar to help convert databases from one lisp to another (string
serialization is not compatible across lisp implementations). This
would be a more general solution to my hack. I'll look at it when I
get a chance.
Cheers,