Hello! I have two computers with ZOPE. I want to copy some ZODB-objects from one computer to another simultaneously, without manual copying of all key-values. Can I do it, and how? Alexey
Hi, Basically you should export your objects into a .zexp file that will be found in the var directory, copy that one to the import directory of the other and import them there again. I would also suggest to read to the zope book. Douwe
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Алексей Колчин Sent: Wednesday, July 31, 2002 12:02 PM To: zope@zope.org Subject: [Zope] Objects transfer
Hello!
I have two computers with ZOPE. I want to copy some ZODB-objects from one computer to another simultaneously, without manual copying of all key-values. Can I do it, and how?
Alexey
_______________________________________________ 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 )
Алексей Колчин wrote:
I have two computers with ZOPE. I want to copy some ZODB-objects from one computer to another simultaneously, without manual copying of all key-values. Can I do it, and how?
Look at ZSyncher or roll your own using XML-RPC cheers, Chris
Chris Withers <chrisw@nipltd.com> writes:
Алексей Колчин wrote:
I have two computers with ZOPE. I want to copy some ZODB-objects from one computer to another simultaneously, without manual copying of all key-values. Can I do it, and how?
Look at ZSyncher or roll your own using XML-RPC
FYI, it's zsyncer. I had a hard time finding zsyncher :) http://www.zope.org/Members/andym/ZSyncer Ricardo Anguiano anguiano@codesourcery.com CodeSourcery, LLC http://www.codesourcery.com
participants (4)
-
Chris Withers -
douwe@oberon.nl -
Ricardo Anguiano -
Алексей Колчин