Hello I have many rsync errors copying files using this software. now I copy data from my pc (winxp pro) to my server (win 2k) using LAN (100MBit) (Socket Port...
Stefan Kittel
stefan.kittel@...
Aug 1, 2004 9:42 am
2685
Hi all, great utility, this Unison. Runs even under different platforms, including Windows. And this causes the following problem: After analyzing, a screen is...
Anheuser, Frederik
frederik.anheuser@...
Aug 1, 2004 6:37 pm
2686
*** oops, mistyped the version number *** Hi all, great utility, this Unison. Runs even under different platforms, including Windows. And this causes the...
Anheuser, Frederik
frederik.anheuser@...
Aug 1, 2004 6:42 pm
2687
... Although this is the general place to get gtk for windows, it is incompatible with what the cygwin version of unison expects. Minimally, the file-naming...
Nate Blaylock
blaylock@...
Aug 2, 2004 9:20 am
2688
... If you haven't seen it already, you might want to check out duplicity (http://www.nongnu.org/duplicity/)? It might do much of what you want if you don't...
Rob Browning
rlb@...
Aug 3, 2004 2:39 am
2689
... This might also help http://monkey.org/~marius/pages/?page=trickle -- Rob Browning rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu GPG...
Rob Browning
rlb@...
Aug 3, 2004 2:39 am
2690
Hello I have many rsync errors copying files using this software. now I copy data from my pc (winxp pro) to my server (win 2k) using LAN (100MBit) (Socket Port...
Stefan Kittel
stefan.kittel@...
Aug 3, 2004 3:05 am
2691
Hi Stefan, You can just disable rsync by using the following switch: -rsync false By the way, I struggled hard to get this information. It would be nice to...
run into that very problem some years ago, so my nasty solution was with a Perl script, #u_diff.pl while ($_ = <STDIN>) { s/^(.*#unisondiff-.).*$/$1/; ...
The following is perhaps a feature not a bug, and is perhaps well-known, but certainly was confusing: I created foo.doc on Mac, moved it to linux via samba,...
Walter L. Ruzzo
ruzzo@...
Aug 4, 2004 7:06 am
2694
Hi before letting unison mess around with my production system I would like to see what it would do. Is there a "preview" or "dry run" option available or some...
... Also, in GUI mode, you can see a full list of conflicts and suggested propogations. In text mode, you can get this same functionality (but in a harder to...
hi! I am brand new to Unison and have run into problems trying to sync between cygwin/Windows-2000 and Linux RedHat 9.0. 1) uname -a: CYGWIN_NT-5.0 RMUJC...
One of our users is getting an error when unison syncs his directories. The OS is Windoz XP. All changes to files are made on the Pc and synced to the...
I use rsync a lot, and often refer to the percentage complete data. I am trying to implement Unison in a situation that also requires the progress of the file...
Hello there! I know there was a discussion of this topic, but I never saw a solution, so I address this again: I am trying to synchronize files between a...
Stefan Goessling-Reis...
debian@...
Aug 6, 2004 11:36 am
2701
... I imagine this depends on whether or not unison transfers files serially, or in parallel. If it's in parallel, then you'll have some difficulty tracking...
Hi all, I've been using Unison for a few weeks now to synchronize a Linux box and two PCs. It's great, but the command line interface doesn't seem to do what I...
... You can run unison twice in a row. First with the -batch option that will take care of all the easy cases and never prompt for anything. Then without the...
Hi, Was just curious if anyone is using unison to synch two IMAP servers? I'm gonna be trying it out on two SuSE 9 Enterprise servers, running Cyrus IMAP, and...
I now consistently get the following error: Uncaught exception File "/Users/ruzzo/Desktop/unison/unison-2.9.94/src/transfer.ml", line 118, characters 2-8:...
Walter L. Ruzzo
ruzzo@...
Aug 8, 2004 1:12 am
2706
Greetings, I'm using Unison 2.9.1 syncing two XP machines inside cygwin. I can get Unison to compare the file trees without problem but when it trys to...
I'm not sure what the best solution is for this. I take it that the resource fork actually contains some interesting resources? Or to put it another way: does...
Trevor Jim
trevor@...
Aug 9, 2004 1:19 pm
2708
Hi everyone, I've searched the archives and couldn't find anything to do with this (surprisingly), sorry if it's been discussed before. I am synchronizing from...
Hi everybody! I got my SYNC.BAT working on my Windows 2000 (with cygwin) using SSH to a Linux Red Hat server. When I run my SYNC.BAT file, it uses the...
... Are you proposing to do bidirectional synchronisation of the file systems of live IMAP servers? I know nothing in particular about Cyrus, but I looked into...
James Leifer
James.Leifer@...
Aug 11, 2004 3:18 pm
2711
I am working with a Linux ssh server with a dynamic IP address and I do not have that problem. Which one is the SSH server? The one that has the static IP...
Laurent Franceschetti
laurent.franceschetti...
Aug 11, 2004 5:12 pm
2712
I downloaded the 2.9.96 beta because I need a build with large file support and this looked to be the best candidate. I'm running on OS-X 10.3.5 compiled...
I make a lot of use of sparse files. To transfer I use "cp --sparse=always" when copying locally and "rsync -S" for transferes and "tar ..S.." for my...