Ubuntu bash script for handling the creation and restoration of backup tarballs. This is not a whole image backup, but rather a backup of standard directories used for logs, programs, and user created contents.
Also, before anyone says it; I am well aware there are plenty of backup utilities already. I just made this to fit my needs, and felt as though it wouldn't hurt to share with the community.
1. List backup directories
2. Check available disk space
3. List existing backups
4. Start / Create a backup
5. Restore a backup tarball
6. Exit
Backed Up Directories (Default)
> /etc
> /home
> /var/www
> /var/log
> /var/mail
> /opt
> /root
> /usr/local