Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.25 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.25 KB

ubuntu-backup-utils

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.

Functions / Features

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

image

image

image

image

image

image