|
2010-07-11
, 08:06
|
Posts: 28 |
Thanked: 3 times |
Joined on Jun 2010
|
#32
|
|
2010-07-11
, 11:50
|
Posts: 278 |
Thanked: 209 times |
Joined on Dec 2009
|
#33
|
Wait about two days and I'll have a solution for you.
Between the 'bootloader-n900' package and a custom bootloader script, I have a backup menu I'm working on that basically boots the N900 with almost nothing, mounts the rootfs as read-only, and backs it up to the SD card.
Then, restoring is easy - just use flasher to restore the rootfs.
(the opt-fs will be more interesting; I assume we can just restore the rootfs via Flasher, reboot into the custom bootloader, and restore the opt-fs from there.
So far, I actually have the script running fine - but its missing any sort of 'progress' meter for DD.
-Rob
|
2010-07-12
, 12:12
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#34
|
sudo gainroot apt-get install bootloader-n900
sudo gainroot mv /home/user/MyDocs/backupMenu.item /etc/bootmenu.d/BackupMenu.item
|
2010-07-16
, 11:36
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#35
|
|
2010-07-18
, 16:41
|
Posts: 28 |
Thanked: 3 times |
Joined on Jun 2010
|
#36
|
The Following User Says Thank You to zement For This Useful Post: | ||
|
2010-07-20
, 00:37
|
Posts: 842 |
Thanked: 1,197 times |
Joined on May 2010
|
#37
|
Between the 'bootloader-n900' package and a custom bootloader script, I have a backup menu I'm working on that basically boots the N900 with almost nothing, mounts the rootfs as read-only, and backs it up to the SD card.
Then, restoring is easy - just use flasher to restore the rootfs.
(the opt-fs will be more interesting; I assume we can just restore the rootfs via Flasher, reboot into the custom bootloader, and restore the opt-fs from there.
So far, I actually have the script running fine - but its missing any sort of 'progress' meter for DD.
-Rob