... For the case I am thinking of (executables), a solution would be not to ignore them, but to flag them as "not transferable". The update detectors would...
... I think this would be annoying -- you'd have to wade through all the executables in the user interface. Better (and not much more difficult, if my...
... The main issue would be efficiency (number of messages between hosts). At the moment, update detection is totally asynchronous -- one message crosses the...
Hello there, Is there a way to use unison to do one way sync?? Note: I don't want to use rsync, I know it does unidirection sync. Sorry if it is a stupid...
I have been successfully using unison to synchronize two Windows computers through a USB drive. In essence, the two computers are not communicating through the...
Laurent Franceschetti...
laurent.franceschetti...
Feb 1, 2004 3:41 pm
2191
I have been successfully using unison to synchronize two Windows computers through a USB drive. In essence, the two computers are not communicating through the...
Laurent Franceschetti...
laurent.franceschetti...
Feb 1, 2004 3:42 pm
2192
... Check the "force" option in the user manual. Konad...
Is there any way to indicate preferences for the server side, in addition to the client side? Here's the motivation: I have filesystems on two machines (which...
Adam M. Costello
unison-users@yahoogro...
Feb 2, 2004 2:36 pm
2194
... *All* preferences (in particular, ignore patterns) are always propagated from the client side to the server side. - B ... BENJAMIN C. PIERCE, Professor ...
... Does anybody have an answer to this? I've recently been playing with Unison trying to get this to work, but so far no go. It works locally, but not...
ttsig1
ttsig@...
Feb 2, 2004 10:10 pm
2196
Hi, I noticed reading some the of release notes that Unison tries to multithread the transport level and that it used 5 threads. Is there any way to reduce...
gilh@...
Feb 2, 2004 10:13 pm
2197
... A very small hack to the source of case.ml would be the only change needed. Unison is pretty easy to recompile from sources. B...
... Oops, sorry, I jumped to the wrong conclusion. When the server took much longer to build its index than the client did, even though the client is an older...
Adam M. Costello
unison-users@yahoogro...
Feb 3, 2004 1:10 pm
2199
... That's what I did for my personal copy. But I wonder how many users feel comfortable hacking Caml code. Konrad....
Hi, Situation: - I have (2) USB drives where I want to synchronize one directory off one to a directory on the other (about 10-15 gb in this directory). I ...
In some case (windows – linux) unison was installed on client and we need to perform extra action after or before synchronization. Can you add a remote...
... Personally, I would simply use ssh. It works fine on windows (either cygwin or others), and it's secure. I use it all the time. Brian...
Brian Brown
rbb@...
Feb 3, 2004 11:19 pm
2203
Hi, I noticed reading some the of release notes that Unison tries to multithread the transport level and that it used 5 threads. Is there any way to reduce...
gilh@...
Feb 4, 2004 3:17 am
2204
Hello, I'm running Unison to sync my laptop with my home directory. When I specify the local path as /home/gilh/somedir/workspace the local Unison process...
Gil Hauer
gilh@...
Feb 4, 2004 3:18 am
2205
Dear Unison Users Greetings to everybody, I just went through the documents of Unison. A: 1. I started unison -socket 9932 in one machine 2. unison mydir...
pudhiyavan
pudhiyavan@...
Feb 4, 2004 2:22 pm
2206
We are using unison 2.9.1 to synchronize between a Linux server and several Windows clients and are generally very happy with it. There is one thing though...
... Unison requires you to specify both the local and remote roots separately. This is because the local and remote machines might have very different ...
Trevor Jim
trevor@...
Feb 5, 2004 3:17 am
2208
Hello I am using Unison (2.9.1) for the first time so please forgive my newbie question. I noticed that Unison does not convert newlines in text files when ...
Cristian Bogdan
cristi@...
Feb 6, 2004 5:12 am
2209
Hi, does anybody use Unison (with its graphical interface) on a Fedora Core 1 box? I'tried and the only thing I got is a Segmentation Fault Error (when using...
Victor Martinez Moll
victor.martinez@...
Feb 6, 2004 2:04 pm
2210
... I have unison set to ignore all the CVS directories (ignore = Name CVS), and only commit/update etc from one side. I would have thought it would be quite...
I'm running unison 2.9.1 from a cron job every half hour to sync UPS Labels that our company creates on 2 different machines. This is the command at it is in...
tordia
tordia@...
Feb 6, 2004 6:35 pm
2212
... Did you try installing libgtk-1.2 RPM? You can probably find it on rpmfind.net or Google. -- Zvezdan Petkovic...
Zvezdan Petkovic
zvezdan@...
Feb 6, 2004 10:21 pm
2213
Hi there, I am toying with the following idea, maybe someone has thought about it or could give some pointers. Scenario: one linux, one Windows machine. I am...
fhkbln
fhkbln@...
Feb 7, 2004 7:36 pm
2214
Hi Keith, all, ... Many thanks! (I am now subscribed to the list) Indeed, even the command-line windows cvs has no problem with unix-generated administrative...
... Reasonable, but not that straightforward to implement -- Unison's logic looks at the contents of files in many places (for hashing during update detection...