<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hi again,<br>
<br>
sorry - forgot to mention:<br>
I actually wanted to export the object and all its children recursively
so that I have a complete backup of the content. The use case is to
move the content from one server to another.<br>
<br>
Thanks once again for helping and best regards,<br>
Chris<br>
<br>
<br>
</font></font><br>
Andreas Jung schrieb:
<blockquote cite="mid:668B16E2C4F005CCA8BAD726@suxmac2.local"
 type="cite"><br>
  <br>
--On 6. August 2007 14:55:35 +0200 Christian Schaffer
<a class="moz-txt-link-rfc2396E" href="mailto:christian.schaffer@muenchen.de">&lt;christian.schaffer@muenchen.de&gt;</a> wrote:
  <br>
  <br>
  <blockquote type="cite">Hi list,
    <br>
    <br>
I have Zope installed using the following config:
    <br>
Zope 2.9.4-final, python 2.4.3, sunos5
    <br>
    <br>
I&acute;d like to export an object which has several children. Using the web
    <br>
management console, I navigate to the root folder and checked the
    <br>
checkbox for the object to export. After that, I clicked the
    <br>
export/import button. The object ID showed up correctly, so I clicked
    <br>
the export button, wanting to leave the export file on the server.
    <br>
The export seemed to work. At least, I found a file on my server.
    <br>
Unfortunately, the only content of the file was one line:
    <br>
ZEXP˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙
    <br>
The file itself is only 20k of size.
    <br>
  </blockquote>
  <br>
And? What did you except? What should it contain? It contains a binary
format - to be exactly: the Python pickle of the selected object.
  <br>
  <br>
-aj<br>
</blockquote>
</body>
</html>