[Zope] Packing data.fs programmatically

Reinoud van Leeuwen reinoud.v at n.leeuwen.net
Tue Jan 31 07:08:40 EST 2006


On Tue, Jan 31, 2006 at 11:38:34AM +0000, Jonathan Cleaver wrote:
> I am using the following module to pack my data.fs programmatically 
> before a backup is made. This was largely taken out of the Zopelabs 
> cookbook - thanks!

I do it though the webinterface with a wget from the crontab:

@daily cd /some_path/zeo_server/var && \
       cp Data.fs Data.fs.pre_pack_backup && \
       /usr/local/bin/wget \
      'http://myzopeserver/Control_Panel/Database/manage_pack?days:float=0'\
       --http-user=special_user \
       --http-passwd='some_password' \
       --spider &&\ 
       cp Data.fs Data.fs.post_pack_backup


-- 
__________________________________________________
"Nothing is as subjective as reality"
Reinoud van Leeuwen    reinoud.v at n.leeuwen.net
http://www.xs4all.nl/~reinoud
__________________________________________________


More information about the Zope mailing list