<?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: remove old backups automatically with cron</title>
	<atom:link href="http://e-huned.com/2008/07/11/remove-old-backups-automatically-with-cron/feed/" rel="self" type="application/rss+xml" />
	<link>http://e-huned.com/2008/07/11/remove-old-backups-automatically-with-cron/</link>
	<description>huned botee</description>
	<pubDate>Wed, 07 Jan 2009 00:53:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: huned</title>
		<link>http://e-huned.com/2008/07/11/remove-old-backups-automatically-with-cron/comment-page-1/#comment-3971</link>
		<dc:creator>huned</dc:creator>
		<pubDate>Sat, 12 Jul 2008 07:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://e-huned.com/?p=180#comment-3971</guid>
		<description>true, sort of.  but depends if you want to rely on mtime or the directory names to tell you what the outdated backups are.

also, you missed the &lt;code&gt;rm&lt;/code&gt; part :) &lt;code&gt;... -exec rm -rf&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>true, sort of.  but depends if you want to rely on mtime or the directory names to tell you what the outdated backups are.</p>
<p>also, you missed the <code>rm</code> part :) <code>... -exec rm -rf</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Fitzgerald</title>
		<link>http://e-huned.com/2008/07/11/remove-old-backups-automatically-with-cron/comment-page-1/#comment-3970</link>
		<dc:creator>Brent Fitzgerald</dc:creator>
		<pubDate>Sat, 12 Jul 2008 07:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://e-huned.com/?p=180#comment-3970</guid>
		<description>hey, i think you could also do something like this?

&lt;code&gt;find /path/to/backups -mtime +30 -exec -rf {} \;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>hey, i think you could also do something like this?</p>
<p><code>find /path/to/backups -mtime +30 -exec -rf {} \;</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
