- Added $BACKUP-style enviroment variable subsitution in addition to the tilde expansion offered by 0.6. [reinout, idea by Fred van Dijk]
0.6
================
- Fixed the test setup so both bin/test and python setup.py test work. [reinout+maurits]
- Added support for ~ in path names. And fixed a bug at the same time that would occur if you call the backup script from a different location than your buildout directory in combination with a non-absolute backup location. [reinout]
0.5
================
- Added support for additional_filestorages option, needed for for instance a split-out catalog.fs. [reinout]
- Test setup fixes. [reinout+maurits]
0.4
================
- Allowed the user to make the script more quiet (say in a cronjob) by using 'bin/backup -q' (or --quiet). [maurits]
- Refactored initialization template so it is easier to change. [maurits]
0.3.1
==================
- Added 'gzip' option, including changes to the cleanup functionality that treats .fsz also as a full backup like .fs. [reinout]
- Fixed typo: repoze is now repozo everywhere... [reinout]
0.2
================
- Extra tests and documentation change for 'keep': the default is to keep 2 backups instead of all backups. [reinout]
- If debug=true, then repozo is also run in --verbose mode. [reinout]