<?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: The importance of data integrity</title>
	<atom:link href="http://blog.linuxgamepublishing.com/2009/03/31/the-importance-of-data-integrity/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.linuxgamepublishing.com/2009/03/31/the-importance-of-data-integrity/</link>
	<description>Commercial gaming for Linux</description>
	<lastBuildDate>Fri, 09 Nov 2012 18:53:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Simms (CEO and head of Development)</title>
		<link>http://blog.linuxgamepublishing.com/2009/03/31/the-importance-of-data-integrity/comment-page-1/#comment-154</link>
		<dc:creator>Michael Simms (CEO and head of Development)</dc:creator>
		<pubDate>Tue, 31 Mar 2009 15:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.linuxgamepublishing.com/?p=175#comment-154</guid>
		<description>Thats fairly clever, Im disapointed in myself for not thinking of that one!</description>
		<content:encoded><![CDATA[<p>Thats fairly clever, Im disapointed in myself for not thinking of that one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nath</title>
		<link>http://blog.linuxgamepublishing.com/2009/03/31/the-importance-of-data-integrity/comment-page-1/#comment-153</link>
		<dc:creator>Nath</dc:creator>
		<pubDate>Tue, 31 Mar 2009 07:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.linuxgamepublishing.com/?p=175#comment-153</guid>
		<description>Glad you are back up. Was wondering what was up with the servers.</description>
		<content:encoded><![CDATA[<p>Glad you are back up. Was wondering what was up with the servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blindcoder</title>
		<link>http://blog.linuxgamepublishing.com/2009/03/31/the-importance-of-data-integrity/comment-page-1/#comment-152</link>
		<dc:creator>blindcoder</dc:creator>
		<pubDate>Tue, 31 Mar 2009 06:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.linuxgamepublishing.com/?p=175#comment-152</guid>
		<description>A quick-n-dirty hack to check for data integrity - at least on the harddisk side of things:
blindcoder@fortuna:~$ mysqldump -u root -p blindcoder_gurps &#124; tee /tmp/dumpme.sql &#124; md5sum ; md5sum /tmp/dumpme.sql
Enter password:
d6c05001c9fa8dc91e74463bfebb1e0c  -
d6c05001c9fa8dc91e74463bfebb1e0c  /tmp/dumpme.sql</description>
		<content:encoded><![CDATA[<p>A quick-n-dirty hack to check for data integrity &#8211; at least on the harddisk side of things:<br />
blindcoder@fortuna:~$ mysqldump -u root -p blindcoder_gurps | tee /tmp/dumpme.sql | md5sum ; md5sum /tmp/dumpme.sql<br />
Enter password:<br />
d6c05001c9fa8dc91e74463bfebb1e0c  -<br />
d6c05001c9fa8dc91e74463bfebb1e0c  /tmp/dumpme.sql</p>
]]></content:encoded>
	</item>
</channel>
</rss>
