<?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 for schlü.tech</title>
	<atom:link href="http://schlutech.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://schlutech.com</link>
	<description>Get Your Tech On!!!</description>
	<lastBuildDate>Sat, 24 Dec 2011 23:50:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Rsync Snapshots: Space Saving &amp; Fast Recovery by mrfsl</title>
		<link>http://schlutech.com/2011/11/rsync-full-incremental-differential-snapshots/comment-page-1/#comment-7</link>
		<dc:creator>mrfsl</dc:creator>
		<pubDate>Sat, 24 Dec 2011 23:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://schlutech.com/?p=553#comment-7</guid>
		<description><![CDATA[@tgr - great catch! 

In writing this I definitely typed faster than I thought. Your method works great and showed me that I need to re-read some man pages. I checked one of my scripts and was actually using:

link_dest=`find /path/to/destination/* -type d -prune &#124; sort &#124; tail -n1`

...which also works but the -maxdepth option is definitely more intuitive. Thanks for the contribution.]]></description>
		<content:encoded><![CDATA[<p>@tgr &#8211; great catch! </p>
<p>In writing this I definitely typed faster than I thought. Your method works great and showed me that I need to re-read some man pages. I checked one of my scripts and was actually using:</p>
<p>link_dest=`find /path/to/destination/* -type d -prune | sort | tail -n1`</p>
<p>&#8230;which also works but the -maxdepth option is definitely more intuitive. Thanks for the contribution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rsync Snapshots: Space Saving &amp; Fast Recovery by trg</title>
		<link>http://schlutech.com/2011/11/rsync-full-incremental-differential-snapshots/comment-page-1/#comment-6</link>
		<dc:creator>trg</dc:creator>
		<pubDate>Sat, 24 Dec 2011 20:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://schlutech.com/?p=553#comment-6</guid>
		<description><![CDATA[Just wanted to add one caveat/issue with this:

Doing &quot;link_dest=`find /path/to/destination -type d &#124; sort &#124; tail -n 1`&quot; can sometimes have an unintended consequence... If what you&#039;re backing up has subdirectories and is recent this will dig down into the backup for the link destination, which is not what you want...

To prevent that, instead make it (at least on a GNU find system)
&quot;link_dest=`find /path/to/destination -maxdepth 1 -type d &#124; sort &#124; tail -n 1`&quot;]]></description>
		<content:encoded><![CDATA[<p>Just wanted to add one caveat/issue with this:</p>
<p>Doing &#8220;link_dest=`find /path/to/destination -type d | sort | tail -n 1`&#8221; can sometimes have an unintended consequence&#8230; If what you&#8217;re backing up has subdirectories and is recent this will dig down into the backup for the link destination, which is not what you want&#8230;</p>
<p>To prevent that, instead make it (at least on a GNU find system)<br />
&#8220;link_dest=`find /path/to/destination -maxdepth 1 -type d | sort | tail -n 1`&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Progamatically Comparing Debian Package Versions by mrfsl</title>
		<link>http://schlutech.com/2011/12/progamatically-comparing-debian-package-versions/comment-page-1/#comment-5</link>
		<dc:creator>mrfsl</dc:creator>
		<pubDate>Wed, 07 Dec 2011 06:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://schlutech.com/?p=987#comment-5</guid>
		<description><![CDATA[One small edit -  forgot to mention that if you have libdpkg-perl installed in Debian or Ubuntu you should also be able to access the man page for Dpkg::Version.]]></description>
		<content:encoded><![CDATA[<p>One small edit &#8211;  forgot to mention that if you have libdpkg-perl installed in Debian or Ubuntu you should also be able to access the man page for Dpkg::Version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rsync Snapshots: Space Saving &amp; Fast Recovery by mrfsl</title>
		<link>http://schlutech.com/2011/11/rsync-full-incremental-differential-snapshots/comment-page-1/#comment-4</link>
		<dc:creator>mrfsl</dc:creator>
		<pubDate>Tue, 29 Nov 2011 18:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://schlutech.com/?p=553#comment-4</guid>
		<description><![CDATA[gdr - Thanks for the link. The paper by Mike Rubel is very well done.]]></description>
		<content:encoded><![CDATA[<p>gdr &#8211; Thanks for the link. The paper by Mike Rubel is very well done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rsync Snapshots: Space Saving &amp; Fast Recovery by gdr</title>
		<link>http://schlutech.com/2011/11/rsync-full-incremental-differential-snapshots/comment-page-1/#comment-3</link>
		<dc:creator>gdr</dc:creator>
		<pubDate>Tue, 29 Nov 2011 18:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://schlutech.com/?p=553#comment-3</guid>
		<description><![CDATA[rsnapshot implements this strategy in perl

http://rsnapshot.org]]></description>
		<content:encoded><![CDATA[<p>rsnapshot implements this strategy in perl</p>
<p><a href="http://rsnapshot.org" rel="nofollow">http://rsnapshot.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Metacity Compositing Switch by mrfsl</title>
		<link>http://schlutech.com/2011/10/metacity-compositing-switch/comment-page-1/#comment-2</link>
		<dc:creator>mrfsl</dc:creator>
		<pubDate>Wed, 26 Oct 2011 02:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://schlutech.com/?p=769#comment-2</guid>
		<description><![CDATA[Super cool script. Simple and effective! Just the way I like it. There is something similar in Linux Mint under their &quot;Desktop Settings&quot; utility but this is simpler and faster for my needs.

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Super cool script. Simple and effective! Just the way I like it. There is something similar in Linux Mint under their &#8220;Desktop Settings&#8221; utility but this is simpler and faster for my needs.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
