![]() |
2010-09-02
, 21:33
|
Posts: 22 |
Thanked: 9 times |
Joined on Aug 2010
|
#32
|
![]() |
2010-10-20
, 03:20
|
Posts: 11 |
Thanked: 1 time |
Joined on Jan 2010
|
#33
|
The Following User Says Thank You to tanque For This Useful Post: | ||
![]() |
2010-10-20
, 09:03
|
Posts: 561 |
Thanked: 75 times |
Joined on Jan 2010
@ Spain
|
#34
|
![]() |
2010-11-05
, 11:11
|
Posts: 840 |
Thanked: 823 times |
Joined on Nov 2009
|
#35
|
![]() |
2011-08-12
, 13:13
|
Posts: 262 |
Thanked: 315 times |
Joined on Jun 2010
|
#36
|
![]() |
2011-08-12
, 13:46
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#37
|
![]() |
2011-08-12
, 13:56
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#38
|
Can somebody explain how unison works over ssh?
I have an always on ARM based NAS device with only rsync installed. I want this to be my master storage device to which everything else is synced. Problem is I'd have to compile unison on my NAS which is a real pain if unison needs to be on both the "host" and "client". So a possible solution was to use rsync only, with
rsync --rsh=ssh -aizuKL
both ways. Do you see any problems with this?
The Following User Says Thank You to qwazix For This Useful Post: | ||
![]() |
2011-08-12
, 19:15
|
Posts: 840 |
Thanked: 823 times |
Joined on Nov 2009
|
#39
|
![]() |
2011-08-14
, 22:23
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#40
|
![]() |
Tags |
cloud sync, maemo 5 |
Thread Tools | |
|
First of all i would like to say that im a Noob so this little "how to" comes with no guarrantee. But it worked allright for me
A big thanks to all people who have contributed in different ways on blogs, forum etc to this.
This outline comes from different sources and i have installed it on a windows 7 64bit PC along with my n900 and it is SSH password enabled.
My n900 has PR1.2, OpenSSH server, titans Power kernel v37 installed.
On the n900:
First read through this post (wich we are in) http://talk.maemo.org/showthread.php?t=27426
grab this from bundyo to your n900: http://www.bundyo.org/maemo/unison/u...57-2_armel.deb
I installed it via xterm:
I did not and I repeat I did NOT find any icon to start unison in app manager.
Start unison from xterm with simply typing:
http://www.cis.upenn.edu/~bcpierce/u...57-manual.html
Here you can get some screenshoots and also how to use Putty with it. I did NOT use Putty:
http://www.minezone.org/wiki/MVance/FileSyncingHowTo
my settings were:
local directory (n900) /home/user/MyDocs/.documents
second directory (W7) c:\n900
filled in SHH
Hos= ip address tom my W7 PC
user left blank
I left out port = blank
I actually dont know (since im a Noob
Then start OpenSSH server on n900
On Windows 7 PC:
Unison binaries for windows was hard to find at least for me. And im not into compiling.
Via this thread (http://marc.info/?l=unison-users&m=120153269217850&w=2) I found a compiled version of Unison for windows who was the same version as for n900, so grab this version:
http://alan.petitepomme.net/projets/....27.57-Gtk.zip
then grab GTK runtime (as mentioned in same thread)
http://sourceforge.net/projects/pidg...b.exe/download
Install GTK runtime first.
Then unpack Unison-2.27.57-Gtk.zip
copy "Unison-2.27.57 Gtk+.exe" to runtime folder and make a shortcut to it on desktop.
Runtime folder should be somthing like C:\Program Files (x86)\Common Files\GTK\2.0\bin
Now you need SSH support. In my case to get Password for openSSH to work i did this:
First i tried ssh.exe(http://www.wischik.com/lu/programmer/unison-ssh.html) but this SSH.exe had not support for password.
But in the commentaries of the same page there was a solution.
I downloaded: ftp://ftp.ox.ac.uk/pub/comp/security...ient-3.2.9.exe
and istalled. In the installation folder i took SSH2.exe and copied it to C:\Program Files (x86)\Common Files\GTK\2.0\bin
and renamed it to ssh.exe
You might have to run this like they suggest once to sort keys out like this
Now run Unison-GTK from desktop and you will have the same options as with n900
local directory: is on PC for me c:\n900
second directory: would be on n900 /home/user/MyDocs/.documents
host: the ip to your n900 (this will work over your local wifi net, via your GPRS distributor i dont know)
user:root
port: i left it blank
SSH is marked
When you run it there will be a black console in the background where tou type the password to your OpenSSH server on n900.
And voila! There you go synchronisations starts!
Im sure there are questions on various parts on this but im not the right guy to ask, but there are several people on this forum who have very good knowledge so if you want to change or modify these instructions feel completly free to do so in the benifit of other users.
I love my n900 and i hope you do too