Tagged Questions

Unison is a bidirectional, conflict detecting, file synchronization tool for Unix and Windows.

learn more… | top users | synonyms

2
votes
7answers
3k views

How to keep an eclipse workspace synchronized among two machines?

I have nearly identical Linux (Fedora) machines at home and at work and I keep my files on both machines synchronized using the excellent Unison program. I have been trying to keep an eclipse ...
1
vote
1answer
126 views

unison star topology

How exactly does unison star topology work? I sort of understand the concept that one machine acts as the HUB where every spoke syncs to it but is it just a concept and I have to implement it on my ...
1
vote
1answer
238 views

How does unison decide which way to sync a file

I am using unison to sync a bunch of folders together. Not just 2 roots, but I think my question can be made this simple... Lets say I am syncing directory A and B using unison. If I remove file X ...
1
vote
2answers
101 views

How can I exclude all the svn methadata while synchronizing with unison?

How can I exclude all the svn methadata while synchronizing with unison? Thank you in advance! cheers daniel
1
vote
2answers
382 views

Problems scripting Unison with Python

I am trying to make a simple script to automate and log synchronization via Unison. I am also using subprocess.Popen rather than the usual os.system call as it's deprecated. I've spent the past 2 days ...
1
vote
2answers
614 views

Running External Apps on save in Eclipse

Since we cannot setup Eclipse's RSE to use at the tool for remote editing, I have installed Unison. But how can I get Eclipse to automatically run unison on every file save? Is there an eclipse plugin ...
0
votes
1answer
96 views

exec error code 2

I'm using Unison to sync files between two servers. I'm trying to get PHP to call it after a file is uploaded. I'm using exec, but it's returning an error code of 2. exec("/usr/bin/unison ...
0
votes
1answer
56 views

How i can use unison to sync. file of folders with the latest modification time?

How i can use unison to sync folders with the latest modification time of its file Example :- folder_1/file.txt changed at 12:30 folder_2/file.txt changed at 12:35 i wanna execute ./unison to give ...
0
votes
0answers
45 views

Install Unison on Unix-aix 6.1?

I try to install Unison to my system (Unix-aix 6.1 ) i follow the unison Install guide and after execute the make UISTYLE=text i face the following error :- UISTYLE = text Building for Unix NATIVE = ...
0
votes
1answer
203 views

run unison in bash script

Hi when I run a command on terminal like that unison dir1 dir2 -ignore 'Regex dir3' -batch -force dir1 -confirmbigdel=false it runs normally. But when I try to run it in a bash script it like that ...
0
votes
2answers
136 views

How many times do I need to install unison?

If I need to synch 2 server with unison do I need to install unison on both server or only one in enough? http://www.cis.upenn.edu/~bcpierce/unison/ thank you in advance! cheers daniel