View Single Post
Old 07-21-2006, 02:37 PM   #8
ali
Addict
ali doesn't litterali doesn't litter
 
ali's Avatar
 
Posts: 302
Karma: 116
Join Date: May 2006
Device: Iliad, dude!
Quote:
Originally Posted by R2D2
I killed the matchbox panel and started it with different arguments to see what happens. But actually before modifying file I would really like to be able to make an image of the whole thing. There must be a way to do it...
I made two backups, from my linux machine, where the Iliad was 192.168.1.100:

first is an archive to play with
Code:
ssh root@192.168.1.100 'tar -cf - /' > iliad.tar
second is a complete dump of the flash memory:
Code:
ssh root@192.168.1.100 'dd if=/dev/tffsa' > iliad.dd
the second should be everything that needs to be written back to the Iliad, however, it's unclear how to do that.
ali is offline   Reply With Quote