<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using ssh to copy a directory tree from one host to another</title>
	<atom:link href="http://www.tipsandscripts.net/archives/5/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsandscripts.net/archives/5</link>
	<description>Various things I&#039;ve found useful in my travels</description>
	<lastBuildDate>Thu, 03 Feb 2011 15:38:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andrew S</title>
		<link>http://www.tipsandscripts.net/archives/5/comment-page-1#comment-2</link>
		<dc:creator>Andrew S</dc:creator>
		<pubDate>Tue, 04 Dec 2007 13:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsandscripts.net/archives/5#comment-2</guid>
		<description>If your tar is GNUish you can save on the &#039;cd&#039; with the C flag.

e.g.

tar cf - sourcedir &#124; ssh username@destination tar xfC - destdirparent</description>
		<content:encoded><![CDATA[<p>If your tar is GNUish you can save on the &#8216;cd&#8217; with the C flag.</p>
<p>e.g.</p>
<p>tar cf &#8211; sourcedir | ssh username@destination tar xfC &#8211; destdirparent</p>
]]></content:encoded>
	</item>
</channel>
</rss>

