maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] BackupMenu - OS backup & restore | New version - Jul 9th(v1.1) (https://talk.maemo.org/showthread.php?t=63975)

stevomanu 2011-01-06 21:01

Re: [Announce] BackupMenu V2 - OS backup & restore
 
I have spoke about this before but every time i backup my kernels is the only thing that does back up is there a reason for this or is something wrong !

cheers

gnasgame3 2011-01-07 03:17

Re: [Announce] BackupMenu V2 - OS backup & restore
 
when backing optfs i have Error : 5 last : gstar : ./tmp/demsock :
sockert is ignored

anyone can enlighten me what the message mean.
corrupted files ????

Mentalist Traceur 2011-01-07 21:53

Re: [Announce] BackupMenu V2 - OS backup & restore
 
Finally read through this entire thread from where I left it back at page 20-something.

I see that in the days that I have spent doing that, someone has released a multiboot compatible version. Doesn't surprise me. Not ideal, in my opinion, but hey, it makes people happier. I'll do my best to figure out how to do this for U-Boot. Right now I'm still tackling some python/cairo stuff for the Advanced Clock Plugin, but I'm feeling the motivation build to figure out this uboot stuff.

At any rate, just downloaded the latest .deb from your website, RobbieThe1st, and will be looking through the script that makes up BackupMenu. Then on to reading uboot documentation, etc.

RobbieThe1st 2011-01-16 01:15

Re: [Announce] BackupMenu V2 - OS backup & restore
 
Yes! My n900's working again, after having finally gotten and installed my replacement screen.
Now I can test things again.

debernardis 2011-01-16 07:44

Re: [Announce] BackupMenu V2 - OS backup & restore
 
Fine! :)
Yesterday I restored my ver 0.56 after some kind of fs crash that followed a long session with grr and several microb windows opened. As reported before, the free space on my rootfs went down of about 20 megabytes.
Has anybody had luck with generating a an ubifs image from tarred rootfs with zlib and flashing to the device?

humble 2011-01-17 00:35

Re: [Announce] BackupMenu V2 - OS backup & restore
 
how do i activate terminal again? (i remember in your early version it was like the first option)

thanks

RobbieThe1st 2011-01-17 00:44

Re: [Announce] BackupMenu V2 - OS backup & restore
 
I removed having that sort of terminal, mainly because it was buggy and woud only handle one command-string at once - More like a "run command" box than a terminal.
To replace it, I added USB Terminal and SSH modes, allowing for a full terminal from a connected PC.
At some point, I may re-add the run-command bits, but it's so kludgey I'm not too happy with it right now.
If you -need- it, it's in BMv2 a few versions back, and could be copy-pasted into the latest version.

RobbieThe1st 2011-01-20 04:59

Re: [Announce] BackupMenu V2 - OS backup & restore
 
Just a heads-up, guys: I was shown a mature script for handling battery charging, so I'll implement charging in the next version.

pali 2011-01-20 07:47

Re: [Testers needed] BackupMenu V2 - OS backup & restore
 
Quote:

Originally Posted by RobbieThe1st (Post 859357)
Quote:

Originally Posted by pali (Post 858474)
sorry, ITEM_LINUXRC doesnt work in current bootmenu-n900. I have fixed version of bootmenu in bzr: https://code.launchpad.net/~pali/+junk/maemo_bootmenu

if fixed version of bootmenu will be in repository I write again...

Let me know when it's fixed and works.

It is fixed in bootmenu-n900 version 1.9 (in extras-devel)

So can you add in new version bootmenu script like this?
Code:

ITEM_NAME="BackupMenu"
ITEM_ID="flash"
ITEM_LINUXRC="<path_to_script>"


pali 2011-01-20 08:02

Re: [Announce] BackupMenu V2 - OS backup & restore
 
and for N900 watchdogs I think I have better solution without udev. It is implemented in bootmenu and removing udev speed up starting bootmenu (with watchdogs fix). Program /usr/sbin/watchdogs is included in bootmenu-n900 and only write char \0 every 10 seconds.

This code fix problem with watchdogs:

Code:

        #echo "Creating watchdogs devices..."
        modprobe omap_wdt
        modprobe twl4030_wdt
        for p in /sys/bus/platform/devices/*_wdt/misc:*; do
                n=`basename $p | sed "s/.*://"`
                rm -f /dev/$n
                mknod /dev/$n c `cat $p/dev | sed "s/:/ /g"`
                #ls -l /dev/$n
        done

        #echo "Starting watchdogs..."
        /usr/sbin/watchdogs

When bootmenu is exited, it call

Code:

killall watchdogs

If udev is not needed in backupmenu, can you check if this code without udev speed up starting bootmenu?

And for battery charging: I think that it will be nice if bootmenu can use it too...


All times are GMT. The time now is 05:10.

vBulletin® Version 3.8.8