<?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>My Scripts and Tips &#187; ssh</title>
	<atom:link href="http://www.tipsandscripts.net/archives/category/ssh/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsandscripts.net</link>
	<description>Various things I've found useful in my travels</description>
	<lastBuildDate>Mon, 09 Aug 2010 09:23:50 +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>Using ssh to copy a directory tree from one host to another</title>
		<link>http://www.tipsandscripts.net/archives/5</link>
		<comments>http://www.tipsandscripts.net/archives/5#comments</comments>
		<pubDate>Sat, 01 Sep 2007 15:27:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux and Unix]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://www.tipsandscripts.net/archives/5</guid>
		<description><![CDATA[From the source host:cd to the parent directory Use the following command: tar cf - sourcedir &#124; ssh username@destination &#34;cd destdirparent &#38;&#38; tar xf -&#34; where: sourcedir is the directory to copy username is your username on the remote (destination) host destdirparent is the parent directory on the remote (destination) host]]></description>
			<content:encoded><![CDATA[<p>From the source host:cd to the parent directory<br />
Use the following command:<br />
<pre><pre>
tar cf - sourcedir | ssh username@destination &quot;cd destdirparent &amp;&amp; tar xf -&quot;</pre></pre><br />
where:<br />
<em>sourcedir</em> is the directory to copy<br />
<em>username</em> is your username on the remote (destination) host<br />
<em>destdirparent</em> is the parent directory on the remote (destination) host</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandscripts.net/archives/5/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
