<?xml version="1.0" encoding="iso-8859-1"?>

<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/"
>
		
	<channel rdf:about="http://www.dougboude.com/blog">
	<title>Doug Boude (rhymes with &apos;loud&apos;)</title>
	<description>Powered by BlogCFM</description>
	<link>http://www.dougboude.com/blog</link>
	
	<items>
		<rdf:Seq>
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2009/09/7A.Batch-Script-to-Backup-MySQL-Database.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2009/04/Resolution-to-Mysterious-Bash-Script-Error.cfm" />
			
		</rdf:Seq>
	</items>
	
	</channel>
		
  	<item rdf:about="http://www.dougboude.com/blog/1/2009/09/7A.Batch-Script-to-Backup-MySQL-Database.cfm">
	<title>Batch Script to Backup MySQL Database</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;In setting up a new IIS7/Windows 2008 server, I had a need to automate the backup of my MySQL database and so pieced together a little batch file that I then scheduled via the Task Scheduler. The file first removes all backup files that are more than a week old, then performs a sql dump and finally zips the dump. Files are named according to the date and time they were created. Anyway, it took me quite a while to find all the pi</description>
	<link>http://www.dougboude.com/blog/1/2009/09/7A.Batch-Script-to-Backup-MySQL-Database.cfm</link>
	<dc:date>2009-09-17T09:30:00-05:00</dc:date>
	
	<dc:subject>goog,scripts, code snippets,placeblogger</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2009/04/Resolution-to-Mysterious-Bash-Script-Error.cfm">
	<title>Resolution to &apos;Mysterious&apos; Bash Script Error</title>
	<description>&lt;font face=&quot;Arial&quot; size=&quot;3&quot;&gt;(to skip to the very heart of this post, &lt;a href=&quot;#moral&quot;&gt;click here&lt;/a&gt;. otherwise humor me and read until you get to it&amp;nbsp;&lt;img src=&quot;/blog/FCKeditor/editor/images/smiley/msn/regular_smile.gif&quot; alt=&quot;&quot; /&gt; )&lt;br /&gt;&lt;br /&gt;So I was sitting there working on a CF-based resume builder app when my boss walks in and asks me to take over responsibility for our company&apos;s database and then implement a solid backup plan and polici</description>
	<link>http://www.dougboude.com/blog/1/2009/04/Resolution-to-Mysterious-Bash-Script-Error.cfm</link>
	<dc:date>2009-04-10T16:22:00-05:00</dc:date>
	
	<dc:subject>goog,scripts, code snippets,placeblogger,SQL,rant</dc:subject>
	</item>
	</rdf:RDF> 