Kereoz wrote:
On Wed, Jun 25, 2008 at 1:13 PM, Andreas Jung <[EMAIL PROTECTED]> wrote:
As you can see from the HTML code: something like
app.Control_Panel.Database.<name of storage>.manage_minimize()
should work.
I was thinking about the zope command line tools such as zopectl or so.
But in fact yes, seems to work, so I'll do it that way :)
Thanks
You could also use something like
$ PYTHONPATH=/usr/local/Zope-2.9.6/lib/python
/usr/local/Zope-2.9.6/bin/zeopack.py -p $PORT -S $STORAGE -d $PACKDAYS
(obviously, adjust for your version of zope)
Miles
_______________________________________________
Zope maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )