View Single Post
Posts: 230 | Thanked: 302 times | Joined on Oct 2009 @ Helsinki, Suomi (Finland)
#4
Easiest is if you have ssh login enabled on N9 and the device is automatically connecting to your home wifi. Then you could just ssh into your n9 (or use winscp on windows):
Code:
 $ ssh user@192.168.x.x
...and copy all important files to some other computer with scp.
Code:
 $ scp -r /home/user/MyDocs <your username>@<your desktop ip adress>:~