Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

unison-users · Users group discussion forum for Unison file synchronizer

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 10406 - 10435 of 10835   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
10406 Benjamin C. Pierce
benjamincpierce Send Email
Jun 10, 2012
2:34 pm
Thanks for this -- very useful. Could you drop me a copy of your whole fsmonitor.py? ... This is surprising: the initiating process should be sending the...
10407 Christopher Galpin
swiind Send Email
Jun 10, 2012
5:10 pm
I'd be more than happy to, see attached. Requires installing the psutil module. I'd love to experiment with patching this on Unison's side, except I have quite...
10408 v_t_long Send Email Jun 11, 2012
10:01 pm
Hi, With -times, file modification time is preserved but not directory modification time. Is this expected? Is there a way to work-around this? I am using...
10409 Pierce Benjamin C.
benjamincpierce Send Email
Jun 11, 2012
10:05 pm
This is expected behavior and would require some work (including serious design work) to change, unfortunately. - Benjamin...
10410 v_t_long Send Email Jun 12, 2012
12:06 am
Ah, this is unfortunate ! I was hoping to ditch rsync for unison because unison handles rename very nicely. Then my work-around is to run rsync after unison to...
10411 v_t_long Send Email Jun 12, 2012
2:30 am
Hi, Rsync with -v will report the following at the end: sent 4.87M bytes received 110.40K bytes 78.37K bytes/sec How to get the same info with unison? I have...
10412 Benjamin C. Pierce
benjamincpierce Send Email
Jun 12, 2012
2:33 am
No direct way right now, but would probably not be too hard for somebody to add... - B...
10413 wicentowski Send Email Jun 15, 2012
3:00 am
I'm using 2.45.4 after giving up on 2.40.63 (the default macports install). Upgrading did not solve my crash. Going a bit crazy here. It's definitely called...
10414 Eduard Braun
Eduard.Braun2@... Send Email
Jun 16, 2012
11:14 pm
Hi all, I noticed that synchronization is really slow when writing changes to my USB flash drive. I'm using Unison 2.40.63 on Window 7 Prof. x64. I performed...
10415 Pierce Benjamin C.
benjamincpierce Send Email
Jun 18, 2012
7:56 pm
If you can recompile from source, it would be worth trying the very latest developer version (from SVN): It is better at printing stack traces when things go...
10416 Benjamin C. Pierce
benjamincpierce Send Email
Jun 19, 2012
1:25 pm
... … or could the functionality that depends on psutil be made optional? - Benjamin ... I wonder how much of a problem this is for potential users. Is there...
10417 Benjamin C. Pierce
benjamincpierce Send Email
Jun 19, 2012
1:29 pm
... Thanks. ... I wonder how much of a problem this is for potential users. Is there a way to get the installation to happen automatically (e.g., by embedding...
10418 Tomasz Zernicki
tomasz.zernicki Send Email
Jun 20, 2012
5:38 pm
Dnia Sun, 10 Jun 2012 17:43:33 +0200, Christopher Galpin <unison@...> napisał: [...] ... [...] Here is a procedure of compiling 'native&#39; win32 unison...
10419 Pierce Benjamin C.
benjamincpierce Send Email
Jun 20, 2012
5:38 pm
... I'd be happy to replace the current version by a corrected one! Perhaps you can send me the whole file, including whatever corrections you found you...
10420 Viet Nguyen
viet@... Send Email
Jun 21, 2012
9:49 pm
Hi, Excuse me for being a newbie with Unison, but I couldn't find a answer in the docs. I'm using rsync as the external copy program and I'm noticing that ...
10421 Benjamin C. Pierce
benjamincpierce Send Email
Jun 21, 2012
9:52 pm
A workaround is to manually create the directory on the target system before starting the sync. - B...
10422 Adrian Tritschler
ajft64 Send Email
Jun 22, 2012
2:52 am
You could use rsync before running unison to copy the empty directory structure, then when unison runs it'll fill the files into the folders rsync -a -f"+ */"...
10423 Viet Nguyen
viet@... Send Email
Jun 22, 2012
6:19 am
Hi, Thanks for your response. It seems that if I do that, it would interfere with unison detecting moves and deletes. Benjamin said a workaround would be to...
10424 Dave Warren
devilspgd Send Email
Jun 22, 2012
7:53 am
... Maybe, but at worst you'd get some empty directories. Not great, but possibly not the end of the world. Also, is this an initial sync into an empty...
10425 Joon Ro
joonpy... Send Email
Jun 24, 2012
8:38 am
Hi, I'm using Unison (2.40.63) in windows 7 64bit to sync with one of my linux machines. Let's say that in the windows machine, I scan for changes and Unison...
10426 haller_b@...
haller_b... Send Email
Jun 27, 2012
5:24 pm
Hi! I got a crash with Unison, using the Mac OS X GUI, version 2.40.69. Crash log appended below. It was in the middle of doing a sync over ssh, and I...
10427 Lyle Gordon
lylemgordon Send Email
Jun 28, 2012
2:53 am
Dear Unison users, I'm trying to sync between osx and solaris with unison. I have rsync 3.0.9 on both systems. Unison version 2.40.63 on the server and Vnison...
10428 Alan Schmitt
schmittafr Send Email
Jun 28, 2012
8:11 am
... I've started to track this, and the problem seems to be because of progressString. This string is created in ReconItem.m and in one case by a callback to...
10429 Neal
nealeyoung Send Email
Jun 28, 2012
9:29 pm
Here's an update to the script I suggested above. First, to work around a bug in unison, the "merge" option should be specified as something like the...
10430 Ray Song
emacsray Send Email
Jul 2, 2012
6:10 am
unison-2.32.52 and 2.45.4 both report analogous error: "Fatal error: inconsistent archive format" (sorry but I cannot recall the exact error message as I have...
10431 Alan Schmitt
schmittafr Send Email
Jul 2, 2012
6:13 am
... It seems like you need to recreate the archives. The simplest way to do so is to run unison with the option -ignorearchives. Note that the update detection...
10432 Ray Song
emacsray Send Email
Jul 2, 2012
9:54 am
... Thanks. I've successfully synchronized my files using unison built on ocaml with the same version in client & server side, but still want to confirm if...
10433 Eduard Braun
Eduard.Braun2@... Send Email
Jul 10, 2012
10:03 pm
Hi, nobody responded to my last request... Is this due to the problem being specific to my setup (e.g. nobody else is facing this issue) or is simply nobody...
10434 Jo Rhett
jorhett Send Email
Jul 10, 2012
10:54 pm
You don't have a baseline test for comparison. Numbers without comparisons are useless. Try doing the same test in the most minimal sense possible and use...
10435 Jo Rhett
jorhett Send Email
Jul 11, 2012
12:38 am
Baseline test. You need to show cp this that => this fast unison this that => that fast Comments like "instantly&quot; or talking about theoritical...
Messages 10406 - 10435 of 10835   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help