The unison tag has no wiki summary.
0
votes
0answers
6 views
How to sync only one file type with Unison?
Let's say that I want to sync a folder with unison, but I want to sync only .jpg files.
How I could do that?
0
votes
0answers
38 views
Syncing symbolic links with Unison
I'm running the same version of Unison on OS X Lion and Ubuntu 11.10; it works great, so far. Now I'm trying to sync multiple folders in one swoop. The official tutorial suggests creating a folder ...
2
votes
1answer
47 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 ...
1
vote
1answer
113 views
Scoping ignore declarations in unison
I am using unison to synchronize two computers, and generally I would like to ignore all hidden files except a few. I have a unison preference file (default.prf) that looks as follows:
# Unison ...
0
votes
0answers
86 views
Syncing or version controlling virtualbox VMs
I recently set up a handy Arch Linux development environment inside a VirtualBox VM on Windows 7.
How can I keep this development environment in version control so I can simply "check out" the ...
0
votes
0answers
28 views
Can Unison ignore at least one of the following: file size, permissions, timestamp?
Even better would be if I can set special conditions like "Ignore file size differences of 100kB" and so on.
1
vote
1answer
63 views
Unison: ignore by size?
rsync has:
--max-size=SIZE don't transfer any file larger than SIZE
Does unison have a similar option?
3
votes
1answer
129 views
make rsync wait for a confirmation before actually changing files
I am making a synchronization between a local and a remote folder. It happened that I lost one file by a stupid command.
I am used to unison and to the way you confirm ("go?") before doing the ...
0
votes
1answer
42 views
Is there a way to globally specify where Unison should log?
I'd really like to have Unison log only to a specific file for ALL of my profiles. I have a number of different profiles, 3 local ones, and one remote one (my laptop syncs with this computer to keep ...
2
votes
4answers
630 views
Unix Permissions: Enable access to files no matter the user?
I've been using Linux for a long time and I still am completely in the dark about how file permissions really work. With that in mind, does anyone have any books or thorough guides I could read to ...
3
votes
2answers
381 views
Annoying unison.log on Mac OS X home
Unison GUI for OS X keeps creating a "unison.log" file in my home directory.
That's retarded, it should either hide the file (".unison.log"), or place it in a proper place, not in my home directory.
...
1
vote
1answer
396 views
sync mobile device with a local server
Hello I have a two way synch scenario:
multiple archos android client devices (we plan to have up to 100 of them) that need to update small files (little txt logs) to a central server
central server ...
1
vote
1answer
177 views
Use unison between two Windows PCs
I have used unison to sync files between Linux and Windows XP.
Now I need to sync files between two Windows XP machines. Has anyone done it before?
2
votes
2answers
949 views
One-way syncing/backup with Unison
I'm using the syncing tool Unison with my Mac OSX and Ubuntu 9.10 machines to backup my music from Mac to Ubuntu. The thing is, I want to have my Mac be the source and Ubuntu be the target so that the ...
1
vote
5answers
355 views
File synchronization between 3 places?
I need a way to synchronize files between 3 places, all of which can be modified.
All places are on Linux, and the synchronization tool has to run from cronjob - not manually!.
I tried unison, but I ...
7
votes
5answers
565 views
How reliable is Unison? Did it ever ruin your data?
I am interested in facts, when using unison ( http://www.cis.upenn.edu/~bcpierce/unison/ ) ruined your data? I want to find out about its reliability.
1
vote
2answers
348 views
Unison on OS X — Cannot connect
I am trying to use Unison on command line.
I have installed the command line tool, but running unison brings the GUI up. When I enter the password, the GUI stays at "connecting..." dialog and it ...
1
vote
3answers
2k views
How to Duplicate Dropbox/Ubuntu One Folder Synchronization In-House?
I really like using Dropbox and Ubuntu One, but they don't quite cut it for my workplace, because of restrictions on using external services.
Is there software (preferably free/open source) that we ...
8
votes
9answers
6k views
Best way to automatically synchronize files between Linux and Windows
My first choice was rsync but it caused some issues and is too manual.
My second choice, currently under evaluation is Unison. Are there any other good options for bi-directional auto-syncing?
The ...