BackupSuite
Re: BackupSuite #841
Re: BackupSuite #842
Re: BackupSuite #843
Posted 15 January 2018 - 21:46
def showparameterlist(self):at the lines 349 and further and 383 and further
The backup seems fine and no errors are found in the process
Re: BackupSuite #844
Posted 16 January 2018 - 09:32
Thanks Pedro
It seems his box detected as another box instead of h7 in plugin.py which is weird, I did update the plugin hope to fix the problem
Please use latest version from develop: https://github.com/p...ros/BackupSuite
Open Vision sources: https://github.com/OpenVisionE2
Re: BackupSuite #845
Posted 16 January 2018 - 11:52
First attachment is the normal version compiled from latest sources.
And the next two are the test versions for mmc support, Please test mmc versions as I can't.
Let me know if it works ...
These are zipped files so copy the contents using a FTP program like FileZilla
Edited by Persian Prince, 16 January 2018 - 11:54.
Open Vision sources: https://github.com/OpenVisionE2
Re: BackupSuite #846
Posted 16 January 2018 - 19:40
On H7 C I tried to replace via FTP the first 2 changes
The backup ends with the creation of a zgemma folder
Restore using the fat32 key and the zgemma folder does not work.
Restore with the blue backupsuite button appears to work, but on reboot the box dies with "boot" on the display.
Nothing seems changed, I'm sorry.
Edited by sergiodi, 16 January 2018 - 19:41.
Re: BackupSuite #847
Posted 16 January 2018 - 20:40
I confirm what has already been reported.
The backup upload procedure is performed differently than before it did not start.
However, the result is a decoder stuck to the reboot with the wording on the boot display
confermo quanto già segnalato.
La procedura di caricamento del backup viene eseguita diversamente da prima che non partiva.
Il risultato però è di decoder bloccato al reboot con la dicitura sul display boot
Attached Files
Edited by isteric2005, 16 January 2018 - 20:41.
Re: BackupSuite #848
Posted 17 January 2018 - 17:30
First remove the "plugin.pyo" in your STB then overwrite and reboot.
Open Vision sources: https://github.com/OpenVisionE2
Re: BackupSuite #849
Posted 17 January 2018 - 19:44
I diligently followed the instructions by deleting the file.pyo and overwriting the new file.py, but the result does not change.
Backup ok
With restore of backup with backupsuite blue button the box to reboot dies
With the restore of the backup with usb the box ignores the folder
However, I thank you for the attempt.
Re: BackupSuite #850
Posted 17 January 2018 - 21:10
Then I installed Openpli 6.1 and with backupsuite I perfectly restored the total backup done with OpenAtv.
In fact, the box has restarted with the OpenAtv 6.2 on board.
Edited by sergiodi, 17 January 2018 - 21:14.
Re: BackupSuite #851
Posted 17 January 2018 - 21:37
It means it can not do the corrrct backup on PLi for h7 ...
We need to fix this and maybe it's binary related.
Edited by Persian Prince, 17 January 2018 - 21:39.
Open Vision sources: https://github.com/OpenVisionE2
Re: BackupSuite #852
Posted 18 January 2018 - 11:41
Re: BackupSuite #853
Posted 18 January 2018 - 12:28
So BackupSuite works on ATV and restores correctly on PLi right?
It means it can not do the corrrct backup on PLi for h7 ...
We need to fix this and maybe it's binary related.
Of course.
You understand perfectly: with box H7 + openpli 6.1 you can restore an openAtv full backup.
Re: BackupSuite #854
Posted 18 January 2018 - 15:00
Open Vision sources: https://github.com/OpenVisionE2
Re: BackupSuite #855
Re: BackupSuite #856
Posted 18 January 2018 - 17:45
The following comes to my attention:
When dumping the kernel the kernelsize is 3 MB, it seems rather small
and
on what place is the kernel, the backupsuite.sh assumes now on /dev/mmcblk0p1 but is this the case?
Maybe there should be looked at the part (from line 344 in the backupsuite.sh)
if [ $SEARCH = "hd51" ] ; then python /usr/lib/enigma2/python/Plugins/Extensions/BackupSuite/findkerneldevice.py KERNEL=`cat /sys/firmware/devicetree/base/chosen/kerneldev` KERNELNAME=${KERNEL:11:7}.bin echo "$KERNELNAME = STARTUP_${KERNEL:17:1}" log "$KERNELNAME = STARTUP_${KERNEL:17:1}" dd if=/dev/kernel of=$WORKDIR/$KERNELNAME > /dev/null 2>&1 elif [ $SEARCH = "sf4008" -o $SEARCH = "et11000" ] ; then dd if=/dev/mmcblk0p3 of=$WORKDIR/$KERNELNAME log "Kernel resides on /dev/mmcblk0p3" else dd if=/dev/mmcblk0p1 of=$WORKDIR/$KERNELNAME log "Kernel resides on /dev/mmcblk0p1" fi
Maybe the part
python /usr/lib/enigma2/python/Plugins/Extensions/BackupSuite/findkerneldevice.py KERNEL=`cat /sys/firmware/devicetree/base/chosen/kerneldev`
can be used to determine the kernel part?
Edited by Pedro_Newbie, 18 January 2018 - 17:50.
Re: BackupSuite #857
Posted 18 January 2018 - 18:17
Soon I will update the shell scripts and let you know to test again
Open Vision sources: https://github.com/OpenVisionE2
Re: BackupSuite #858
Posted 18 January 2018 - 18:23
Open Vision sources: https://github.com/OpenVisionE2
Re: BackupSuite #859
Posted 18 January 2018 - 19:47
Problem is that the box afaik has the same multiboot feature as the hd51. So you don't have 1 kernel partition. You have 4. I guess findkerneldevice.py or similar is the way to go to find out which MMC kernel partition is used from current running image.
Re: BackupSuite #860
Posted 18 January 2018 - 20:01
Open Vision sources: https://github.com/OpenVisionE2
5 user(s) are reading this topic
0 members, 5 guests, 0 anonymous users