# TODO

- [x] Backup all databases
- [x] Allow to define exclusions
- [x] Backup a selection of databases
- [x] Rotate backups after `n` backups
- [x] Allow to define exclusions based on regular expressions
- [ ] Error handling
- [ ] Configuration file
- [ ] Pass configuration file by command line
- [x] Write log file
- [x] Compress backups
- [ ] Optionally compress backups using 7-Zip's CLI (to overcome limitations of `Compress-Archive`)
- [ ] Add comments
- [ ] Add README