Reload.sh : Reinstall, Restore & Wipe Your System Via SSH, Without Rebooting

Reload.sh is a tool to reinstall, restore and wipe your system from the level and in the place of the running GNU/Linux distribution (without cd-rom, flash and other). Via SSH, without rebooting.

Also Read : Cuteit – IP Obfuscator Made to Make a Malicious IP a Bit Cuter

How it works?

Set your archive with system backup to restore:

_build=”/mnt/system-backup.tgz”

Set path to temporary system (optional):

_base=”/mnt/minimal-base”

If you do not specify this parameter, the temporary system will be downloaded automatically.

Set path to main system disk:

_disk=”/dev/vda”

Run reload.sh:

./bin/reload.sh –base “$_base” –build “$_build” –disk “$_disk”

Credit : trimstray

R K

Recent Posts

Debian vs Ubuntu Server: Which Linux Server OS Wins?

Choosing between Debian vs Ubuntu is one of the most common decisions Linux administrators face…

18 minutes ago

Check Ubuntu Version Using Simple Linux Commands

Knowing how to Check Ubuntu Version details is essential for system administration, troubleshooting, and software…

3 hours ago

Create Sudo User on Ubuntu for Secure Admin Access

Managing a Linux server becomes much safer when you Create Sudo User accounts instead of…

6 hours ago

List Installed Packages on Ubuntu Like a Pro

Managing software on Linux becomes much easier when you know how to List Installed Packages…

8 hours ago

How To Use Variables In Bash Scripts

Introduction Variables are one of the most important basics of Bash scripting. A variable is…

1 day ago

How To Run A Bash Script In Linux Step By Step

Introduction Running a Bash script in Linux is a basic but important skill for anyone…

1 day ago