Skip to the content.

SimpleLinuxBackupRecoveryCLI

Simple Linux CLI program written in bash that can backup and recover directories. Recovery can either be an entire directory or a single file from it. There is also functionality to recover deleted files if there is still a trace of it in the system.

Before you can run the program, you will have to give it permission to execute:

chmod 755 menu.sh
chmod 755 backup.sh
chmod 755 recovery.sh
chmod 755 forensics.sh

If these are the only files in the directory, you can expedite the process by using one command:

chmod 755 *.sh

Then to execute:

sudo ./menu.sh