Hi, I've been testing out Unison for the last week trying to get a stable syncronization of my home and vacation home music/images/etc. I've found that Unison...
Bill Sobel
bsobel-unison@...
Jan 1, 2004 8:53 pm
2090
The cygwin layer is able to map almost all unix permission bits to NTFS metadata. If compiled with cygwin, unison should (optionally) utilize this feature....
NAGY Andras
nagya@...
Jan 1, 2004 11:19 pm
2091
Hi David (and all), ... Well, I decided to go ahead and make a 'proof of concept' GUI. Right now, its written in Borland C++ builder v6, which means you will ...
Hi I'm using 2.9.1, and my UNISON env variable is set on the server side to d:/users/barre/.prefs/unison Transfer is done through ssh. I ssh'ed to the server,...
Preston, et al -- ...and then Preston A. Elder said... % % Hi David (and all), Hi & Happy New Year! % % Well, I decided to go ahead and make a 'proof of...
David T-G
davidtg-unison@...
Jan 2, 2004 1:10 am
2094
... Your profile and shell rc files are not executed in a non-interactive ssh session. Check the difference between the output of ssh <server> 'echo $UNISON' ...
NAGY Andras
nagya@...
Jan 2, 2004 1:59 am
2095
... I've found a better workaround. Use the following setting in your preferences file: servercmd = bash --login -c 'exec "$@"' x unison (Pay attention on...
NAGY Andras
nagya@...
Jan 2, 2004 2:52 am
2096
Hi Andras ... Good point. Yet I'm still puzzled.... ssh <server> env displays environment variable. Where do they come from ? Before posting my question, I...
Hi (again!) I've run into a second problem testing out Unison, that is a group of files (about 200 out of 4600) fail do to rsync issues (a subset of the output...
Bill Sobel
bsobel-unison@...
Jan 2, 2004 9:48 pm
2098
Hi, I'm trying to get unison to work with xinet On testing, I get the following Uncaught exception File "/tmp/export-linuxx.tmp/remote.ml", line 0, characters...
... Is bash in your default path? Does this work (should output `hello'): ssh server bash -c '"echo hello"' If not, try giving the full path to bash. Andras...
NAGY Andras
nagya@...
Jan 2, 2004 11:47 pm
2100
Hi Andras, ... Sadly, that did not do the trick: $ unison -ui text -debug all barre.prf [...] [remote] Shell connection: ssh (ssh, -l, barre, foo.dnsalias.org,...
Hi all, thank you very much for the unison program , it's really great. I am trying it and I found very simple and efficient. Thank again. I would ask two...
alessandro bonvicini
a.bonvicini@...
Jan 6, 2004 10:17 pm
2103
Alex -- ...and then alessandro bonvicini said... % % Hi all, Hi! ... % First: I would like to use unison as a mirror program, so i tried I'm not too sure about...
David T-G
davidtg-unison@...
Jan 6, 2004 10:49 pm
2104
Hi, I'm using Unison in order to synchronise a couple of directories on 2 WIN2000-servers. Since recently i get the following messages in the log-file: UNISON...
I can effectively do the following: Sync two directories on my client machine Sync two directories on the server from my client machine using the command "ssh...
... Try "unison -testserver a.tmp ssh://host.edu/a.tmp". This will test your ssh connectivity and definitively rule it in or out as the source of the trouble....
Andrew Schulman
andrex@...
Jan 7, 2004 7:53 pm
2107
... Looks like the unison process on the client is not able to start ssh on the client. No idea why, maybe ssh is not in the path when unison tries to run...
Trevor Jim
trevor@...
Jan 7, 2004 8:01 pm
2108
... I'm getting a slightly different error now that i've tried that. "Contacting Server .... [remote] Shell connection: ssh (C:\Program Files\OpenSSH\bin, ...
I was having the same problem, between mac and linux. Several of my files failed consistently with: Failed with exception Util.Transient("rsyncfailure") After...
... Looks like you have specified the ssh bin directory and not the executable itself, which is probably c:\program files\openssh\bin\ssh.exe...
Trevor Jim
trevor@...
Jan 7, 2004 10:03 pm
2111
... After i did as you suggested here it became more obvious what my problem was. I was getting an error something like (from memory): "[remote] Shell...
Ryan, et al -- ...and then ryanjollos said... % % --- In unison-users@yahoogroups.com, Trevor Jim <trevor@r...> wrote: ... % > c:\program...
David T-G
davidtg-unison@...
Jan 7, 2004 11:30 pm
2113
Hi all, I'm a newbie with Unison so I have a feeling that this is user error. The situation is this: I start Unison on my Win2k server with the cmd line ...
Stuart Holcombe
stuart_holcombe@...
Jan 8, 2004 3:42 pm
2114
Hi! Is there a way to specify where the temporary files (files and folders with *unison.tmp-names) go? TIA! /Greger...
... I have a similar question. I do the same (except that I use the GUI on the client), and it works fine -- one time. The unison server quits after every ...
I am going through the turorial for server to client and type: unison -testServer a.tmp ssh://192.168.0.30/a.tmp and get Received unexpected header from the...
carlbriandavis
carlbriandavis@...
Jan 10, 2004 10:33 pm
2117
I have been trying to create a directory of symbolic links to files and directories on my Windows XP machine so that i can propagate changes (back-up) to...
I'm using version 2.9.1 on Debian stable. I'd like to enable backup. In default.prf I've tried - backup = Path * when I run unison it creates the proper...