<?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>Tech Trivia &#187; rsync</title>
	<atom:link href="http://www.alethe.com/brad/tag/rsync/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alethe.com/brad</link>
	<description>For those who know just enough to be dangerous</description>
	<lastBuildDate>Sun, 28 Feb 2010 04:45:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using rsync over ssh</title>
		<link>http://www.alethe.com/brad/2009/05/using-rsync-over-ssh/</link>
		<comments>http://www.alethe.com/brad/2009/05/using-rsync-over-ssh/#comments</comments>
		<pubDate>Fri, 08 May 2009 00:58:46 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Apple OS X]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.alethe.com/brad/?p=43</guid>
		<description><![CDATA[You can securely synchronize directory structures between two Linux computers by using the following command: rsync -ave ssh --delete myhost.example.com:Documents/ Documents/ The &#8722;&#8722;delete option ensures that any files or directories that no longer exist on the source are also removed from the destination.]]></description>
			<content:encoded><![CDATA[<p>You can securely synchronize directory structures between two Linux computers by using the following command:</p>
<p><code>rsync -ave ssh --delete myhost.example.com:Documents/ Documents/</code></p>
<p>The &#8722;&#8722;delete option ensures that any files or directories that no longer exist on the source are also removed from the destination.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alethe.com/brad/2009/05/using-rsync-over-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
