<?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>vodex.net &#187; backup</title>
	<atom:link href="http://vodex.net/tag/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://vodex.net</link>
	<description>Not just another WordPress weblog</description>
	<lastBuildDate>Sat, 15 Oct 2011 17:01:14 +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>Mozy Backup in Ubuntu via VirtualBox</title>
		<link>http://vodex.net/mozy-backup-in-ubuntu-via-virtualbox/</link>
		<comments>http://vodex.net/mozy-backup-in-ubuntu-via-virtualbox/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 20:43:00 +0000</pubDate>
		<dc:creator>Vodex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://vodex.net/mozy-backup-in-ubuntu-via-virtualbox/</guid>
		<description><![CDATA[			
				
			
		
EDIT: I&#8217;ve approved the spam below in this post (imported from my old Livejournal) because it is just so entertaining!
Well, it&#8217;s been a while snce I posted here. But this *is* my blog, so what better place than&#8230;
A couple of months back I switched to Ubuntu from Windows full time. (The main hard drive seemed [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvodex.net%2Fmozy-backup-in-ubuntu-via-virtualbox%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvodex.net%2Fmozy-backup-in-ubuntu-via-virtualbox%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>EDIT: I&#8217;ve approved the spam below in this post (imported from my old Livejournal) because it is just so entertaining!</p>
<p>Well, it&#8217;s been a while snce I posted here. But this *is* my blog, so what better place than&#8230;</p>
<p>A couple of months back I switched to Ubuntu from Windows full time. (The main hard drive seemed about to fail, got a new HDD, made the formal Ubuntu switch, and found it was Windows support for the drive that was bad, the drive was fine.)</p>
<p>I was using a paid account at <a href="http://mozy.com/home">Mozy</a> for backup (after a burglary in 2007 &amp; losing six months of stuff, online can&#8217;t be stolen or lost in fires etc.). But there is no Ubuntu support for it.</p>
<p>I do have a minial Windows installation, but don&#8217;t want to switch to it just to perform backups. So eventually, I got it running under a VirtualBox  Windows installation, but it&#8217;s not straightforward, so time for documentation.</p>
<p>The irony is, I&#8217;m not using it anymore, as it <a href="http://www.google.com/search?q=mozy+reticulating+splines">hangs for hours for no clear reason</a>, with glitches (google around for more info; at $5/month I was willing to put up with them), but most importantly, it kept resetting the computer it was assigned to (you can only be assigned to one computer at a time), leaving me with no other option, even after tech support, but to start the backup process again.</p>
<p>I&#8217;m now using <a href="http://www4.crashplan.com/consumer/index.html">Crashplan</a> , which is much more reliable, has a native Ubuntu version, and have just cut my losses with the remainder of my paid plan time.</p>
<p>Anyway, here we go:</p>
<ul>
<li>Setup VirtualBox with an XP installation as normal.</li>
<li>Install Mozy with the latest version (1.12+) as the previous version didn&#8217;t work under a VM (I know, if you&#8217;re reading this you&#8217;re probably running a version later still, but just in case&#8230;)</li>
<li>You now need Mozy to cope with the virtualized network. Under the Guest machine&#8217;s settings, under Network, set the Adapter Type to Intel Pro/100 T Server. Set &#8216;Attached To&#8217; to &#8216;Host Interface&#8217;. Using NAT blocks certain Mozy functions; I don&#8217;t know why the particaulr network adaptor is required.</li>
<li>As for the data you&#8217;re backing up, they&#8217;ll be on your system&#8217;s hard drives, not the virtual Windows partition, right? They are also linux&#8217;s ext3 disk format, not Windows NTFS.</li>
<li>Set them up as native hard disks inside the Windows guest to back them up. Using VirtualBox&#8217;s guest additions to network share your hardrives doesn&#8217;t work; Mozy has to access them directly.</li>
<li>I followed http://ubuntuforums.org/showthread.php?t=662018 &amp; http://blarts.wordpress.com/2007/12/06/how-to-run-virtualbox-using-a-physical-partition-using-ubuntu-feisty-fawn/, to create .vmdk files that VirtualBox can present as hard drivers to the Windows guest..</li>
<li>You&#8221;ll have to install <a href="http://www.fs-driver.org">IFS For Windows</a> for your Windows guest to read Linux&#8217;s ext3 format. This is by far the easiest step.</li>
<li>You may notice that you aren&#8217;t meant to  mount the drives in Ubuntu &amp; the guest at the same time to prevent write issues. I ignored this, as you are only using the drives for reading under Windows. Unmount the ext3 drives, boot Windows, mount the drives again, use in both; no-one noticed a thing <img src='http://vodex.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Using Mozy, select content in your  drives to backup as normal.</li>
</ul>
<p>And that&#8217;s pretty much it. As I said above, though, I got fed up waiting for Mozy to spend hours chugging through my 30Gb of backups, only to &#8216;forget&#8217; and have to start again. <a href="http://en.wiktionary.org/wiki/your_mileage_may_vary">YMMV</a>!</p>

<p class="FacebookLikeButton"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fvodex.net%2Fmozy-backup-in-ubuntu-via-virtualbox%2F&amp;layout=standard&amp;show_faces=yes&amp;width=450&amp;action=like&amp;colorscheme=light&amp;locale=en_US" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height: 25px"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://vodex.net/mozy-backup-in-ubuntu-via-virtualbox/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

