Hi all. I've got some kind of feature request for unison: the ability to synchronize several directories at the same time. Before anyone tells me that unison...
Good day, Is it possible to ignore the properties on a file that's being synchronized? I work on OS X and synchronize to a SMB file server that always sets the...
For quite some time, I used Unison 2.10.4 from a USB drive, which really worked fine. I was able to start the GUI without installing any components on the host...
Hi all, I've been looking into unison for a while now and am about to start implementing. I've been researching exactly how to implement to meet out needs and...
Hi everybody There's just one thing that I'm missing for unattended cross-site synchronisation: a feature that sends the result of a run to a given address. At...
... I've heard this but it has never worked for me. The following is the ... root = /home/ninji/unisonTest root = /mnt/beanalbyE/backup/unisonTest perms = 0 ...
Hello, I am trying to synchronise two directories on my laptop which are on different drives (fat32 and ext3) with unison. At the beginning it worked very...
Hallo, I'm setting up a combined unison/svn backup solution. In a first step, i synchronize the local directories with a backup image. this sould in any cases...
alexander poddey
alexander.poddey@...
Dec 8, 2005 5:23 am
4649
It's not very hard to fix this if you're willing to recompile from source. Just replace the whole body of the function checkForDangerousPath in uitext.ml with...
I'm syncing between a linux machine and a machine running OS X. This is with version 2.13. The error I get is: Failed: Error in querying file information:...
thanks for the hint benjamin. the problem i see with this solution is, that i need to have the 'patched' unison version on every 'backed-up' system. an option...
alexander poddey
alexander.poddey@...
Dec 9, 2005 3:40 pm
4652
Hi Alex, I guess if you do the work to make the changes to the code in a clean enough way then Benjamin can quickly incorporate your needs into the code base. ...
I'm new to this group and unsure whether unison is the right tool for my tasks. I have an operation occuring on my windows 2003 server that generates new files...
You could write a loop in a shell script while(true) unison. The question is whether that will give your the performance you need. It's easy to just try this...
Derek Rayside
drayside@...
Dec 9, 2005 6:35 pm
4655
OK, some changes are easier to do than to talk about... I've just committed a version of the Unison sources (2.19.0) with a -confirmbigdeletes preference that...
thanks a lot. I'm not afraid of compiling from source. This solution is nice, thx for the quick fix! alex...
alexander poddey
alexander.poddey@...
Dec 12, 2005 3:33 pm
4657
Hi! I am using an external merge program with unison. When using a line like merge = Name * -> winmerge NEW1 NEW2 and having changed file test.txt in different...
Hi, I've stumbled upon a message (http://groups.yahoo.com/group/unison-users/message/4266) where it seems possible to use unison to synchronize with a CD-RW....
I'm using unison to synchronize, among other things, my browser bookmarks between several clients and a server. This works, but there's one thing that annoys...
Jeroen T. Vermeulen
jtv@...
Dec 13, 2005 4:04 am
4661
Hi, I would like to run Unison unattended most of the time, and send a mail or other notification when a conflict occurred that needs to be solved manually. We...
Jo
ml@...
Dec 13, 2005 10:26 am
4662
... I was wondering about the same thing. Presumably you'd see an exit code of 1 (or perhaps higher) in that case. In version 2.9.1, if I create files with...
Jeroen T. Vermeulen
jtv@...
Dec 13, 2005 12:40 pm
4663
Hello, my question is whether it is possible to run unison once to synchronize several pairs of root. I have this situation when synchronizing my laptop to my...
Jan Kybic
kybic@...
Dec 13, 2005 2:44 pm
4664
... Oops, I forgot to mention the best part. The best part is that you don't have to check unison's exit codes every time it runs; *it doesn't matter* if there...
Jeroen T. Vermeulen
jtv@...
Dec 13, 2005 2:44 pm
4665
When using Unison to synchronize directories that contain darcs or Subversion repositories (possibly applies to CVS as well), I see that many people adopt one...
Andres Loeh
loeh@...
Dec 13, 2005 2:48 pm
4666
... The functionality of checking for such "atomicity conflicts" would not be a big deal -- it would go in the same place that the "force" and "prefer"...
... Use the non-graphical interface. A little script like this should do on any Unix-like system: #! /bin/sh for myprofile in $HOME/.unison/*.prf ; do if !...