<?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>nedos.net &#187; HOWTO</title>
	<atom:link href="http://nedos.net/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://nedos.net</link>
	<description>Dmitry Nedospasov&#039;s Blog</description>
	<lastBuildDate>Tue, 25 May 2010 00:37:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Restore from an unsupported Time Machine network volume from the Leopard DVD</title>
		<link>http://nedos.net/2008/03/29/restore-from-an-unsupported-time-machine-backup-with-the-leopard-dvd/</link>
		<comments>http://nedos.net/2008/03/29/restore-from-an-unsupported-time-machine-backup-with-the-leopard-dvd/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 00:05:15 +0000</pubDate>
		<dc:creator>Dmitry Nedospasov</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[NFS]]></category>

		<guid isPermaLink="false">http://nedos.net/blog/?p=49</guid>
		<description><![CDATA[So, I&#8217;ve been biting my nails the past week, that was ever since i decided that i want a bigger hard drive. And finally i can stop now, because i got my notebook back and i got time machine to do a &#8220;full&#8221; system restore, from an unsupported volume! I&#8217;m so relieved&#8230; and this means, [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve been biting my nails the past week, that was ever since i decided that i want a bigger hard drive. And finally i can stop now, because i got my notebook back and i got time machine to do a &#8220;full&#8221; system restore, from an unsupported volume! I&#8217;m so relieved&#8230; and this means, that all of you that have NAS and File servers need no longer cry or worry, let me be yet another person to confirm that it can be done. And let me be the first to show you&#8230; how <img src='http://nedos.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>My configuration</h3>
<p>Just in case you were wondering what configuration i used, and continue to use for that matter <img src='http://nedos.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  Here it is:</p>
<ul>
<li>Debian Etch</li>
<li>Self-compiled netatalk (for Leopard compatibility) <a href="http://www.kremalicious.com/2008/06/ubuntu-as-mac-file-server-and-time-machine-volume/">here&#8217;s a good howto.</a></li>
<li>330GB Volume on Raid5 formatted ext3</li>
</ul>
<p>So, if you have the first two you&#8217;re in business, but even if you don&#8217;t use netatalk. All you have to do is mount everything as described in &#8220;Mounting&#8221;.</p>
<h3>Setting up the Harddrive</h3>
<p>Now first things first, boot from your cd. To do that just press and hold the c-key immediately after powering on your computer. You should eventually be greeted by a language selection etc. After all of this you will be welcomed by the installer. We don&#8217;t need it at all. At the top you will see &#8220;Utilities&#8221;, where you will find among others Disk Utility, Terminal and Restore from a Time Machine Backup.You will probably want to start off, especially if its a new harddrive by checking out Disk Utility and creating  any volumes you want to install your system. After you have them configured your pretty much ready to go.</p>
<h3>Network and Jumbo Frames</h3>
<p>So now you should connect make sure you are connect to your network. You can open up disk utility to check connectivity. If you need anything special, like setting up specific network settings, these can be done in terminal. I for example like to have jumbo frames, since all my gigabit devices support it. Open up Terminal from the utilities menu, and type.<code>ifconfig en0 mtu 9000</code>and you should be set.</p>
<h3>Mounting the Volumes</h3>
<p>Let me reitterate that I have not yet tested anything other than netatalk (afp), but this should for any network file sharing protocol. All you have to do is mount your Time Machine volume under /Volumes. The syntax for mounting an afp share is<code>mount -t afp afp://username:password@hostname/ShareName<br />
/Volumes/ShareMount</code>Important here is to remember that the ShareName is a case-sensitive string. So make sure you type \ before a  space, and to check for proper capitalization. Otherwise you get some mount errors, which occur because a volume wasn&#8217;t found with that name, since the actual name doesn&#8217;t match the one you typed. ShareMount is any string you want, it doesn&#8217;t matter what you call it. Same goes for spaces here. If you mount your afp volume just /Volumes (i.e. without ShareMount) you might see multiple TMBackups, as is the case with the images bellow. Still works, just shocking to see 2 of the same thing. Thats basically it, you&#8217;re almost done&#8230;</p>
<h3>Restoring&#8230;</h3>
<p><a style="text-decoration: none; border: initial none initial;" href="http://nedos.net/wordpress/wp-content/uploads/2008/03/dsc01687.JPG"><img title="Select a Backup Source" src="http://nedos.net/wordpress/wp-content/uploads/2008/03/dsc01687thumb.JPG" alt="Select a Backup Source" width="200" align="right" /></a><a style="text-decoration: none; border: initial none initial;" href="http://nedos.net/wordpress/wp-content/uploads/2008/03/dsc01689.JPG"><img title="Select a Backup" src="http://nedos.net/wordpress/wp-content/uploads/2008/03/dsc01689thumb.JPG" alt="Select a Backup" width="200" align="right" /></a><a style="text-decoration: none; border: initial none initial;" href="http://nedos.net/wordpress/wp-content/uploads/2008/03/dsc01691.JPG"><img title="Restoring..." src="http://nedos.net/wordpress/wp-content/uploads/2008/03/dsc01691thumb.JPG" alt="Restoring..." width="200" align="right" /></a>Before you close Terminal, make sure the share actually mounted properly, you can simply ls /Volumes and see if your mount is there. If you didn&#8217;t mount it at /Volumes/ShareMount your /Volumes folder might be litered with the contents of your afp volume, this shouldn&#8217;t cause any problems, just doesn&#8217;t look neat at first site. If everything seems to be there, then select &#8220;Restore from a Time Machine Backup&#8221; from Utilities. Click through the menu and you will come to a screen called &#8220;Select a Backup Source&#8221;, with your shares appearing properly and being recognized. Don&#8217;t ask me why there are two, probably because MacOS in general uses a lot of symlinks&#8230; Anyway, important thing is that it works. Select the first volume, and after selecting the you will come to a screen called &#8220;Select a Backup&#8221;, where you get to chose which backup you wish to use. Afterwards, the system will calculate if there is enough space and will afterwards let you restore. This will now take some time and it went up for me after about 25mins, so don&#8217;t hesitate to let it sit there for 2-3 hours. Afterwards, you will just need to reboot, and you&#8217;ll be back where you left off.</p>
<h3>Hey, I&#8217;ve seen this before!</h3>
<p>One thing some will notice, is that things like Mail and Itunes, will need to reconfigure themselves, i.e. reimport all your emails. Having said that, I&#8217;m still blown away by how well this went over, even if this is &#8220;unsupported&#8221;. Oh and for those of you wondering how to backup to an unsupported volume in the first place, well its simple. All you have to do is:<code>defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1</code>Hope this helps some people, feel free to leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://nedos.net/2008/03/29/restore-from-an-unsupported-time-machine-backup-with-the-leopard-dvd/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
