Sparky Backup Sys is a Yad based frontend to Sparky Backup Core which lets you backup your existing Sparky installation, creating an iso image, in graphical mode.
The tool is based and forked from Remastersys-GUI.
The Info option provides basic informations about the tool.
The EFI* option provides informations about support of creating iso images which will be able to run and install on machines with UEFI motherboards.
The most important is to download grub-efi related debs from Debian repository:
* 64bit (amd64): efibootmgr, grub-efi, grub-efi-amd64, grub-efi-amd64-bin, libefiboot1, libefivar1
* 32bit (i386): efibootmgr, grub-efi, grub-efi-ia32, grub-efi-ia32-bin, libefiboot1, libefivar1
and place them in the /home/offline directory; see 64bit (amd64): efibootmgr, grub-efi, grub-efi-amd64, grub-efi-amd64-bin, libefiboot1, libefivar1
32bit (i386): efibootmgr, grub-efi, grub-efi-ia32, grub-efi-ia32-bin, libefiboot1, libefivar1
and place them in the /home/offline folder, see: Sparky Backup System - Tricks & Tips - Tip2
The Edit backup* option lets you configure the target live system's options, such as:
WORKDIR="/home/sparkybackup-sys"
LIVECDLABEL="SparkyLinux"
CUSTOMISO="sparkylinux-4.6-arch-desktop.iso"
etc.
The Edit Installer options lets you change the target user groups.
If you are not sure, leave it as it is.
The Clean Cache option remove all cached deb packages from your system, to reduce the target iso image.
The option uses command:
apt-get clean
The ISO option starts the new iso building process.
Depends on your machine power and the target iso size, it takes from 15 minutes to 1 hour or… ?
After the building process is completed, copy the iso image, package list, allsums and log file to different location.
The Clear option removes/delates all files from your working directory.
Run the option everytime your built an iso and would like to build next one.
The Viewlog option opens stored building log file from your working directory (if exist).
You might also read the Tricks & Tips page.