b4shnhawx / Backup-maker

An upgraded version of OS-Backup-for-Raspberry. Now compatible with all Linux systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BM: Backup-maker

Description

An upgraded version of OS-Backup-for-Raspberry. Now compatible with all Linux systems. This script can avoid the unintentional erase of data using colors to warn the user where he wants to save the backup and minimalize the typical human errors or neglects in the making a backup.

This script can't avoid completly the human errors, its just to minimalize that errors!!

Installation

To install the script just type the following instructions.

cd ~
git clone https://github.com/davidahid/Backup-maker
cd Backup-maker/scripts/
bash installer.sh

Now we need to change the permissions and add that we want that the program be executable.

sudo chmod +x /bin/bckpm

Optionally we can remove the downloaded git.

cd
rm -rf Backup-maker

Now we can execute the backup maker script in the terminal as a conventional command!

bckpm

The BCKPM script its been saved in /etc/backup_maker.sh and the binary file in /bin/bckpm.

Example

About

An upgraded version of OS-Backup-for-Raspberry. Now compatible with all Linux systems.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%