![]() |
2008-03-06
, 08:10
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#12
|
... unless you mean there's a way to convert that rsync into a flashable image I can use with the flasher program.
![]() |
2008-03-06
, 08:31
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#13
|
in any event, since I couldn't turn it on, I couldn't reflash it. and yes I tried leaving it out overnight with and without the battery.
You can still skip the final flashing part and download created initfs.bootmenu.jffs2 image (and initfs.orig.jffs2 backup) to PC and flash via official flasher if you want to be extra safe.
![]() |
2008-03-06
, 18:31
|
Posts: 11 |
Thanked: 0 times |
Joined on Mar 2008
|
#14
|
When backing up live system you may end with some additional runtime garbage in the image but it doesn't hurt, better keep the system quiet when backing up.
Well, no, even the stock initfs can boot from mmc but you need usb flasher to set the choice,
there is no menu and only first found ext2 partition is used. When I created bootmenu, initfs could boot only from mmcblk0p1 which was not very useful for running cloned system.
![]() |
2008-03-06
, 18:41
|
Posts: 11 |
Thanked: 0 times |
Joined on Mar 2008
|
#15
|
Yes, you can use mkfs.jffs2 also on linux desktop to create the image later. Linux/Mac flasher can write such image of rootfs (or initfs or kernel) separately.
Could be faulty hardware or you may be victim of this http://blog.homac.de/?p=58 a.k.a Power up Drama http://bugs.maemo.org/show_bug.cgi?id=2673
![]() |
2008-03-06
, 19:13
|
Posts: 70 |
Thanked: 5 times |
Joined on Jan 2008
|
#16
|
If I do say so myself I am really good with backups and have one of my home computers backing up all my machines each night via rsync (much faster and only backs up the files that have changed).
When I got my N800 I added a script to back that up too. I set my home router to always issue the IT the same IP every time it connects via WiFi (also makes things easier to connect to for other things). Each night the script pings the IT and if it's online will SSH to it and backup securely via rsync, this backs up the entire tablet including any cards loaded.
I also added a few more things, using hard links on my backup box I can keep weeks of backups using a fraction of the space and if the IT is offline for more than 10 days then I get an e-mail each night until it gets backed up
![]() |
2008-03-06
, 21:14
|
Posts: 38 |
Thanked: 3 times |
Joined on Dec 2007
@ UK
|
#17
|
I'd love to see some sample scripts to accomplish this. I want to implement a similar backup system using rsync.
/usr/bin/rsync --bwlimit=512 -az --log-format=%f --numeric-ids --delete --rsh=ssh --stats --exclude-from=/backup/scripts/libs/host.example.com.exclude --link-dest=/backup/backups/host.example.com/2008-03-05-01 host.example.com:/ /backup/backups/host.example.com/2008-03-06-01
The Following User Says Thank You to dogsbody For This Useful Post: | ||
![]() |
2008-03-11
, 03:19
|
Posts: 11 |
Thanked: 0 times |
Joined on Mar 2008
|
#19
|
![]() |
2008-03-11
, 06:17
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#20
|
also, does anyone have any further information on booting from SD using the stock init.fs as fanoush noted? I'm curious what the limitations are.
The Following User Says Thank You to fanoush For This Useful Post: | ||
Newbies click here before posting. Thanks.
If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.
Last edited by fanoush; 2008-03-06 at 08:04.