I finally got around to copying the backup functionality of ye olde instancemanager to a buildout recipe. The result is a real handy recipe: collective.recipe.backup .
bin/repozo
is a zope script to make backups of your Data.fs. Looking up the
settings can be a chore. And you have to pick a directory where to put the
backups. collective.recipe.backup provides sensible defaults for your
common backup tasks. Making backups a piece of cake is important!
Just read the pypi page, especially the section on supported
options,
though you get perfectly decent backups by adding backup
to your buildout's
parts list and adding the following two lines:
[backup] recipe = collective.recipe.backup
That's it!
My name is Reinout van Rees and I work a lot with Python (programming language) and Django (website framework). I live in The Netherlands and I'm happily married to Annie van Rees-Kooiman.
Most of my website content is in my weblog. You can keep up to date by subscribing to the automatic feeds (for instance with Google reader):
One area I haven't looked at that's obviously handled by zipping up the whole thing: blob files stored on filesystem.
I need to check yours, maybe we could merge
An easy typo to make. :)