Unisoners, Have you seen this one? I'm using unison 2.9.20. I'm getting drastically different server performance based on whether I synchronize from a Linux...
... [...] ... In case insensitive mode, under Linux, Unison needs to translate case insensitive file paths into case sensitive one. This is done in a rather...
Hi, I use Unison to keep my laptop and desktop synchronised and on the whole it works very well. However, last week my laptop disk died so I have to copy...
... This is not a bug, it's a feature, in the sense that Unison's formal spec demands this behavior of the implementation. In retrospect, I think the spec...
Hi Unison-Developers, I'm working on an article on Unison for german computer-magazine c't. Could someone provide me with newer GUI-Binaries than 2.9.1 for...
Karsten Violka
kav@...
Jun 6, 2004 9:13 pm
2562
... If someone made the change, would you want to adopt it into the main distribution?...
James F. O'Brien
job@...
Jun 6, 2004 9:13 pm
2563
... Iff I were convinced it was correct. :-) - B ... BENJAMIN C. PIERCE, Professor Dept. of Computer & Information Science University of Pennsylvania...
... Interesting. I'd like to see how you specify "sometimes." ;-) I didn't see references to it so far, is it published? In fact it could be a useful property...
Peter Vohmann
pvohmann@...
Jun 7, 2004 7:11 am
2565
Is ther anyone who knows whether I can use ssh to sync between two systems running 'XP Home' edition? Any pointer to configuration ? I wanted to try it out to...
Harald Kurz - Black B...
Harald.Kurz@...
Jun 7, 2004 4:14 pm
2566
We are planning to have a unision process triggerd through a cron job every 10 minutes. Do we need to safe gaurd for the condition when, a previous unision did...
Hi, I try to use unison. I would like to syncronize some files, from my laptop (Debian SID box) to my FreeBSD 4.9 server. But : Fatal error: Received...
thierry
lenaig@...
Jun 7, 2004 4:15 pm
2568
i resolv my pb. -- Thierry "un barbu c'est un barbu, mais trois barbus c'est des barbouzes"...
thierry
lenaig@...
Jun 8, 2004 2:56 am
2569
Sam, I asked a similar question several weeks back, but did not see any replies. Are you able to have multiple clients connect to the one server - I found...
John Sharp
jsharp@...
Jun 8, 2004 8:32 pm
2570
Does that mean, it there will be no race conditions or multiple syncs going on the same directories. Basically are we safe to allow multiple unison to run on...
... IIRC, unison creates it's own lock files in the .unison directory. -- In the 60's people took acid to make the world weird. Now the world is weird and...
Hi, Is there a way to sync only files that match a pattern which is the opposite of the "ignore" clause. I would like to be able to do something like this: ...
... It means that your files won't be corrupted; however it's likely that the Unisons will fail to make progress (as they keep modifying files under each...
Hi, The company I work for is using unison heavily on Windows 2000 Server <-> Windows 2000 Server. We've been using the 2 year old 2.9.1 release (Text mode...
... This seems like the best solution to me. If you do it with something like perl as such: $runevery = 10 * 60; # run every 10 minutes $die = 0; while (!$die)...
To whomever may be able to help, I've been investigating Unison as a possible solution for mirroring all system settings, updates, and file updates for two...
Conlan Adams
cadams@...
Jun 10, 2004 4:22 pm
2577
... I think you want Harmony, the next-generation Unison. Treating the entire Windows registry as one (or perhaps four) atomic entities is not the right way...
... There are a few different descriptions here, some published some not yet. http://www.cis.upenn.edu/~bcpierce/papers It is also described pretty clearly...
Hi, I want to sync my music between ~/Documents/Music and /media/sda1/Music an mp3 player mounted as an USB device. When I run unison for the first time,...
Thomas Carrié
thocar@...
Jun 13, 2004 5:15 pm
2582
Hi, ... Your USB device certainly uses a FAT filesystem. Try: unison -perms 0 -pretendwin -- Jerome...
I use unison between my hard disk and my USB device under Linux with no problem. I initialized my USB device with an ext2 file system first (mkfs). The line in...
Roger Négaret
roger.negaret@...
Jun 14, 2004 12:35 pm
2584
Hi, I've got a problem when I'm synchronising from a linux box to my windows xp pc (over SSH). I get the following error: Two or more files on a Unix system...