The unison tag has no wiki summary.
3
votes
1answer
187 views
Stop Excel from changing file contents upon open
I use synchronization a lot on my machines. Excel changes the modification date right at the very moment it opens the file. Then, it changes the contents of the file (I guess to update the statistics ...
2
votes
1answer
124 views
Does Unison socket mode support ipv6
I have been using Unison for quite some time now for synchronizing data between my machines, and I am very happy with it. Now I need to synchronize two new machines connected via ipv6, but they won't ...
0
votes
1answer
46 views
How to tell unison the local replica is just local (doesn't matter what hostname)?
I've been having this problem for a while.
My unison profile says:
root = /Users/mylogin
root = ssh://mylogin@mydesktop//home/myloign
I run Unison from everywhere in the world to sync against my ...
2
votes
0answers
170 views
Synchronize two directories on linux pc
I need a distributed filesystem (or a synchronization tool) that is capable of keeping a directory synchronized across 4 pc.
My requirements are:
offline access (data must be available offline on ...
0
votes
0answers
100 views
Unison conflict resolution in batch mode
Is there a way to tell Unison to prefer the newer copy in case of a conflict, but only for certain file types? (eg. *.mst)
Here's a stupid trick I put into my ~/.unison/default.prf
# in case of ...