<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Make Tech Easier &#187; unison</title>
	<atom:link href="http://maketecheasier.com/tag/unison/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>keep Your Files Synchronized With Unison</title>
		<link>http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20</link>
		<comments>http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20#comments</comments>
		<pubDate>Mon, 20 Oct 2008 06:37:14 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[unison]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=968</guid>
		<description><![CDATA[

Unison is a simple tool that allows you to synchronize your files between two locations. 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 [...]<p><strong><a href="http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20">keep Your Files Synchronized With Unison</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/manage-your-synchronization-and-backup-easily-with-conduit-for-linux/2008/10/13' rel='bookmark' title='Permanent Link: Manage Your Synchronization And Backup Easily With Conduit For Linux'>Manage Your Synchronization And Backup Easily With Conduit For Linux</a></li><li><a href='http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15' rel='bookmark' title='Permanent Link: Dropbox: Backs Up and Syncs Files From Your Desktop'>Dropbox: Backs Up and Syncs Files From Your Desktop</a></li><li><a href='http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21' rel='bookmark' title='Permanent Link: A Hands on and Review of Ubuntu One'>A Hands on and Review of Ubuntu One</a></li><li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' rel='bookmark' title='Permanent Link: Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li><li><a href='http://maketecheasier.com/installing-kubuntu-in-ubuntu-with-vmware-server/2008/02/05' rel='bookmark' title='Permanent Link: Installing (K)Ubuntu In Ubuntu With VMware Server'>Installing (K)Ubuntu In Ubuntu With VMware Server</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><!--adsense#300x300--></p>
<p><img class="alignnone size-full wp-image-975" title="unison" src="http://images.maketecheasier.com/2008/10/unison.jpg" alt="unison" width="580" height="116" /></p>
<p><a href="http://www.cis.upenn.edu/~bcpierce/unison/index.html" target="_blank">Unison</a> is a simple tool that allows you to synchronize your files between two locations. 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.</p>
<p>Some of the unique features in Unison include:</p>
<ul>
<li>It is compatible with both Unix and Windows, making it a versatile synchronization tool across all OS.</li>
<li>Monitoring of the two replicas for updates. Changes make to any of the replica that  are propagated to the other replica automatically. If there is any conflict detected, it will be displayed on the screen.</li>
<li>Able to work with a local directory, SSH, RSH and Socket.</li>
<li>It is resilient to failure. It is careful to leave the replicas and its own private structures in a sensible state at all times, even in case of abnormal termination or communication failures.</li>
</ul>
<p><strong>Install Unison in Ubuntu</strong></p>
<p>Click here to install <a href="apt:unison">unison</a> and <a href="apt:unison-gtk">unison-gtk</a>.</p>
<p>Alternatively, in your terminal, type</p>
<p class="codeblock">sudo apt-get install unison unison-gtk</p>
<p>Go to <em>Applications -&gt; Accessories -&gt; Unison</em></p>
<p>When Unison first start, it will prompt you to set up a new profile. Select the folder that you want to synchronize.</p>
<p><img class="alignnone size-full wp-image-969" title="unison1" src="http://images.maketecheasier.com/2008/10/unison1.jpg" alt="unison" width="567" height="214" /></p>
<p>Next, select the folder that you want to back up to.</p>
<p><img class="alignnone size-full wp-image-970" title="unison2" src="http://images.maketecheasier.com/2008/10/unison2.jpg" alt="unison2" width="580" height="188" /></p>
<p>Click OK.</p>
<p>The first time you sync, Unison will show a warning message. After reading, click Ok to close it.</p>
<p><img class="alignnone size-full wp-image-971" title="unison3" src="http://images.maketecheasier.com/2008/10/unison3.jpg" alt="unison3" width="580" height="510" /></p>
<p>Unison will now start to scan the source and destination for error.</p>
<p><img class="alignnone size-full wp-image-972" title="unison4" src="http://images.maketecheasier.com/2008/10/unison4.jpg" alt="unison4" width="580" height="240" /></p>
<p>Once that is done, click the <em>Go</em> button to start the sync.</p>
<p><img class="alignnone size-full wp-image-973" title="unison5" src="http://images.maketecheasier.com/2008/10/unison5.jpg" alt="unison5" width="580" height="227" /></p>
<p>That&#8217;s it!</p>
<p>If you are intending to sync with another machine over ssh, first make sure that the destination machine already has unison and ssh installed.</p>
<p>When choosing the destination folder, enter the ssh information:</p>
<p><img class="alignnone size-full wp-image-974" title="unison6" src="http://images.maketecheasier.com/2008/10/unison6.jpg" alt="unison6" width="580" height="184" /></p>
<p>Unison will contact the server and ask you for password when successful.</p>
<p>Similarly, press <em>Go</em> to start the synchronization once the verification is completed.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20">keep Your Files Synchronized With Unison</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/manage-your-synchronization-and-backup-easily-with-conduit-for-linux/2008/10/13' rel='bookmark' title='Permanent Link: Manage Your Synchronization And Backup Easily With Conduit For Linux'>Manage Your Synchronization And Backup Easily With Conduit For Linux</a></li><li><a href='http://maketecheasier.com/dropbox-backs-up-and-syncs-files-from-your-desktop/2008/09/15' rel='bookmark' title='Permanent Link: Dropbox: Backs Up and Syncs Files From Your Desktop'>Dropbox: Backs Up and Syncs Files From Your Desktop</a></li><li><a href='http://maketecheasier.com/a-hands-on-and-review-of-ubuntu-one/2009/07/21' rel='bookmark' title='Permanent Link: A Hands on and Review of Ubuntu One'>A Hands on and Review of Ubuntu One</a></li><li><a href='http://maketecheasier.com/sharing-files-between-ubuntu-host-and-virtual-machines/2007/12/17' rel='bookmark' title='Permanent Link: Sharing Files Between Ubuntu Host and Virtual Machines'>Sharing Files Between Ubuntu Host and Virtual Machines</a></li><li><a href='http://maketecheasier.com/installing-kubuntu-in-ubuntu-with-vmware-server/2008/02/05' rel='bookmark' title='Permanent Link: Installing (K)Ubuntu In Ubuntu With VMware Server'>Installing (K)Ubuntu In Ubuntu With VMware Server</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
