Advertise Here
Advertise Here
Advertise Here
Advertise Here
Results 1 to 8 of 8

Thread: [E² Plugin] Backup Suite

  1. #1
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,790

    [E² Plugin] Backup Suite

    Backupsuite V3.0_r0 py2 & py3


    • I had to fix the code a bit here too
    • Skin: hd/fhd/wqhd


    image_2023_12_18T18_03_11_966Z.jpg

    image_2023_12_18T18_14_17_121Z.jpg

    Thx @ Lululla

  2. Advertise Here
  3. #2
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,127
    Uploads
    107
    Likes
    17,064

    Re: [E² Plugin] Backup Suite

    enigma2-plugin-extensions-backupsuite_3.0_r3_all

  4. #3
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,127
    Uploads
    107
    Likes
    17,064

    Re: [E² Plugin] Backup Suite

    enigma2-plugin-extensions-backupsuite_3.0_r4_all

    Simplified management and cleaning of unusable code
    More check on scripts

    added a progress txt
    PHP Code:
    enigma2-plugin-extensions-backupsuite_3.0_r4_all.ipk 

  5. #4
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,127
    Uploads
    107
    Likes
    17,064

    Re: [E² Plugin] Backup Suite

    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
    PHP Code:
    enigma2-plugin-extensions-backupsuite_3.0_r6_all.ipk 

  6. #5
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,127
    Uploads
    107
    Likes
    17,064

    Re: [E² Plugin] Backup Suite

    here ipk.. v.3.0_r36

    NET Backup Instructions
    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)
    Select "NET Backup" from the device list
    Choose your mounted network share
    Confirm and start the backup process

    PHP Code:
    enigma2-plugin-extensions-backupsuite_3.0_r6_all (1).ipk 

  7. #6
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,127
    Uploads
    107
    Likes
    17,064

    Re: [E² Plugin] Backup Suite

    enigma2-plugin-extensions-backupsuite_3.0_r7_all

    Now it works:

    • -mmc
    • -network
    • -usb
    • -hdd
    • -flash
    • -restore

    This version is
    -Python3
    -no scripts for dreambox (py2)

    Thanks lululla
    PHP Code:
    enigma2-plugin-extensions-backupsuite_3.0-r7_all.ipk 

  8. #7
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,127
    Uploads
    107
    Likes
    17,064

    Re: [E² Plugin] Backup Suite

    enigma2-plugin-extensions-backupsuite_3.0-r8_all

    -fix name zip with model
    -fix error on grep model (mmc)
    PHP Code:
    enigma2-plugin-extensions-backupsuite_3.0-r8_all.ipk 

  9. #8
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,127
    Uploads
    107
    Likes
    17,064

    Re: [E² Plugin] Backup Suite

    enigma2-plugin-extensions-backupsuite_3.0-r9_all

    fixes
    PHP Code:
    enigma2-plugin-extensions-backupsuite_3.0-r9_all.ipk 

Advertise Here

Similar Threads

  1. DBackup Plugin direct Backup and Flashing
    By BG_Team in forum Enigma2 Plugins
    Replies: 3
    Last Post: 22-09-2021, 19:22:57
  2. Google : sa suite bureautique en ligne G Suite devient Google Workspace
    By totox69 in forum Actualités Journalière sur la Technologie
    Replies: 0
    Last Post: 09-10-2020, 08:06:08
  3. Backup suite git77
    By kalkan99 in forum Enigma2 Plugins
    Replies: 0
    Last Post: 03-10-2015, 16:09:11
  4. dFlash the direct flash & Backup Plugin
    By wahid in forum Enigma2 Plugins
    Replies: 0
    Last Post: 15-02-2012, 20:48:28
  5. Replies: 0
    Last Post: 27-06-2008, 20:18:34

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •