<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>elorg.net &#187; code</title>
	<atom:link href="http://www.elorg.net/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elorg.net</link>
	<description>Ramblings and other miscellany.</description>
	<lastBuildDate>Wed, 23 Nov 2011 20:55:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Small Step in Progress</title>
		<link>http://www.elorg.net/2006/06/small-step-in-progress/</link>
		<comments>http://www.elorg.net/2006/06/small-step-in-progress/#comments</comments>
		<pubDate>Mon, 26 Jun 2006 17:30:37 +0000</pubDate>
		<dc:creator>elorg</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://www.elorg.net/2006/06/26/small-step-in-progress/</guid>
		<description><![CDATA[Last night I was determined to make some progress on my site &#8211; no matter how small. I decided that I wanted to learn how to use cron and mysqldump to schedule automated backups of the databases that I&#8217;m using (just in case). This will come in handy in case something happens to the server [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I was determined to make some progress on my site &#8211; no matter how small.  I decided that I wanted to learn how to use cron and mysqldump to schedule automated backups of the databases that I&#8217;m using (just in case).  This will come in handy in case something happens to the server while I&#8217;m on vacation later this year.</p>
<p>Both utilities are pretty straightforward and easy to use.  With the help of man pages, google, and some insight from the bf, I was able to get it working.  Thanks to help from my buddy Mark, I was able to get the backup files to be dynamically named so I can have multiple backups saved in the same folder.</p>
<p>The only big snag I ran into was the password.  Apparently when using the mysqldump command you can&#8217;t have a $ in the user&#8217;s password.  It thinks that it&#8217;s a variable or wildcard or something and gives you access denied.  Run it manually with just the -p switch or remove the $ from the password, and it works just fine.</p>
<p>Mission accomplished. Progress was made.  Maybe that will motivate me to make more progress. <img src='http://www.elorg.net/wp/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.elorg.net/2006/06/small-step-in-progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

