the current backup script doesn't check for errors in the execution - [ ] do so by using bash's `trap ... ERR` - [ ] add email alerts for errors (in script or with cron)
the current backup script doesn't check for errors in the execution
trap ... ERR