<?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>ASP Experts &#187; backup</title>
	<atom:link href="http://www.aspexperts.com/tag/backup/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aspexperts.com</link>
	<description>.net programming, mssql, c#, vb.net....</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:26:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Source-controlled database backups</title>
		<link>http://www.aspexperts.com/source-controlled-database-backups</link>
		<comments>http://www.aspexperts.com/source-controlled-database-backups#comments</comments>
		<pubDate>Mon, 05 Dec 2011 01:31:00 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Mercurial]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Orchard]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I’m not very satisfied with traditional database backup solutions. It seems like almost no progress was made since SQL Server 6.5 (at least for the built-in tools). They are still outputting monolithic binary backup files that only do the job if the ...]]></description>
			<content:encoded><![CDATA[<p>I’m not very satisfied with traditional database backup solutions. It seems like almost no progress was made since SQL Server 6.5 (at least for the built-in tools). They are still outputting monolithic binary backup files that only do the job if the only thing you expect from backups is the ability to recover from catastrophic failures. I expect more, but before I explain, we need a disclaimer: I am no expert of database backup and may very well miss some crucial points or some aspects of the current state of the art. The solution exposed in this post is the result of my own experiments and has no pretense at exhaustiveness or even reliability. It’s something I use on my own simple projects, and no more. Database backups are serious business&#8230;(<a href="http://weblogs.asp.net/bleroy/archive/2011/12/04/source-controlled-database-backups.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=8091872" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/source-controlled-database-backups/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How the IIS SEO Toolkit Saved My Butt</title>
		<link>http://www.aspexperts.com/how-the-iis-seo-toolkit-saved-my-butt</link>
		<comments>http://www.aspexperts.com/how-the-iis-seo-toolkit-saved-my-butt#comments</comments>
		<pubDate>Tue, 15 Dec 2009 06:16:48 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[blogtastrophe]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[iis seo toolkit]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Ok, it wasn’t necessarily my ass that was saved, but it was years worth of images which were important to me! As I wrote yesterday , my blog’s hosting server had a hard-drive failure effectively wiping out my virtual machine, taking my blog down with it. Fortunately, I was able to get back up with a static archive of my site provided by Rich Skrenta, but I was missing all my images and other content (code samples). As Jeff mentions, I have learned the hard way that there are almost no organizations spidering and storing images on the web. Keep in mind that the images are not just mere eye candy. In many cases, they serve to illustrate key concepts: “ As you can see in the screenshot above, if the screenshot were still to exist, but through the...(<a href="http://haacked.com/archive/2009/12/14/seo-toolkit-saves-the-day.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7279058" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>Ok, it wasn’t necessarily my ass that was saved, but it was years worth of images which were important to me! As I wrote yesterday , my blog’s hosting server had a hard-drive failure effectively wiping out my virtual machine, taking my blog down with it. Fortunately, I was able to get back up with a static archive of my site provided by Rich Skrenta, but I was missing all my images and other content (code samples). As Jeff mentions, I have learned the hard way that there are almost no organizations spidering and storing images on the web. Keep in mind that the images are not just mere eye candy. In many cases, they serve to illustrate key concepts: “ As you can see in the screenshot above, if the screenshot were still to exist, but through the&#8230;(<a href="http://haacked.com/archive/2009/12/14/seo-toolkit-saves-the-day.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7279058" width="1" height="1"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/how-the-iis-seo-toolkit-saved-my-butt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

