<?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: How To Vanquish Rsync</title>
	<atom:link href="http://blog.mymediasystem.net/uncategorized/rsync-non-empty-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mymediasystem.net/uncategorized/rsync-non-empty-problem/</link>
	<description>MyMediaSystem - 1080p - AVCHD - H.264 - Linux - 3D - GPS &#38; GPX</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:03:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: peto</title>
		<link>http://blog.mymediasystem.net/uncategorized/rsync-non-empty-problem/comment-page-1/#comment-2665</link>
		<dc:creator>peto</dc:creator>
		<pubDate>Sun, 05 Feb 2012 13:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mymediasystem.net/?p=2151#comment-2665</guid>
		<description>hi, I just want to say thank you for sharing your knowledge! very helpful! :-)</description>
		<content:encoded><![CDATA[<p>hi, I just want to say thank you for sharing your knowledge! very helpful! <img src='http://blog.mymediasystem.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam IT</title>
		<link>http://blog.mymediasystem.net/uncategorized/rsync-non-empty-problem/comment-page-1/#comment-2608</link>
		<dc:creator>Sam IT</dc:creator>
		<pubDate>Tue, 04 Oct 2011 14:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mymediasystem.net/?p=2151#comment-2608</guid>
		<description>Yup, first result on Google.

In my case is was due to an exclusion.

Very helpful, thank you!</description>
		<content:encoded><![CDATA[<p>Yup, first result on Google.</p>
<p>In my case is was due to an exclusion.</p>
<p>Very helpful, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vince</title>
		<link>http://blog.mymediasystem.net/uncategorized/rsync-non-empty-problem/comment-page-1/#comment-2603</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Sun, 11 Sep 2011 01:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mymediasystem.net/?p=2151#comment-2603</guid>
		<description>I had the same problem. Your explanation is clear. I really appreciate it. THANKS!</description>
		<content:encoded><![CDATA[<p>I had the same problem. Your explanation is clear. I really appreciate it. THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gold</title>
		<link>http://blog.mymediasystem.net/uncategorized/rsync-non-empty-problem/comment-page-1/#comment-2449</link>
		<dc:creator>Gold</dc:creator>
		<pubDate>Wed, 06 Jul 2011 03:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mymediasystem.net/?p=2151#comment-2449</guid>
		<description>acmelab68: You&#039;ll be pleased to hear that this is now the first hit on Google. At least of the search terms I used, which are appropriate for this issue.

+1&#039;d it also.

Cheers,
Gold</description>
		<content:encoded><![CDATA[<p>acmelab68: You&#8217;ll be pleased to hear that this is now the first hit on Google. At least of the search terms I used, which are appropriate for this issue.</p>
<p>+1&#8242;d it also.</p>
<p>Cheers,<br />
Gold</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rduke15</title>
		<link>http://blog.mymediasystem.net/uncategorized/rsync-non-empty-problem/comment-page-1/#comment-2428</link>
		<dc:creator>rduke15</dc:creator>
		<pubDate>Tue, 01 Mar 2011 21:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mymediasystem.net/?p=2151#comment-2428</guid>
		<description>Thanks a lot for this clear explanation. However, I still don&#039;t know how to solve the problem. I modified a filter, and now exclude more stuff than before, so I run into the problem described here.

rsync -a --delete --backup --backup-dir=&quot;_before-`date +%F`&quot; --exclude=&quot;_before-*&quot; --filter=&quot;. filter.txt&quot; /SOURCE/ /DEST/

In other words, I want to save the deleted files under /DEST/_before-xxx. Which doesn&#039;t exist in the SOURCE of course.

If I add --delete-excluded, I suppose it will delete my backup-dir where I keep deleted/changed files.

So I don&#039;t know how to elegantly solve this problem (without manually deleting all the newly excluded files from the destination).</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this clear explanation. However, I still don&#8217;t know how to solve the problem. I modified a filter, and now exclude more stuff than before, so I run into the problem described here.</p>
<p>rsync -a &#8211;delete &#8211;backup &#8211;backup-dir=&#8221;_before-`date +%F`&#8221; &#8211;exclude=&#8221;_before-*&#8221; &#8211;filter=&#8221;. filter.txt&#8221; /SOURCE/ /DEST/</p>
<p>In other words, I want to save the deleted files under /DEST/_before-xxx. Which doesn&#8217;t exist in the SOURCE of course.</p>
<p>If I add &#8211;delete-excluded, I suppose it will delete my backup-dir where I keep deleted/changed files.</p>
<p>So I don&#8217;t know how to elegantly solve this problem (without manually deleting all the newly excluded files from the destination).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dreniarb</title>
		<link>http://blog.mymediasystem.net/uncategorized/rsync-non-empty-problem/comment-page-1/#comment-2172</link>
		<dc:creator>dreniarb</dc:creator>
		<pubDate>Tue, 20 Oct 2009 17:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mymediasystem.net/?p=2151#comment-2172</guid>
		<description>awesome, very nice fine.  this was driving me crazy!</description>
		<content:encoded><![CDATA[<p>awesome, very nice fine.  this was driving me crazy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wil Alvarez</title>
		<link>http://blog.mymediasystem.net/uncategorized/rsync-non-empty-problem/comment-page-1/#comment-2145</link>
		<dc:creator>Wil Alvarez</dc:creator>
		<pubDate>Wed, 29 Jul 2009 13:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mymediasystem.net/?p=2151#comment-2145</guid>
		<description>Excellent explanation, now i understand why rsync wasn&#039;t deleting all those files!


I hope too that this good article be higher rated by Google, so other people can realize about the issue.

Cheers</description>
		<content:encoded><![CDATA[<p>Excellent explanation, now i understand why rsync wasn&#8217;t deleting all those files!</p>
<p>I hope too that this good article be higher rated by Google, so other people can realize about the issue.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

