In this project you will need to learn how to create backups of selected directories and store them on CD-R.
Assuming you have a list of directories you would like to backup and a directory (local or remote) you will be saving the backups into, do the following:
To get extra points, instead of simply dumping the commands you executed into a text files develop scripts that would do the same things, but would be more flexible. For example, backup.sh can take the parameters: the file with the directory list and the backup directory. Restore script, can read all the available archives by the date and prompt the user which one needs to be restored.