<?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: Yes, you can rsync between two local directories</title>
	<atom:link href="http://www.gilluminate.com/2006/12/12/yes-you-can-rsync-between-two-local-directories/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gilluminate.com/2006/12/12/yes-you-can-rsync-between-two-local-directories/</link>
	<description></description>
	<lastBuildDate>Sat, 13 Mar 2010 13:45:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kagemaru</title>
		<link>http://www.gilluminate.com/2006/12/12/yes-you-can-rsync-between-two-local-directories/comment-page-1/#comment-7433</link>
		<dc:creator>Kagemaru</dc:creator>
		<pubDate>Thu, 17 Dec 2009 12:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2006/12/12/yes-you-can-rsync-between-two-local-directories#comment-7433</guid>
		<description>@bagheera: Isn&#039;t that what the -c option does? skips based on checksums?</description>
		<content:encoded><![CDATA[<p>@bagheera: Isn&#8217;t that what the -c option does? skips based on checksums?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP - DB</title>
		<link>http://www.gilluminate.com/2006/12/12/yes-you-can-rsync-between-two-local-directories/comment-page-1/#comment-6968</link>
		<dc:creator>JP - DB</dc:creator>
		<pubDate>Wed, 26 Aug 2009 23:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2006/12/12/yes-you-can-rsync-between-two-local-directories#comment-6968</guid>
		<description>It may seem obvious but when rsyncing subversion directories, remember to use &quot;--exclude=*.svn&quot;</description>
		<content:encoded><![CDATA[<p>It may seem obvious but when rsyncing subversion directories, remember to use &#8220;&#8211;exclude=*.svn&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Ayvazyan</title>
		<link>http://www.gilluminate.com/2006/12/12/yes-you-can-rsync-between-two-local-directories/comment-page-1/#comment-5835</link>
		<dc:creator>David Ayvazyan</dc:creator>
		<pubDate>Fri, 15 May 2009 22:58:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2006/12/12/yes-you-can-rsync-between-two-local-directories#comment-5835</guid>
		<description>Great Job!
I Use it today and see the results is Cool.
Thanks.</description>
		<content:encoded><![CDATA[<p>Great Job!<br />
I Use it today and see the results is Cool.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://www.gilluminate.com/2006/12/12/yes-you-can-rsync-between-two-local-directories/comment-page-1/#comment-5697</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Thu, 05 Mar 2009 17:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2006/12/12/yes-you-can-rsync-between-two-local-directories#comment-5697</guid>
		<description>you can still use the client/server systrem using DeltaCopy on the windows machine:
http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp</description>
		<content:encoded><![CDATA[<p>you can still use the client/server systrem using DeltaCopy on the windows machine:<br />
<a href="http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp" rel="nofollow">http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Denney</title>
		<link>http://www.gilluminate.com/2006/12/12/yes-you-can-rsync-between-two-local-directories/comment-page-1/#comment-5567</link>
		<dc:creator>Michael Denney</dc:creator>
		<pubDate>Wed, 26 Nov 2008 12:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2006/12/12/yes-you-can-rsync-between-two-local-directories#comment-5567</guid>
		<description>Useful, in searching Google for this your site was the most useful.

Although I did use a few more switches to preserve permissions and group/user but overall your post was very useful.

Thank you.</description>
		<content:encoded><![CDATA[<p>Useful, in searching Google for this your site was the most useful.</p>
<p>Although I did use a few more switches to preserve permissions and group/user but overall your post was very useful.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bagheera</title>
		<link>http://www.gilluminate.com/2006/12/12/yes-you-can-rsync-between-two-local-directories/comment-page-1/#comment-5528</link>
		<dc:creator>bagheera</dc:creator>
		<pubDate>Sun, 19 Oct 2008 17:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gillumiante.com/2006/12/12/yes-you-can-rsync-between-two-local-directories#comment-5528</guid>
		<description>Thanks for the tip. For some reason I needed to add a fuzzy (y) option to stop it from transferring everything. Can rsync handle files that have been renamed at the source? I now have both files at my destination (original and renamed).</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. For some reason I needed to add a fuzzy (y) option to stop it from transferring everything. Can rsync handle files that have been renamed at the source? I now have both files at my destination (original and renamed).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
