<?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>doomclaw.de &#187; undelete</title>
	<atom:link href="http://doomclaw.de/index.php/tag/undelete/feed/" rel="self" type="application/rss+xml" />
	<link>http://doomclaw.de</link>
	<description>here be daemons</description>
	<lastBuildDate>Sat, 03 Dec 2011 10:07:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Data recovered</title>
		<link>http://doomclaw.de/index.php/2009/08/24/data-recovered/</link>
		<comments>http://doomclaw.de/index.php/2009/08/24/data-recovered/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 07:40:52 +0000</pubDate>
		<dc:creator>skaven</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[undelete]]></category>

		<guid isPermaLink="false">http://doomclaw.de/?p=67</guid>
		<description><![CDATA[I managed to recover the accidently deleted data. Due to the fact, that I recognized my mistake while the deletion process I unmounted the partition directly afterwards and made an image of it with dd. After some searching on the internet I&#8217;ve found ext3grep. With one simple command everything was restored, since I knew the [...]]]></description>
			<content:encoded><![CDATA[<p>I managed to recover the <a href="http://doomclaw.de/index.php/2009/08/22/a-lesson-learned/">accidently deleted data</a>. Due to the fact, that I recognized my mistake while the deletion process I unmounted the partition directly afterwards and made an image of it with dd.<br />
After some searching on the internet I&#8217;ve found <a href="http://code.google.com/p/ext3grep/">ext3grep</a>. With one simple command everything was restored, since I knew the date of deletion.</p>
<pre class="brush:bash">ext3grep $IMAGE --restore-all --after=1250740800</pre>
<p>This command restored all recoverable files from <em>$IMAGE</em> (which represents the path of my dd-Image) after Thu, 20 Aug 2009 04:00:00 GMT (referenced by the UNIX timestamp <em>1250740800</em>).<br />
Since I had unmounted the partition ther were no write actions after the deletion, so each deleted file was recoverable.</p>
<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:100px;">
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdoomclaw.de%2Findex.php%2F2009%2F08%2F24%2Fdata-recovered%2F&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
				</div><div class="really_simple_share_google1" style="width:90px;">
					<g:plusone size="medium" href="http://doomclaw.de/index.php/2009/08/24/data-recovered/" ></g:plusone>
				</div><div class="really_simple_share_linkedin" style="width:px;">
					<script type="IN/Share" data-counter="right" data-url="http://doomclaw.de/index.php/2009/08/24/data-recovered/"></script>
				</div><div class="really_simple_share_digg" style="width:px;">
					<script type="text/javascript" src="http://widgets.digg.com/buttons.js"></script>
					<a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=http://doomclaw.de/index.php/2009/08/24/data-recovered/&amp;title=Data recovered"></a>	
				</div><div class="really_simple_share_stumbleupon" style="width:px;">
					<script type="text/javascript" src="http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http://doomclaw.de/index.php/2009/08/24/data-recovered/"></script>
				</div><div class="really_simple_share_email" style="width:px;">
					<a href="mailto:?subject=Data recovered&amp;body=Data recovered - http://doomclaw.de/index.php/2009/08/24/data-recovered/"><img src="http://doomclaw.de/wp-content/plugins/really-simple-facebook-twitter-share-buttons/email.png" alt="Email" title="Email" /> </a> 
				</div><div class="really_simple_share_reddit" style="width:px;">
					<script type="text/javascript" src="http://www.reddit.com/static/button/button1.js?newwindow=1&amp;url=http://doomclaw.de/index.php/2009/08/24/data-recovered/"></script>
				</div><div class="really_simple_share_twitter" style="width:110px;">
					<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Data recovered" data-url="http://doomclaw.de/index.php/2009/08/24/data-recovered/" 
						data-via="" ></a> 
				</div></div>
		<div style="clear:both;"></div>]]></content:encoded>
			<wfw:commentRss>http://doomclaw.de/index.php/2009/08/24/data-recovered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

