What is the suggested way to cron-automate ZODB packs for a production Plone instance?
问题 Looking at plone.org to find a way to periodically pack my instance's ZODB I could only find http://plone.org/documentation/faq/how-do-i-pack-the-zodb that doesn't talk about automated packs, but just manually initiated ones. I know I can simulate the manual pack with wget or curl, but I'd like to know if that is the best practice in use for production sites. 回答1: If you are using ZEO you can add the following to your Crontab to do this: 0 1 * * 6 <path-to-buildout>/bin/zeopack If you don't