=================
- Add ``alternative_restore_sources`` option. This creates a
``bin/altrestore`` script that restores from an alternative backup
location, specified by that option. You can use this to restore a
backup of the production data to your testing or staging server.
[maurits]
- When checking if the backup script will be able to create a path,
remove all created directories. Until now, only the final directory
was removed, and not any created parent directories.
[maurits]
- Testing: split the single big doctest file into multiple files, to
make the automated tests less dependent on one another, making it
easier to change them and add new ones.
[maurits]
- No longer test with Python 2.4, because Travis does not support it
out of the box. Should still work fine.
[maurits]