Quote:
Originally Posted by tshering
If you can telnet into your device you could copy all files you want to preserve to an external sd, or alternatively you could send them with netcat via wifi or usbnet to your pc.
|
The tricky part is knowing which files are needed. What I was after is a way to copy everything, preserving permissions and directory structure. For the user-accesible partition I use rsync, but I guess rsync does not work through the telnet connection, right? Maybe tar + netcat?