I’m working on the “Mabox Linux USB Installer and Backup Utility” written in Python. It should work on most systems.
This Python program provides a streamlined way to download and install Mabox Linux to USB devices while also backing up important system files. It checks for local and online versions of Mabox Linux, manages USB device selection and formatting, and performs efficient backups using rsync.
It can download the latest mabox-linux ISO from sourceforge and then report:
The latest version of mabox-linux is available:
mabox-linux-25.02-Istredd-250205-linux61.iso
Do you want to download it? (y/n or q to quit)
If you’ve already downloaded the file and it’s in your /Downloads directory, the program will detect it. It will then display a list of your connected USB devices and ask if you want to install the file on one of them. You can choose yes or no. After that, the program can copy your /home directory to a USB device of your choice, showing you a list of all available USB devices currently plugged in.
It’s still in development.