<?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: Move files into an existing directory structure, on Linux</title>
	<atom:link href="http://kylecordes.com/2008/move-files/feed" rel="self" type="application/rss+xml" />
	<link>http://kylecordes.com/2008/move-files</link>
	<description>Software, Business, and Life</description>
	<lastBuildDate>Mon, 06 Sep 2010 18:19:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: John</title>
		<link>http://kylecordes.com/2008/move-files/comment-page-1#comment-30182</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 03 Feb 2009 02:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/?p=228#comment-30182</guid>
		<description>Won&#039;t rsync do the job for you?

Something like

rsync -avh /dir1 /dir2

Granted, this will overwrite older files with newer files.  You can add &quot;--ignore-existing&quot; to the options to override that behavior.

rsync --ignore-existing -avh /dir1 /dir2</description>
		<content:encoded><![CDATA[<p>Won&#8217;t rsync do the job for you?</p>
<p>Something like</p>
<p>rsync -avh /dir1 /dir2</p>
<p>Granted, this will overwrite older files with newer files.  You can add &#8220;&#8211;ignore-existing&#8221; to the options to override that behavior.</p>
<p>rsync &#8211;ignore-existing -avh /dir1 /dir2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaus-Martin Scheuer</title>
		<link>http://kylecordes.com/2008/move-files/comment-page-1#comment-28284</link>
		<dc:creator>Klaus-Martin Scheuer</dc:creator>
		<pubDate>Sat, 06 Dec 2008 10:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://kylecordes.com/?p=228#comment-28284</guid>
		<description>I think konqueror behaves the same way as the windows explorer in that case.</description>
		<content:encoded><![CDATA[<p>I think konqueror behaves the same way as the windows explorer in that case.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
