mount backup ZODB (readonly)
Hi, I have a backup of a Zope instance on my disc. I want to get a tree of objects from that backup into my current zope server. Now I could bring zope down, switch the data.fs files, start Zope up, export it en switch back and import it. But I was wondering whether it is possible to mount another data.fs file (readonly) so I can do it in my running zope. I browsed through the products but I did not find anything. TIA, Reinoud -- __________________________________________________ "Nothing is as subjective as reality" Reinoud van Leeuwen reinoud.v@n.leeuwen.net http://www.xs4all.nl/~reinoud __________________________________________________
Hi Reinoud, --On Montag, 30. Dezember 2002 15:51 +0100 Reinoud van Leeuwen <reinoud.v@n.leeuwen.net> wrote:
Hi,
I have a backup of a Zope instance on my disc. I want to get a tree of objects from that backup into my current zope server. Now I could bring zope down, switch the data.fs files, start Zope up, export it en switch back and import it.
But I was wondering whether it is possible to mount another data.fs file (readonly) so I can do it in my running zope. I browsed through the products but I did not find anything.
You might consider DBTab: http://hathaway.freezope.org/Software/DBTab this works very well now. Regards Tino
participants (2)
-
Reinoud van Leeuwen -
Tino Wildenhain