Dear unison-users subscribers, Can anyone tell me what should happen if I put the following two lines into my unison profile? ignore = Regex \..* ignorenot =...
1497
David Levy, Susan Lin...
lincolnlevys
Mar 31, 2003 12:51 pm
I am using Unison with a remote file system, my client is Linux and server is Solaris. The client obtains its network Id using DHCP and so changes id between ...
1496
Zvezdan Petkovic
zvezdan@...
Mar 27, 2003 6:50 pm
... I like Unison very much too for biderectional sync. However, I really do not see the point in using Unison over rsync (or CVS for some purposes) for a...
1495
Scott Fortney
scottfortney@...
Mar 27, 2003 6:18 pm
I know that rsync is out there but I am exploring using either rsync or unison to create a backup solution using a consultant built (that's me) Linux box with...
1494
Max Bowsher
maxbowsher
Mar 26, 2003 12:46 pm
... Do 2 separate syncs, with different root options? Or, if the 2 directories on Windows are on the same drive, and they are located in an identical directory...
1493
Francis Tang
francis@...
Mar 26, 2003 1:22 am
... This isn't so much an answer, but more of a "yeah, me too - I want to know the answer". I presume the question is, "how do I sync two directories on...
1492
Bo Tanaka
nipster_88
Mar 25, 2003 7:00 pm
When I say that it is doing a one way sync, it is syncing the folder from my UNIX system (specified as a root) into a folder in my Windows system (specified as...
1491
Max Bowsher
maxbowsher
Mar 25, 2003 12:54 pm
... Works-for-me. *Much* more detail needed for anyone to give a better answer than that. Max....
1490
Bo Tanaka
nipster_88
Mar 24, 2003 10:20 pm
I am trying to create a profile in usison with syncs different paths. But when I use the path option, it seems to do a one way sync. Also, it did not seem to...
1489
Max Bowsher
maxbowsher
Mar 24, 2003 9:48 pm
... No, but you did type "make install", which used the default UISTYLE - i.e. gtk :-) make UISTYLE=text install, or just copy the unison binary to where you...
1488
johnamurdie
Mar 24, 2003 4:06 pm
Since I had ocaml 3.06 already installed, I thought it would be fun to compile Unison 2.9.1, but ran into a problem. (Yes, I'll just get the binary...
1487
Britton
fsblk@...
Mar 22, 2003 12:26 pm
I had an option like this in my default.prf: # Don't bother to make a log. log = false ^ Where the character above the '^' character is a space. unison reacts...
1486
Kyron
kyron@...
Mar 20, 2003 9:30 pm
Try the command: ls -alsR instead...you might find some interesting stuff... ... -- Kyron <kyron@...>...
1485
Bo Tanaka
nipster_88
Mar 20, 2003 9:29 pm
Try adding the -a switch to your ll command and make sure all the dot files are there. ... -- Bo Tanaka I.T. Systems Technologist IT Operations - West Bay ...
1484
didier emas
kakola2003
Mar 20, 2003 12:33 pm
Could someone explains me this behaviour of unison if it is unison the responsible : I sync two folders between two debian through ssh on a local network. At...
1483
Bo Tanaka
nipster_88
Mar 19, 2003 11:14 pm
After reinstalling SSH, it now connects, although it keeps on saying that the authenticity of the host UNIX server can not be established. My new issue is that...
1482
Britton
fsblk@...
Mar 19, 2003 11:12 pm
The description of the auto option looks like this: auto When set to true, this flag causes the user interface to skip asking for confirmations except for...
1481
Bo Tanaka
nipster_88
Mar 19, 2003 9:26 pm
This did not work for me. Which Global Variable are you talking about? ... -- Bo Tanaka I.T. Systems Technologist IT Operations - West Bay ...
1480
Bo Tanaka
nipster_88
Mar 19, 2003 8:08 pm
I am having a problem getting SSH to behave properly on a Windows 98 system. When I try to establish an SSH connection to my Solaris UNIX host, I get the...
1479
voor_achter
voor_achter@...
Mar 19, 2003 11:54 am
Hi, I'm trying to start my sync process from the cron, but I have some questions about it. First, does the user the job is for have to be logged in? I assume...
1478
Neal Tibrewala
Neal94
Mar 18, 2003 8:50 pm
Thanks for your help. I'll test out the script wrapper and the stty translation disable. I'd want to test it out to make sure it's not going to corrupt data....
1477
didier emas
kakola2003
Mar 18, 2003 6:27 pm
... yes it works perfectly , thank you vm. Relating to the script which measures if the size of the zip disk is sufficient, I cannot get rid off of an error...
1476
David N. Blank-Edelman
blankedelman
Mar 18, 2003 6:08 pm
Sorry for the delay, yesterday was a very unpleasant day. Rather than just guess at what is going on here, I decided to actually try your scenario. I had ssh,...
1475
Bo Tanaka
nipster_88
Mar 18, 2003 6:07 pm
Thanks to all. Here was my solution: I had to use the servercmd option: unison -servercmd /usr/bin/unison2 -testServer.... And now it works! Thanks again to...
1474
Jürgen "Louis...
j.fluk@...
Mar 18, 2003 6:07 pm
... Just use the same method via ssh, something about ismountedremote=$(ssh -i $HOME/.ssh/key mount | grep "/backup" | grep -c "hda8") and check...
1473
Bo Tanaka
nipster_88
Mar 18, 2003 6:07 pm
I still get the same error. ... -- Bo Tanaka I.T. Systems Technologist IT Operations - West Bay Non-Solaris/Non-Sparc Santa Clara, CA. 408-276-3574...
1472
Ron Kaminsky
RonKaminsky
Mar 18, 2003 1:22 pm
Hi Bo, ... Have you tried unison -sshcmd ssh -testServer ... I don't use unison under XP yet, but it seems to me that the command which is not found in this...
1471
Francis Tang
francis@...
Mar 18, 2003 1:22 pm
... Dear Bo, The error could be reported by the local machine - perhaps unison cannot execute ssh? I had this problem when trying to run unison using the...
1470
didier emas
kakola2003
Mar 18, 2003 1:21 pm
... Yes :)) but I am sure I have turned on my brain and I cannot understand this: I use a script which will call unison 4 times : the first is between two...
1469
didier emas
kakola2003
Mar 18, 2003 1:21 pm
... ok, but I applied your directives but it does not work : here is the situation : folder source = /usr/src folder dest = /backup/usr/src Goal :...