<?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>jon zobrist (dot) com &#187; compare</title>
	<atom:link href="http://www.jonzobrist.com/tag/compare/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonzobrist.com</link>
	<description>Unix, Linux, IT, Cloud, Meat</description>
	<lastBuildDate>Fri, 06 Jan 2012 18:59:34 +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>LCOD – 5.26.10 – Compare 2 directories</title>
		<link>http://www.jonzobrist.com/2010/05/26/lcod-5-26-10-compare-2-directories/</link>
		<comments>http://www.jonzobrist.com/2010/05/26/lcod-5-26-10-compare-2-directories/#comments</comments>
		<pubDate>Wed, 26 May 2010 22:50:04 +0000</pubDate>
		<dc:creator>Jon Zobrist</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Command of the Day]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[compare]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[md5sum]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://jonzobrist.com/2010/05/26/lcod-5-26-10-compare-2-directories/</guid>
		<description><![CDATA[
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2010%2F05%2F26%2Flcod-5-26-10-compare-2-directories%2F' data-shr_title='LCOD+%E2%80%93+5.26.10+%E2%80%93+Compare+2+directories'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2010%2F05%2F26%2Flcod-5-26-10-compare-2-directories%2F' data-shr_title='LCOD+%E2%80%93+5.26.10+%E2%80%93+Compare+2+directories'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetTop Automatic --><p>md5sum * | md5sum</p>
<p>This will return an md5sum which will look something like<br />
9277826461d2cb19731f6201c6b2c6b3  -</p>
<p>Run it in 2 directories, if the sums of the sums match, the files are identical.<br />
If not, you may want to rsync between them with something like<br />
rsync-avz -e ssh localdir/ user@remotehost:/remotedir/<br />
or<br />
rsync-avz -e ssh user@remotehost:/remotedir/ localdir/</p>
<div class="shr-publisher-125"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2010%2F05%2F26%2Flcod-5-26-10-compare-2-directories%2F' data-shr_title='LCOD+%E2%80%93+5.26.10+%E2%80%93+Compare+2+directories'></a><a class='shareaholic-fbsend' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2010%2F05%2F26%2Flcod-5-26-10-compare-2-directories%2F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.jonzobrist.com%2F2010%2F05%2F26%2Flcod-5-26-10-compare-2-directories%2F' data-shr_title='LCOD+%E2%80%93+5.26.10+%E2%80%93+Compare+2+directories'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jonzobrist.com/2010/05/26/lcod-5-26-10-compare-2-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

