Skip to content

scripts to backup linux systems quickly and efficiently

Notifications You must be signed in to change notification settings

berrabe/automate-linux-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation



1 - INTRO


when doing a linux system backup it sometimes takes a very long time, which usually takes a whole VM back up (if using virtualization). That's why this script was created, which will only backup the important filesystem partitions and compress them into small files.

This script has been tested on CentOS, Debian and Arch Based System



2 - SETUP


the simple steps needed to use this script, all you have to do is download the script

> wget https://raw.githubusercontent.com/berrabe/automate-linux-backup/master/automate.sh
> chmod +x automate.sh



3 - BACKUP


All you have to do is run a simple command. And the rest, the script will do it for you

> ./automate.sh backup

# view log files in realtime
> tail -f output.log

By default, all backup files will be in the /SYSTEM_BACKUP folder in the form of compressed files



4 - RESTORE


As well as the restore process, all you have to do is run a simple command. And the rest, the script will do it for you

> ./automate.sh restore

# view log files in realtime
> tail -f output.log

By default, the script will restore from the files in the /SYSTEM_BACKUP folder



5 - POC



backup proses


backuplogs




restore proses


restore logs

About

scripts to backup linux systems quickly and efficiently

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages