... These 2 problems have already been solved (at least for unison over ssh) by setting an environment variable on the server (in my case in my servers .bashrc...
Matthew Richardson
M.Richardson@...
Sep 1, 2008 11:36 am
7503
I have also been facing the exact same problem.. I also downloaded the windows binaries from the following link. There are two files in it, one for the GUI...
Nabil Malik
nabil.malik@...
Sep 1, 2008 2:33 pm
7504
have you install gtk+ for windows? it's nessesary...
Mica
mail.me@...
Sep 2, 2008 12:14 pm
7505
Hello Nabil, it's necessary to install gtk+ for Windows. To copy the needed DLLs from the gtk+ folder to the unison folder works as well. regards...
Mica
mail.me@...
Sep 2, 2008 12:14 pm
7506
Yes, I forgot to mention that I have installed the latest gtk+ for windows.. Since you are asking, have you tried it and does it work for you by any chance? ...
Nabil Malik
nabil.malik@...
Sep 2, 2008 2:31 pm
7507
Dear All, Based on comment tfrom Mica, I copied the dll files from my C:\ProgramFiles\CommonFiles\GTK to the Unison folder. I actually started copying one file...
Nabil Malik
nabil.malik@...
Sep 2, 2008 3:12 pm
7508
Hi Nabil, I've installed an openssh server, created a public and private keypair, copied the private key to the client into the folder %home%\.ssh (as usual, ...
Mica
mail.me@...
Sep 2, 2008 11:40 pm
7509
... ksh by default uses ~/.profile, and optionally uses .kshrc (or another file) if it is set in the ENV environment variable (in .profile). I'm guessing that...
Matthew Richardson
M.Richardson@...
Sep 4, 2008 9:31 am
7510
Are there any plans to enhance Unison to accept multiple (socket) connections when running in server mode ? (Some of my profiles take 2hours+ to determine if...
If change detection has been running for an hour (under Win32 and over VPN-DSL) and the TCP connection dies (seems to happen a lot), and I am forced to...
Ben, I have maxthreads set to 1 (one). But when synching a whole new folder. Multiple files in that subfolder are being parallel transferred anyway. How do...
... I think you can run multiple instances listening on different ports. You could dedicate one port to your long-running profiles and another port to your...
Dear All, In order to sync between windows and linux, please use the following procedure. *Linux:* - Download and install unison, preferably using the unison...
Nabil Malik
nabil.malik@...
Sep 7, 2008 8:16 am
7518
... An even better place for information like this (which may change over time and which I have no easy way of testing myself) is the Unison FAQ, which is a...
The link for openssh for windows that i mentioned in the procedure is a minimal cygwin to enable ssh. i.e.: it is based on cygwin. Unless some one wants...
Nabil Malik
nabil.malik@...
Sep 8, 2008 2:15 am
7520
I originally sent this to the unison-hackers list, but have received no responses -good or bad, so I'm resending here... I've encountered what looks like a...
Matthew Richardson
M.Richardson@...
Sep 8, 2008 11:33 am
7521
I've had repeated failures syncronizing one file of out thousands for about two weeks now. The failures occur only when using unison-gtk, and I get two...
Very weird. The GTK interface and text interface are pretty much just thin layers over absolutely identical underlying functionality. Next time you get into...
Thank you. Tried it, and it appears to be a fairly reasonable work-around. (Perhaps worth an entry in the FAQ). (I hope there are no temp file side-effects...
I've recently stumbled upon Unison, and I'm curious to know better about its differences to the replication tool I've been using for the last few years --...
Ivan Shmakov
oneingray@...
Sep 9, 2008 6:52 pm
7525
hi all, ok, i have unison being used in a script to sync files (and do other things).. in short, i have two source directories that i would like sync'd to a ...
The primary difference (AFAIK) is changes can occur on both systems and can be propagated bidirectionally. (This assumes that the changes don't overlap on each...
... Well, yes, and it's the why the filesystem metadata recording is necessary -- it makes Unison in the case the file contents differ in replicas to...
Ivan Shmakov
oneingray@...
Sep 10, 2008 8:25 am
7528
Hi thestonedmonk, ... Well, *sighs*, is there a strong reason why you could not settle down on: "I have 3 directories that I would like to sync." ? You could...
Hello again, Yes, quite complex. ... I understand what you are trying to do. Before I tell you how it will work, let me ask again: what would be break if you...
... If they're on the same filesystem, and you just want a different view, what I'd do is something like: mkdir /anotherPath cd /anotherPath for i in $source1...