<?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>mikerochford.com &#187; One Liner</title>
	<atom:link href="http://mikerochford.com/blog/category/one-liner/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikerochford.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 11 Aug 2010 16:27:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Moving a directory from one host to another using tar over ssh</title>
		<link>http://mikerochford.com/blog/2009/11/18/moving-a-directory-from-one-host-to-another-using-tar-over-ssh/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://mikerochford.com/blog/2009/11/18/moving-a-directory-from-one-host-to-another-using-tar-over-ssh/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 17:28:00 +0000</pubDate>
		<dc:creator>mrochford</dc:creator>
				<category><![CDATA[One Liner]]></category>

		<guid isPermaLink="false">http://mikerochford.com/blog/?p=101</guid>
		<description><![CDATA[tar cf - * &#124; ssh]]></description>
			<content:encoded><![CDATA[<p><code lang="bash">tar cf - * | ssh <username@<hostname> "(cd <destination_dir> &#038;&#038; tar xf -)"</code></p>
<img src="http://mikerochford.com/blog/?ak_action=api_record_view&id=101&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://mikerochford.com/blog/2009/11/18/moving-a-directory-from-one-host-to-another-using-tar-over-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
