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
BackupSuite 3.0
- Hannibal_Lecter
- Administration
- Posts: 14837
- Joined: 27 Mar 2024, 15:29
- Location: all over the world
- Has thanked: 15 times
- Been thanked: 2659 times
BackupSuite 3.0
- Attachments
-
- enigma2-plugin-extensions-backupsuite_3.0_r2_all.ipk
- (217.65 KiB) Downloaded 20 times
-
- backupstick.rar
- (199 Bytes) Downloaded 21 times
--> While the moderator's away, the spammers will play <--


- Hannibal_Lecter
- Administration
- Posts: 14837
- Joined: 27 Mar 2024, 15:29
- Location: all over the world
- Has thanked: 15 times
- Been thanked: 2659 times
Re: BackupSuite 3.0
enigma2-plugin-extensions-backupsuite_3.0_r3_all
- Attachments
-
- enigma2-plugin-extensions-backupsuite_3.0_r3_all.ipk
- (217.59 KiB) Downloaded 28 times
--> While the moderator's away, the spammers will play <--


- Hannibal_Lecter
- Administration
- Posts: 14837
- Joined: 27 Mar 2024, 15:29
- Location: all over the world
- Has thanked: 15 times
- Been thanked: 2659 times
Re: BackupSuite 3.0
Simplified management and cleaning of unusable code
More check on scripts
added a progress txt

More check on scripts
added a progress txt

- Attachments
-
- enigma2-plugin-extensions-backupsuite_3.0_r4_all.ipk
- (231.27 KiB) Downloaded 12 times
--> While the moderator's away, the spammers will play <--


- Hannibal_Lecter
- Administration
- Posts: 14837
- Joined: 27 Mar 2024, 15:29
- Location: all over the world
- Has thanked: 15 times
- Been thanked: 2659 times
Re: BackupSuite 3.0
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
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
- Attachments
-
- enigma2-plugin-extensions-backupsuite_3.0_r6_all.ipk
- (284.07 KiB) Downloaded 9 times
--> While the moderator's away, the spammers will play <--


Who is online
Users browsing this forum: No registered users and 0 guests