[Zope] Solution for copying a site
Dieter Maurer
dieter@handshake.de
Mon, 11 Jun 2001 20:23:28 +0200 (CEST)
Peter Bengtsson writes:
> Now I'd like to Export my site and 1) back up the functionality 2) take the
> rest home a work on it locally
> Shipping a 100 Mb file back and forth hom is not an option.
> One option would be to copy the whole site inside Zope and then have a
> script that removes all Photos from the copy and then Export the "emptied"
> copy.
Copy just the objects which are not photos.
I would use "ZopeFind" to select all objects that need be copied
and then do the copying in a simple script.
Dieter