<?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: Rsync to the rescue: Copying files from server to server</title>
	<atom:link href="http://stereointeractive.com/blog/2007/06/10/rsync-to-the-rescue-copying-files-from-server-to-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://stereointeractive.com/blog/2007/06/10/rsync-to-the-rescue-copying-files-from-server-to-server/</link>
	<description>Development Blog</description>
	<lastBuildDate>Tue, 07 Sep 2010 10:31:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scott Meves</title>
		<link>http://stereointeractive.com/blog/2007/06/10/rsync-to-the-rescue-copying-files-from-server-to-server/comment-page-1/#comment-238</link>
		<dc:creator>Scott Meves</dc:creator>
		<pubDate>Sat, 24 May 2008 21:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stereodevelopment.com/2007/06/10/rsync-to-the-rescue-copying-files-from-server-to-server/#comment-238</guid>
		<description>if you want to connect to ssh with a different port, use: -e &#039;ssh -p####&#039;</description>
		<content:encoded><![CDATA[<p>if you want to connect to ssh with a different port, use: -e &#8217;ssh -p####&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smeves</title>
		<link>http://stereointeractive.com/blog/2007/06/10/rsync-to-the-rescue-copying-files-from-server-to-server/comment-page-1/#comment-7</link>
		<dc:creator>smeves</dc:creator>
		<pubDate>Thu, 21 Jun 2007 16:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stereodevelopment.com/2007/06/10/rsync-to-the-rescue-copying-files-from-server-to-server/#comment-7</guid>
		<description>another good tip:  do a dry run before actually copying with the -n flag, and exclude unnecessary files with --exclude-file:

&lt;pre class=&quot;code&quot;&gt;&lt;code&gt;rsync -avcn -e ssh xxx@xx.xx.xxx:/your/old/path/ your/new/path --exclude-from rsync_exclude.txt&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>another good tip:  do a dry run before actually copying with the -n flag, and exclude unnecessary files with &#8211;exclude-file:</p>
<pre class="code"><code>rsync -avcn -e ssh <a href="mailto:xxx@xx.xx.xxx">xxx@xx.xx.xxx</a>:/your/old/path/ your/new/path --exclude-from rsync_exclude.txt</code></pre>
]]></content:encoded>
	</item>
</channel>
</rss>
