<?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>Sun, 12 Feb 2012 15:58:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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[synchronization]]></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><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20&amp;title=keep+Your+Files+Synchronized+With+Unison&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<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>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-975" title="unison" src="http://imagecdn.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><span id="more-968"></span>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://imagecdn.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://imagecdn.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://imagecdn.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://imagecdn.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://imagecdn.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://imagecdn.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><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20&amp;title=keep+Your+Files+Synchronized+With+Unison&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<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>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/keep-your-files-synchronized-with-unison/2008/10/20/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

