<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>backup-and-recorvery &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/backup-and-recorvery/</link>
	<description>Feed of posts on WordPress.com tagged "backup-and-recorvery"</description>
	<pubDate>Sun, 19 May 2013 13:17:17 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Restoring site or list from a full farm backup]]></title>
<link>http://vojtan.wordpress.com/2011/06/12/restoring-site-or-list-from-a-full-farm-backup/</link>
<pubDate>Sun, 12 Jun 2011 20:20:05 +0000</pubDate>
<dc:creator>vojtan</dc:creator>
<guid>http://vojtan.wordpress.com/2011/06/12/restoring-site-or-list-from-a-full-farm-backup/</guid>
<description><![CDATA[This post covers a scenario, when a user makes some irreversible changes and the only place where th]]></description>
<content:encoded><![CDATA[<p>This post covers a scenario, when a user makes some irreversible changes and the only place where the undamaged data is, is the farm full backup. The scenarios can be list deletion, site deletion, permissions damage etc.<br />
So here are the instructions:</p>
<ol>
<li>Locate the folder where your farm full backup is and open the file spbackup.xml</li>
<li>Find the content database name in the file and in the found node  locate a line that looks like this:
<pre class="brush: xml; title: ; notranslate" title="">
&#60;SPParameter Key=&#34;SHAREPOINT2010:WSS_Content.dat&#34;&#62;&#60;![CDATA[00000055.bak]]&#62;&#60;/SPParameter&#62;
</pre>
</li>
<li>00000055.bak is the name of the database backup of the content database.</li>
<li>Go to SQL Management Studio and create a new database.</li>
<li>Perform a restore into this database from the backup file mentioned above. You have to change the name of the ldf and mdf file and check the &#8220;overwrite the existing database&#8221; checkbox.</li>
<li>Now open the Central administration. Click &#8220;Backup and Restore&#8221; tab and then &#8220;Recover data from an unattached content database&#8221; link.</li>
<li>Type in the name of the currently restored database and click Next.</li>
<li>Navigate to a list / site collection that you want to restore and click Next.</li>
<li>On the following page type in where you want to store the exported data of the list / site collection and click Next.</li>
<li>When the backup is created use the Import-SPWeb command to restore the data. The command should look like this:</li>
</ol>
<pre class="brush: csharp; title: ; notranslate" title="">
Import-SPWeb -Path C:\temp\backup.bak -Identity http://localhost
</pre>
]]></content:encoded>
</item>

</channel>
</rss>
