En daar hebben we onze backup en restore-functie alVerwijderd schreef op dinsdag 27 februari 2007 @ 22:38:
[...]
Als je bij deze busybox tftp intikt geeft ie :
#tftp
BusyBox v1.00 (2006.04.04-02:14+0000) multi-call binary
Usage: tftp [OPTION]... tftp_server_ip
Update firmware image and configuration data from OR backup configuration
data to a tftp server.
Options:
-g Get file. (Update image/configuration data)
-p Put file. (backup configuration data)
-f remote file name.
-t i for image and c for configuration data.
Dus niks prompt.
Lijkt wel of de deamon nog gestart moet worden.
iets als tftp -p mtdblock0 192.168.1.99 werkt niet.....
Zou je eens kunnen proberen
tftp -p -t i <ip van je bak>
tftp -p -t c <ip van je bak>
als dat niet werkt
tftp -p -f image -t i <ip van je bak>
tftp -p -f config -t c <ip van je bak>
[ Voor 8% gewijzigd door GraveR op 27-02-2007 23:09 ]