Re: [Zope] automated object exporting

2006-09-28 Thread Chris Withers
Jonathan wrote: If you are in a *nix environment i would suggest investigating 'cron' and using the 'manage_exportObject' method (google away!) If this is for backup, I wouldn't bother. Just use repozo like you're supposed to ;-) Chris -- Simplistix - Content Management, Zope Python

[Zope] automated object exporting

2006-09-27 Thread Sascha Adler
Hi,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

Re: [Zope] automated object exporting

2006-09-27 Thread Jonathan
] automated object exporting Hi,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

Re: [Zope] automated object exporting

2006-09-27 Thread Josh Burvill
the 'manage_exportObject' method (google away!) hth Jonathan - Original Message - From: Sascha Adler To: zope@zope.org Sent: Wednesday, September 27, 2006 5:24 PM Subject: [Zope] automated object exporting Hi,I have a Zope object (a Plone site, to be specific) that I would

Re: [Zope] automated object exporting

2006-09-27 Thread Maciej Wisniowski
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