Index of /SAT/Dreambox/BackUp/E1

      Name                    Last modified       Size  Description

[DIR] Parent Directory 07-Nov-2009 12:04 - [   ] How-To-BackUp-Flash-..> 07-Nov-2009 11:39 871k [   ] FLASHWIZARD_6_3_nl.rar 07-Nov-2009 11:42 1.1M


BACKUP your image:
1) Telnet to your dreambox, login as root
2) type in "cat /dev/mtd/3 > /var/tmp/backup.img"
3) you can download this image to your pc via ftp

thats it! 

RESTORE your image:
1) login to dreambox via ftp as root
2) upload the backup.img file from your pc to the dreambox in /var/tmp/
3) telnet to the box as root
4) type "cd /var/tmp"
5) type "eraseall /dev/mtd/3 && cp backup.img /dev/mtd/3"
6) type "reboot" 

thats it! everything restored