We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2017-05-08 00:15:34 +0200

rsync from Jolla to windows pc - need help

Hi to all.
Maybe here someone can help me...
I'm trying to backup files from my Jolla Tablet to Windows PC (win10) by rsync command...
I did setup like explained in this video: https://www.youtube.com/watch?v=Yh_EkhQtj1g but when I trying to run this comman:

rsync -r -u /home/nemo/AmbienceList/Custom.list schtu@192.168.1.101:rsync_Jolla_Tab

it just don't do nothing until timeout:

[nemo@Jolla_Tab ~]$ rsync -r -u /home/nemo/AmbienceList/Custom.list schtu@192.168.1.101:rsync_Jolla_Tab
ssh: connect to host 192.168.1.101 port 22: Connection timed out
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(226) [sender=3.1.0]
[nemo@Jolla_Tab ~]$

If I changing ip to 127.0.0.1 it start to ask about password that I don't know... (win pass not work)
Can someone know how to properly setup windows pc and work with ssh/rsync command from Jolla devices ? Any step-by-step guide ?
Thanks

[solved] rsync from Jolla to windows pc - need helppc

Hi to all.
Maybe here someone can help me...
I'm trying to backup files from my Jolla Tablet to Windows PC (win10) by rsync command...
I did setup like explained in this video: https://www.youtube.com/watch?v=Yh_EkhQtj1g but when I trying to run this comman:

rsync -r -u /home/nemo/AmbienceList/Custom.list schtu@192.168.1.101:rsync_Jolla_Tab

it just don't do nothing until timeout:

[nemo@Jolla_Tab ~]$ rsync -r -u /home/nemo/AmbienceList/Custom.list schtu@192.168.1.101:rsync_Jolla_Tab
ssh: connect to host 192.168.1.101 port 22: Connection timed out
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(226) [sender=3.1.0]
[nemo@Jolla_Tab ~]$

If I changing ip to 127.0.0.1 it start to ask about password that I don't know... (win pass not work)
Can someone know how to properly setup windows pc and work with ssh/rsync command from Jolla devices ? Any step-by-step guide ?
Thanks

UPDATE (12.05.2017):
Finally I found what was the problem and fixed it :)
For some reasons public key from Win PC not added to my "known_hosts" on Jolla devices. Now all my Jolla devices (Jolla1, C and Tablet) can backup (rsync) my files automatically to Win 10 PC :)
I created full instruction with all explanations how to get it work, you can see/download it and use :)
https://www.dropbox.com/s/qvyl3m1lxjxou5h/SSH_connection_for_Jolla_devices.pdf?dl=0
Soon I will update my app Simple & quick file backup (rsync) with this instruction.

[solved] rsync from Jolla to windows pc

Hi to all.
Maybe here someone can help me...
I'm trying to backup files from my Jolla Tablet to Windows PC (win10) by rsync command...
I did setup like explained in this video: https://www.youtube.com/watch?v=Yh_EkhQtj1g but when I trying to run this comman:

rsync -r -u /home/nemo/AmbienceList/Custom.list schtu@192.168.1.101:rsync_Jolla_Tab

it just don't do nothing until timeout:

[nemo@Jolla_Tab ~]$ rsync -r -u /home/nemo/AmbienceList/Custom.list schtu@192.168.1.101:rsync_Jolla_Tab
ssh: connect to host 192.168.1.101 port 22: Connection timed out
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(226) [sender=3.1.0]
[nemo@Jolla_Tab ~]$

If I changing ip to 127.0.0.1 it start to ask about password that I don't know... (win pass not work)
Can someone know how to properly setup windows pc and work with ssh/rsync command from Jolla devices ? Any step-by-step guide ?
Thanks

UPDATE (12.05.2017):
Finally I found what was the problem and fixed it :)
For some reasons public key from Win PC not added to my "known_hosts" on Jolla devices. Now all my Jolla devices (Jolla1, C and Tablet) can backup (rsync) my files automatically to Win 10 PC :)
I created full instruction with all explanations how to get it work, you can see/download it and use :)
https://www.dropbox.com/s/qvyl3m1lxjxou5h/SSH_connection_for_Jolla_devices.pdf?dl=0
Soon I will update my app Simple & quick file backup (rsync) with this instruction.