<?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 over SSH</title>
	<atom:link href="http://www.rustyrazorblade.com/2006/09/rsync-over-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rustyrazorblade.com/2006/09/rsync-over-ssh/</link>
	<description>Tech Thoughts, Mostly on LAMP - by Jon Haddad</description>
	<lastBuildDate>Fri, 03 Sep 2010 03:50:22 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sunny</title>
		<link>http://www.rustyrazorblade.com/2006/09/rsync-over-ssh/comment-page-1/#comment-5</link>
		<dc:creator>Sunny</dc:creator>
		<pubDate>Fri, 15 Sep 2006 22:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/index.php/2006/09/11/rsync-over-ssh/#comment-5</guid>
		<description>Easy way to remember the arguments is to use following command:

rsync -have ssh username@yourserver.com:/path/to/your/stuff/ /localpath/to/your/stuff/

also,  you can do --progress if you like to watch the progress but shouldn&#039;t use it in automated/scheduled scripts.  other good argument is -z which does compression before moving it over internet, which is very useful if you are doing html/php or any other good compressable formats.</description>
		<content:encoded><![CDATA[<p>Easy way to remember the arguments is to use following command:</p>
<p>rsync -have ssh <a href="mailto:username@yourserver.com">username@yourserver.com</a>:/path/to/your/stuff/ /localpath/to/your/stuff/</p>
<p>also,  you can do &#8211;progress if you like to watch the progress but shouldn&#8217;t use it in automated/scheduled scripts.  other good argument is -z which does compression before moving it over internet, which is very useful if you are doing html/php or any other good compressable formats.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
