Or in windows, do a similar thing using a scheduled task and wget (from cygwin) to invoke manage_exportObject with the options you want.
Josh
If you are in a *nix environment i would suggest investigating 'cron' and using the 'manage_exportObject' method (google away!)hthJonathan----- Original Message -----From: Sascha AdlerTo: zope@zope.orgSent: Wednesday, September 27, 2006 5:24 PMSubject: [Zope] automated object exportingHi,
I have a Zope object (a Plone site, to be specific) that I would like to have exported on a regular basis so I can back it up to another server. While I am familiar with Python, I'm not familiar with the specific methods involved in interacting with Zope for this. How would I go about doing this?
Thanks,
-Sascha