Allows adding scripts to a directory to be executed before backups and
after restorating. This can allow backing up a mysql dump or something.
Using these could (and probably does) break verify checks
Fixes#8
This was missing in x86 builds and we don't have a test verifying the
crontabs themselves, so it was never caught. It would be better to
verify those, but that would mean async testing which could result in
very slow builds or other issues.
Fixes#5