[Zope] How can I "export" objects without user interference
Andrew Veitch
andrew@logicalprogression.net
Fri, 13 Dec 2002 00:53:13 +0000
I would think that copying Data.fs is probably a better way of doing your
backup. Especially as it's a filestore that keeps changes.
manage_exportObject is in OFS.ObjectManager which would do the export for
you.
A
On 11/12/02 2:04 pm, "Thomas Runge" <t.runge@newage-avkseg.com> wrote:
> Hi!
> Using "export", it seems to be easy to do a "backup" of content within Zope.
>
> But to do this, I have to log in (of course I have to supply user-name and
> password) before selecting my object to backup and selecting "Export". So I
> will have to do every "backup" manually...
>
> Is there any way to "script" this, so a backup can be done automatically?
>
> --- Thanks.
> Thomas
>
>
>
> _______________________________________________
> 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 )