<?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>uncapitalized &#187; Backup</title>
	<atom:link href="http://shiranpasternak.com/blog/category/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://shiranpasternak.com/blog</link>
	<description>I will not be pigeonholed</description>
	<lastBuildDate>Tue, 04 Nov 2008 04:11:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Desperately Seeking a Personal Backup Scheme</title>
		<link>http://shiranpasternak.com/blog/2007/06/desperately-seeking-a-personal-backup-scheme/</link>
		<comments>http://shiranpasternak.com/blog/2007/06/desperately-seeking-a-personal-backup-scheme/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 16:16:57 +0000</pubDate>
		<dc:creator>Shiran</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://shiranpasternak.com/blog/?p=53</guid>
		<description><![CDATA[I&#8217;ve already had two hard disk failures on my work Mac. The first time was on a PowerBook, but my home directory was recovered after about 2 weeks. The second time was on a new MacBook Pro that replaced the PowerBook as a result of the first failure. It contained much of the data from [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve already had two hard disk failures on my work Mac. The first time was on a PowerBook, but my home directory was recovered after about 2 weeks. The second time was on a new MacBook Pro that replaced the PowerBook as a result of the first failure. It contained much of the data from the first failure, and took about 6 weeks to recover most of my home directory as well as some applications. I think I learned my lesson!</p>
<p>Yesterday, I <em>finally</em> got a nice, 500 GB, <a href="http://en.wikipedia.org/wiki/FireWire" title="FireWire - Wikipedia, the free encyclopedia">FireWire</a> <a href="http://www.wdc.com/en/products/Products.asp?DriveID=224" title="My Book Premium Edition 500 GB Hard Drives ( WDG1C5000 )">external hard disk</a> so that I can begin to back up both of my Macs. Lovely. But now what? I am researching the best engineering solution to meet my requirements, listed below:</p>
<ol>
<li>
<p><strong>Back up of both hard disks</strong></p>
<p>I have a personal PowerBook and a work MacBook Pro. I&#8217;d like to back up both hard disks on a regular basis.</p>
</li>
<li>
<p><strong>Consolidate data libraries</strong></p>
<p>I have an iPhoto and iTunes libraries on both machines. Both started from the same copy but have since diverged significantly. I would like to use the external hard disk to keep the libraries synchronized.</p>
</li>
<li>
<p><strong>Granular File Restoration</strong></p>
<p>I would like to have the ability to synchronize, if I wish, a unique set of files to my local machine. For example, I&#8217;d rather keep my entire music library on the hard disk and only download a set of playlists that I want to listen to.</p>
</li>
<li>
<p><strong>Sharing Data Between Macs</strong></p>
<p>I want to easily access data that originated from the other Mac. Say I have a license for an application on my PowerBook that I&#8217;d like to copy over to the MacBook. I know that I can do it over the network or BlueTooth, but is it possible to use the external HD as an intermediary?</p>
</li>
</ol>
<p>I think that these four requirements pretty much sum it up concisely. Here are various solutions that I am contemplating:</p>
<ul>
<li><strong><a href="http://www.google.com/search?q=wd+backup" title="wd backup - Google Search">WD Backup</a></strong><br />
The software that comes packaged with the hard disk. It seems pretty feature-laden, and I think it will meet <strong>Requirement 1</strong>, but I&#8217;m not entirely sure about the other requirements.</li>
<li><strong><a href="http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html" title="SuperDuper!">SuperDuper!</a></strong><br />
A widely-acclaimed disk recovery program. Uses sparse disk images to maintain active backups. It might be able to meet <strong>Requirement 2</strong> by the creation of a separate disk image for specific libraries.</li>
<li><strong><a href="http://www.cis.upenn.edu/~bcpierce/unison/" title="Unison File Synchronizer">unison</a></strong><br />
An open-source tool for synchronizing multiple file systems. Combines functionality of <a href="http://samba.anu.edu.au/rsync/" title="rsync">rsync</a> with <a href="http://en.wikipedia.org/wiki/Version_control_system" title="SCM">SCM</a> features. It seems that with some effort I&#8217;ll be able to meet all of the requirements.</li>
<li><strong>In-House Solution with <a href="http://en.wikipedia.org/wiki/Version_control_system" title="Revision control - Wikipedia, the free encyclopedia">SCM</a></strong><br />
Write my own backup system that leverages a revision control system to meet all the requirements. I would probably start out with a golden disk that will contain a merge from both hard disks. I would then use some versioning features, such as branching and local checkouts, for granular control (<strong>Requirement 3</strong>). I would probably use <a href="http://subversion.tigris.org/" title="subversion.tigris.org">Subversion</a> or <a href="http://www.perforce.com/" title="Perforce Software - The Fast Software Configuration Management System">Perforce</a>. But then I&#8217;d have to deal with scheduling. Besides the fact that this will probably be a pretty involved undertaking.</li>
</ul>
<p>Some other considerations involve handling of the raw 500 GB of storage. I need to figure out whether I should go with a single partition or multiple partitions. I am considering reserving part of the disk to save movies from my <a href="http://en.wikipedia.org/wiki/Digital_video_recorder" title="Digital video recorder - Wikipedia, the free encyclopedia">DVR</a>. Also, I&#8217;m thinking of setting up a <a href="http://en.wikipedia.org/wiki/RAID" title="RAID - Wikipedia, the free encyclopedia">RAID</a> scheme, but that may be overkill.</p>
<p>So does anyone out there have any other suggestions or feedback about how I should go about doing this? I hope that I&#8217;ll be able to implement a solution before my hard disk crashes yet a third time!</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/mac" rel="tag">mac</a>, <a href="http://technorati.com/tag/external+hard+disk" rel="tag"> external hard disk</a>, <a href="http://technorati.com/tag/unison" rel="tag"> unison</a>, <a href="http://technorati.com/tag/perforce" rel="tag"> perforce</a>, <a href="http://technorati.com/tag/subversion" rel="tag"> subversion</a>, <a href="http://technorati.com/tag/backup" rel="tag"> backup</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://shiranpasternak.com/blog/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://shiranpasternak.com/blog/2007/06/desperately-seeking-a-personal-backup-scheme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

