... I actually could not, but maybe i'm just not looking at the right place? All i found was 2.30.4, and "beta" and "stable" also pointed to 2.30.4. Thanks, ...
Stefan Seyfried
seife@...
Jul 1, 2008 8:37 am
7355
... Sorry -- the problem was that 2.30 should have been identified only as a beta release, not stable. (I've designated it as a beta-release even though it...
... Ok, so I have a new computer, a freshly installed OS (Slackware Linux 12.1) and just compiled OCaml, Lablgtk and Unison 2.30.4 from source. I am about to...
Hi, This is probably an elementary question: I synch my laptop (mac os X) with a lab server (also mac os X). My .prf roots are something like root = /User/me ...
Hi Alan, ... Ah, thanks! No I understand. But, I have a problem. I set the UNISONLOCALHOSTNAME in my .bash_profile and verified that it was taking. However ...
... Ah, the OS X GUI problem... One thing you could do is apply the answer to "How do I pass environment variables to the Aqua version of Unison?" in the...
Hi Alan, ... Yes, why couldn't they just make a regular *nix box instead of this frankenfiend of Mac and *nix :) ... Thanks for the pointer. From here: ...
Hello unison-users@yahoogroups.com, trying the resume feature on windows. my ... and this is the end until I manually delete .tmp. If there anything can be...
LogicDaemon.MTW
logicdaemon@...
Jul 3, 2008 4:48 pm
7365
Sorry, I've been out for some days and could not reply. ... with special characters ... used (in my case ... string "character encoding". Yes, unfortunately, I...
Thanks for the bug report. The problem here has to do with the fact that you're doing the copy locally, whereas we've tested only over remote connections....
Hi there. I am new to using Unison, so far it has been fairly painless and easy to backup a linux web server to a windows machine. Just a couple of snags, if...
The first of these can be worked around by using 'find' to locate all the symlinks. For the second there is no easy workaround, unfortunately. - Benjamin...
Hello. I observed the problem that whenever a filename matches the backupprefix and backupsuffix, unison will ignore it. If a user have a file that happens to...
Cort
cort@...
Jul 5, 2008 8:48 pm
7370
Hi folks, I have two Linux servers and wish to synchronize volumes between them. Normally I'd use rsync, but it is lacking a specific capability that I'm...
... I would suggest the following: root = /archive root = ssh://root@serverb//archive # Back up everything backup = Regex .* # Back up in their original...
Cort
cort@...
Jul 8, 2008 6:13 am
7372
Hi, I just updated my Ubuntu machine, and then Unison 2.27 was installed. However, on my backup machine it is unison 2.13, and I cannot upgrade that one as I...
Peter Lauri
peterlauri@...
Jul 9, 2008 5:33 pm
7373
... You unfortunately have to use the same version number. You can either install 2.13 on the client machine or 2.27 on the server. If you can add files to the...
... I recently had the exact same issue in Fedora. The upshot was that I became the Unison maintainer in Fedora, and created separate packages for unison 2.13...
... Get the package unison2.13.16 from debian (not unison) http://packages.debian.org/sid/unison2.13.16 And ask ubuntu team to inject all the unison packages...
I just started playing with Unison over the weekend, and it's great tool. I was having issues with doing a larger directory structure. I'm using 2.13 on both...
I just followed Alan's suggestion, and compiled my own version of 2.13 on my machine. As there are more then one machine using the server, I thought it was...
Peter Lauri
peterlauri@...
Jul 10, 2008 7:13 am
7379
... The Fedora 8 machine where you're getting the out-of-memory error: Is it x86_64? If so, this is probably a known issue that's awaiting a fix. Track ...
I've done several syncs last week and again yesterday (I decided to reformat one of the external drives). I had no problems whatsoever. The first thing I...
Hi Joost, If you're running Unison with the textual user interface, you should be seeing messages about the external rsync commands that are being invoked. If...
Hi all, I just added a few file extensions to my preference file through the GUI (i.e. by selecting a file with the relevant extension and pressing 'E'). The...
A "*" in "Name" doesn't match files starting with a period. So this means that... Name = {*.fas} ...will not match ".abc.fas", while... Name = {,.}*{.fas} ...