[Zope] Backup & restore zope

Adam Manock abmanock@earthlink.net
Tue, 11 Jun 2002 06:56:27 -0400


At 10:41 PM 6/10/02, Jim Kutter wrote:
>Hi folks - how does one go about backing up and restoring a production Zope
>server?

Crontab entry :-)

# at 1:30am, Tuesday - Saturday, backup Zope, save export file to ~root/
30 1 * * 2-6 root       wget -O ~root/zopebak.zexp 
"http://zopehost:8080/manage_exportObject?download:int=1"