Page 1 of 1
BackupSuite 3.0
Posted: 26 Oct 2024, 22:43
by Hannibal_Lecter
update v.3.0_r2
py2/py3 compatible
I had to fix the code a bit here too
Skin: hd/fhd/wqhd
Thank's nssteam for test
Re: BackupSuite 3.0
Posted: 24 Jun 2025, 11:48
by Hannibal_Lecter
enigma2-plugin-extensions-backupsuite_3.0_r3_all
Re: BackupSuite 3.0
Posted: 27 Jun 2025, 18:16
by Hannibal_Lecter
Simplified management and cleaning of unusable code
More check on scripts
added a progress txt

Re: BackupSuite 3.0
Posted: 29 Jun 2025, 13:18
by Hannibal_Lecter
enigma2-plugin-extensions-backupsuite_3.0_r6_all
Some small fixes
Reduced the code in very safe mode.
### **Device List**
* Use **UP/DOWN** buttons to navigate through backup options
* Press **OK** to select an option
---
### **Backup Options**
* **HDD Backup**: Full system backup to internal hard drive
* **USB Backup**: Create a bootable USB recovery stick
* **MMC Backup**: Backup to internal storage (eMMC)
* **NET Backup**: Backup to network storage (NAS/SMB)
* **Barry Allen**: Multiboot backup (if installed)
* **Restore**: Flash a previously created backup or image
---
### **Button Functions**
* **GREEN**: Start backup for selected device
* **YELLOW**: Start restore process
* **BLUE**: Show this help screen
* **RED**: Close BackupSuite
---
### **NET Backup Instructions**
1. **Mount your network share first**:
* Go to **Main Menu > Setup > System > Storage Manager**
* Select **"Network Storage"** and add your NAS/SMB share
* Enter server IP, share name, username and password
* Mount the share and assign a name (e.g., `NET_BACKUP`)
2. **Select "NET Backup"** from the device list
3. **Choose** your mounted network share
4. **Confirm** and start the backup process
---
Restore from Network Procedure:
Select "Restore Backup" from the main menu
* Choose the network share (all mounted shares should be listed)
* Navigate to the folder where you saved your backups (e.g., /media/net/MODEMTIM/backup/)
* Select the ZIP backup file you want to restore
* Follow the guided steps to complete the restore process
---
### **Best Practices**
* Keep regular backups of your system
* Verify you have enough free storage space
* Never interrupt backup/restore processes
* Use quality USB drives for recovery sticks
* For network backups, use wired connection instead of Wi-Fi
---
### **Technical Notes**
* **HDD backups**: Stored in `/media/hdd/backup`
* **USB backups**: Require FAT32-formatted drive with `backupstick` file
* **NET backups**: Require mounted CIFS/NFS share with write permissions
* **Restore**: Works from HDD, USB, NET or MMC storage
* Always choose **"Standard (root and kernel)"** when restoring
---
### **Troubleshooting NET Backup**
* Ensure NAS is powered on and accessible
* Verify username/password are correct
* Check share permissions (read/write)
* Test connection with `ping` command
* Use IP address instead of hostname if DNS fails
* **HDD Backup**: Full system backup to internal hard drive
* **USB Backup**: Create a bootable USB recovery stick
* **MMC Backup**: Backup to internal storage (eMMC)
* **NET Backup**: Backup to network storage (NAS/SMB)
* **Barry Allen**: Multiboot backup (if installed)
* **Restore**: Flash a previously created backup or image
Re: BackupSuite 3.0
Posted: 05 Jul 2025, 15:41
by Hannibal_Lecter
-fix name zip with model
-fix error on grep model (mmc)
Fixed this error
work very fine
thx Lululla