<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Showdown: MySQL vs. SQL Server 2005 (Backups Edition)</title>
	<atom:link href="http://bofe.wordpress.com/2008/03/12/showdown-mysql-vs-sql-server-2005-backups-edition/feed/" rel="self" type="application/rss+xml" />
	<link>http://bofe.wordpress.com/2008/03/12/showdown-mysql-vs-sql-server-2005-backups-edition/</link>
	<description>a twenty something IT professional with a few things to say</description>
	<lastBuildDate>Sun, 12 Jul 2009 20:39:51 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bofe</title>
		<link>http://bofe.wordpress.com/2008/03/12/showdown-mysql-vs-sql-server-2005-backups-edition/#comment-12904</link>
		<dc:creator>bofe</dc:creator>
		<pubDate>Tue, 14 Oct 2008 23:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://bofe.wordpress.com/?p=2073#comment-12904</guid>
		<description>@meregistered You&#039;re right. I&#039;ve always had problems with MySQL&#039;s GUI tools... particularly not wanting to run them on localhost. 

The only feature that I see missing from MySQL GUI tools is the ability to clean out your backups on a regular basis.</description>
		<content:encoded><![CDATA[<p>@meregistered You&#8217;re right. I&#8217;ve always had problems with MySQL&#8217;s GUI tools&#8230; particularly not wanting to run them on localhost. </p>
<p>The only feature that I see missing from MySQL GUI tools is the ability to clean out your backups on a regular basis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meregistered</title>
		<link>http://bofe.wordpress.com/2008/03/12/showdown-mysql-vs-sql-server-2005-backups-edition/#comment-12903</link>
		<dc:creator>meregistered</dc:creator>
		<pubDate>Mon, 13 Oct 2008 22:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://bofe.wordpress.com/?p=2073#comment-12903</guid>
		<description>Hello have you considered using the MySQL UI tools?

That would be a more likely comparison. And just easy although maybe not as many options.</description>
		<content:encoded><![CDATA[<p>Hello have you considered using the MySQL UI tools?</p>
<p>That would be a more likely comparison. And just easy although maybe not as many options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deStone</title>
		<link>http://bofe.wordpress.com/2008/03/12/showdown-mysql-vs-sql-server-2005-backups-edition/#comment-12575</link>
		<dc:creator>deStone</dc:creator>
		<pubDate>Sat, 15 Mar 2008 22:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://bofe.wordpress.com/?p=2073#comment-12575</guid>
		<description>Uh, microsoft cronnie.</description>
		<content:encoded><![CDATA[<p>Uh, microsoft cronnie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dmac</title>
		<link>http://bofe.wordpress.com/2008/03/12/showdown-mysql-vs-sql-server-2005-backups-edition/#comment-12567</link>
		<dc:creator>dmac</dc:creator>
		<pubDate>Thu, 13 Mar 2008 20:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://bofe.wordpress.com/?p=2073#comment-12567</guid>
		<description>If you want to automatically purge old MySQL backups based on being N days old you can just slap your dump command into shell script with the following command.  Then schedule the shell script via cron.

find /Your_backup/directory -type f -mtime +N -exec rm -rf {} \;

Replace N with the number of days you want to keep on hand.  This command uses the timestamps on the file to determine whether or not to delete it.</description>
		<content:encoded><![CDATA[<p>If you want to automatically purge old MySQL backups based on being N days old you can just slap your dump command into shell script with the following command.  Then schedule the shell script via cron.</p>
<p>find /Your_backup/directory -type f -mtime +N -exec rm -rf {} \;</p>
<p>Replace N with the number of days you want to keep on hand.  This command uses the timestamps on the file to determine whether or not to delete it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
