Skip to content

Ubuntu bash script for handling the creation and restoration of backup tarballs.

License

Notifications You must be signed in to change notification settings

Steelio/ubuntu-backup-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Ubuntu bash script for handling the creation and restoration of backup tarballs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages