File Synchronization

Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.


Unison shares a number of features with tools such as configuration management packages (CVS, PRCS, Subversion, BitKeeper, etc.), distributed filesystems (Coda, etc.), uni-directional mirroring utilities (rsync, etc.), and other synchronizers (Intellisync, Reconcile, etc).

Other applications


Linux


rsync is an open source utility that provides fast incremental file transfer.
In Ubuntu you can install from the application menu Grsync, a simple graphical interface for rsync.

Windows


SyncToy is a free PowerToy designed by Microsoft that provides an easy to use graphical user interface that can automate synchronizing files and folders. It is written using Microsoft's .NET framework.

GUI for the alternativates system

Galternatives is a GUI to help the system administrator to choose what program should provide a given service.

It updates the /etc/alternatives links, which defines default applications for the traditional Unix/Linux system, for example which java virtual machine should be used in case there are several versions installed on the system, which webbrowser will be launched etc.



Basically, it is a graphical front-end to the update-alternatives command-line tool.

Install on Ubuntu


sudo aptitude install galternatives


Finally, we could create a launcher in our main menu (System-->Preferences-->Main Menu):