... Wow - thanks for keeping us up to date. That standard sounds long overdue. ... Not even Internet Exploder 6.0 knows about it. It is probably significant ...
I have been evaluating Unison 2.9.1 today and wanted to share my views: - Filenames containing unicode (16-bit) character are handled in an undefined way,...
Hi! I'm using Debian Woody 2420 on both machines. I have a ~/.unison/ixus.prf : root = /dos_c/ixus root = ssh://frank-m//dos_e/ixus fastcheck = yes perms = 0 ...
Frank Schubert
unison@...
May 4, 2003 12:37 am
1564
Hi, I'm using Unison over ssh, like a mirror, to sync two servers. The master server (rameau) use a Slackware and the slave server (rameau2)use a Red Hat 7.3. ...
emmanuel, sounds like cron is waiting for some input, perhaps at /dev/null. Try doing it without cron. Does it ask for any input? Redirect the output to some...
Werner Horbelt
horbelt@...
May 5, 2003 9:36 pm
1566
Can anybody please tell me how to set system-variables (for instance the locales) on my Linux (Debian Woody) system. I want to sync between Linux and WindowsXP...
Moritz Engel
moritzengel@...
May 7, 2003 3:00 pm
1567
... Try setting LANG to "en_US" in Linux before you synchronize first time. Both in the session used by unison and where you log in. /Jonas Svensson -- ...
Hello, first, thanks for this beautiful application! I'm using it to sync a mp3 player (20Go fat filesystem) with my linux box. Since I record mp3 directly...
Using unison version 2.9.1 on Windows 2000 Server SP3. Syncing a tree of folders. Unison fails on a large folder that has 44,000 files in it. The folder name...
Andrew Pennell
apennell@...
May 8, 2003 6:53 pm
1570
I am syncing a Linux and Windows server. When delete a file on one root it always gets copied back over when I sync. It happens both ways it would at least...
Hi folks, I'm no expert at RPM packaging, but I've taken a crack at it for Unison. Please find attached a unison.spec RPM specification file. Put this,...
Hello all, This may not be a unison problem at all, but I'm stumped about what to do. For an internal application we have written a java wrapper for Unison ...
ben_dolman
ben_dolman@...
May 10, 2003 1:04 pm
1573
... Correct, its a generic Windows problem. ... Correct. ... Use \\computername\sharename syntax, but to get this to work (with any shred of security), you are...
... Just remove the "-force newer" option. It seems that, with this option, Unison considers an inexistent file as older than an existent one... Besides, the...
Jerome Vouillon
vouillon@...
May 11, 2003 5:57 pm
1575
Sorry for late follow-up - this one just caught my eye. On Fri, 02 ... Use Windows :-) Seriously, according to the docs (I didn't read the code) fastcheck is ...
Hi everyone, I'm a new unison user and cannot figure out how to get it to work with a SSH demon running on a port different from the standard port 22. In other...
Isabelle Muszynski
isabelle.muszynski@...
May 13, 2003 11:53 am
1577
Hi all. I'm syncing a Windows and Linux machine. I start the process from the Windows box. Is there anyway I can pass the SSH password along with the unison...
... Generate RSA or DSA key for your Windows ssh. Store the public key into .ssh/authorized_keys on your Linux machine. You can either make the key without...
Zvezdan Petkovic
zvezdan@...
May 13, 2003 12:51 pm
1580
... Add this to the profile: rshargs = -p 50000 or tack '-p 50000' to the end of the rshargs line if you already have one. -- ________ Jim Alexander...
Hi, I've just started using Unison, and it's a great tool! Many thanks to all of those who have contributed their time to develop it. I'm running RedHat Linux...
Dave
mcmillen@...
May 13, 2003 5:21 pm
1582
Hi, I just discovered Unison but can't find anywhere some information about Microsoft Exchange synchronisation. Basically is it possible to sync the...
Pascal
aldo@...
May 14, 2003 7:29 pm
1583
I'm interested in unison for its ability to work on both Windows and Linux machines. The goal is to have one linux server, and anywhere between 1-15 clients...
Travis Luckey
nstpdx@...
May 14, 2003 7:38 pm
1584
No...the information store is a database... You can only sync with another MS Exchange system.... to my knowledge. Unison isn't for that type of...
Kyron
kyron@...
May 14, 2003 8:01 pm
1585
Hi! Just when I was getting ready to implement two projects in rsync, I found out about Unison. It sounds excellent for the first, and I wonder if it can do...
David T-G
davidtg@...
May 15, 2003 8:59 pm
1586
... Yes it is just as easy. openssh with ssh-agent comes with cygwin (www.cygwin.com) I use ssh-agent every day....
Hi, all -- I forgot to ask... How does unison handle deletions? If I delete one subdir in a synchronized tree, will it be replaced from the other side or iis...
David T-G
davidtg-unison@...
May 16, 2003 2:12 am
1588
... Unison always do this: it never directly overwrites a file, but creates a new file and then move it in place of the previous version. -- Jerome...
Jerome Vouillon
vouillon@...
May 16, 2003 3:12 pm
1589
... The deletion will be reflected. -- Jerome...
Jerome Vouillon
vouillon@...
May 16, 2003 3:27 pm
1590
Jerome, et al -- ...and then Jerome Vouillon said... % % On Thu, May 15, 2003 at 12:24:47PM -0400, David T-G wrote: % > The other project is trickier... Using...