#MySQL Backup Script
- Do a compolete dump of any MySQL database
- Name the backup file based on the date of the backup
- Allow the creation of "end-of-iteration" backups, using a different naming scheme
- Compress the backup files
- Delete backups from completed iterations
#Task Manager Command Suite A command suite is an app that provides a set of commands, each representing a different function of a related concept.
- Read in task from the command line and append it to todo.txt along with a timestamp
- List todos by reading todo.txt and generating ID numbers
- Read todo.txt and write it back out, stopping when we get the task the user wants to complete and including a timestamp for the completed date