<?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>The Cooke Family Website &#187; Backup</title>
	<atom:link href="http://thecookes.org/wordpress/tag/backup/feed" rel="self" type="application/rss+xml" />
	<link>http://thecookes.org/wordpress</link>
	<description></description>
	<lastBuildDate>Mon, 04 Jan 2010 04:26:43 +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>Our digital memory box</title>
		<link>http://thecookes.org/wordpress/2009/05/08/our-digital-memory-box</link>
		<comments>http://thecookes.org/wordpress/2009/05/08/our-digital-memory-box#comments</comments>
		<pubDate>Fri, 08 May 2009 17:27:58 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Digital World]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://thecookes.org/wordpress/?p=183</guid>
		<description><![CDATA[We have what we call a &#8216;memory box&#8217; in our room, where we put all of the important documents, pictures, homework assignments from the kids, and other things that we&#8217;d like to cherish forever.  With the advent of digital cameras and the digitization of much of the rest of our lives, there is another memory [...]]]></description>
			<content:encoded><![CDATA[<p>We have what we call a &#8216;memory box&#8217; in our room, where we put all of the important documents, pictures, homework assignments from the kids, and other things that we&#8217;d like to cherish forever.  With the advent of digital cameras and the digitization of much of the rest of our lives, there is another memory box that we have right in front of us &#8211; the computer!  In this post I will explain how I secured all of our memories and important information digitally, to be certain that even if the computers in the house die, the memories and information will live on.</p>
<p>What got me thinking about this was an attempt to reduce clutter by digitizing the few statements that we get by mail.  We have no room for big piles of financial data in our little house &#8211; we do have room for it on the computers.  But how do we preserve this information, and keep it available?</p>
<h3>File Sharing</h3>
<p><img title="dropbox.png" src="http://thecookes.org/gallery/d/16649-1/dropbox.png?g2_GALLERYSID=1f9b8752b3851ad861bcea5833e94427" alt="dropbox.png" /></p>
<p>I started using a file synchronization service to keep my classwork and other school information synchronized between my laptop and my desktop.  It was really useful, as I would save something on my desktop computer and have it automatically and instantly transmitted to my laptop.  The service I use is called <a href="https://www.getdropbox.com/referrals/NTc5MTQ0OQ">Dropbox</a>, and incidentally if you follow that link and sign up you get a free 2 gigabytes of storage plus some bonus space.</p>
<p>All this program does is run in the background and synchronize files &#8211; you don&#8217;t have to &#8216;do&#8217; anything but put the files you want available in all the computers in your Dropbox folder on your computer. I scanned all of the financial statements and put them in the Dropbox, making them available to all of the computers.</p>
<h3>Security</h3>
<p>While Dropbox makes a <em>great</em> file synchronization tool, the data is only encrypted while it&#8217;s being sent to and from the Dropbox servers.  While it sits on their servers, and while it sits on your computer, the files are just open.  This poses an issue, if
<ul>
<li>The Dropbox servers get hacked (unlikely but anything is possible)</li>
<li>One of our computers gets stolen (probably more likely)</li>
</ul>
<p>To fix this, I installed a program called <a href="http://www.truecrypt.org/">TrueCrypt</a> on each of the computers.</p>
<p><a title="truecrypt.png" rel="lightbox[dmb]" href="http://thecookes.org/gallery/d/16663-1/truecrypt.png?g2_GALLERYSID=1f9b8752b3851ad861bcea5833e94427"><img title="truecrypt.png" src="http://thecookes.org/gallery/d/16664-2/truecrypt.png?g2_GALLERYSID=1f9b8752b3851ad861bcea5833e94427" alt="truecrypt.png" width="150" height="150" /></a></p>
<p>What this software does is allows you to do is create a virtual hard drive, that &#8216;points to&#8217; an encrypted file that can be stored anywhere.  This allows us to put anything that has sensitive information on it, such as account numbers on statements, into this secure drive.  The encrypted file is placed within our Dropbox folders, which has the result of sharing the encrypted drive across all of the computers.  You cannot access this information unless you have the appropriate password/key to put in, and the data is stored with the same encryption types that the US Government uses to store their &#8216;Top Secret&#8217; level data.</p>
<p>One of the neat things about Dropbox is that if you change a file and re-save it, the program is smart enough to only upload the changed portions.  This is important, as our &#8216;virtual secure drive&#8217; is a gigabyte in size.</p>
<h3>Passwords/Logins</h3>
<p>Because of the way that the world works now, much of our data is stored on company owned websites.  Our mortgage, for example, is paid through our lenders website.  Our various bank accounts have multiple levels of authentication per account.  We have various email accounts that we keep track of, facebook accounts, and on and on.  How does one keep track of all of these passwords, usernames, authentication phrases, and websites?</p>
<p>My solution is a two-part one, requiring a USB flash drive</p>
<p><img title="flashdrive.jpg" src="http://thecookes.org/gallery/d/16653-2/flashdrive.jpg?g2_GALLERYSID=1f9b8752b3851ad861bcea5833e94427" alt="flashdrive.jpg" width="150" height="150" /></p>
<p>and a program called <a href="http://keepass.info/">KeePass</a></p>
<p><a title="keepass1.png" rel="lightbox[dmb]" href="http://thecookes.org/gallery/d/16658-1/keepass1.png?g2_GALLERYSID=1f9b8752b3851ad861bcea5833e94427"><img title="keepass1.png" src="http://thecookes.org/gallery/d/16660-2/keepass1.png?g2_GALLERYSID=1f9b8752b3851ad861bcea5833e94427" alt="keepass1.png" width="150" height="150" /></a><a title="keepass2.png" rel="lightbox[dmb]" href="http://thecookes.org/gallery/d/16661-1/keepass2.png?g2_GALLERYSID=1f9b8752b3851ad861bcea5833e94427"><img title="keepass2.png" src="http://thecookes.org/gallery/d/16662-2/keepass2.png?g2_GALLERYSID=1f9b8752b3851ad861bcea5833e94427" alt="keepass2.png" width="150" height="150" /></a></p>
<p>KeePass is stored 0n my USB flash drive, which is on the ring with the rest of my keys, and is able to be run on any computer that runs Windows.  It stores the passwords and other sensitive data much in the same way as TrueCrypt, but instead of holding all of the information as files, it specializes in passwords, usernames, websites, and notes about websites.  I keep a copy of this in the Dropbox as well, just in case I lose my keys.  Using this program, along with the appropriate password/key, all of the important websites that lay beyond our control are accessible.  Should I lose my keys, the password info contained will still be secure, since it&#8217;s encrypted.</p>
<h3>Backups</h3>
<p><img title="header-mozy-logo.png" src="http://thecookes.org/gallery/d/16654-1/header-mozy-logo.png?g2_GALLERYSID=1f9b8752b3851ad861bcea5833e94427" alt="header-mozy-logo.png" /></p>
<p>thecookes.org has 8+ gigabytes of data at the time of this posting, and it&#8217;s increasing at a steady rate.  I expect that it will likely explode once we get closer to the arrival of the baby.  All of this information, such as stored emails, pictures, videos, blog posts, and so on are backed up nightly as part of the webhosting service that I run.  However, this is not sufficient for me &#8211; I prefer 3 levels of backup.  Should I pass away, it&#8217;s important that these pictures, videos and more do not go away with me.  Because of this, I synchronize the files and information on the server with a local computer regularly.  To retrieve the information, all someone would need to do is to start up my desktop and go to the &#8216;backup&#8217; folder.  None of this needs to be particularly secure &#8211; in fact, most of it is available for public viewing on the web.</p>
<p>Our local computers have a number of files, such as media files, not shared in the dropbox that we also backup.  To ensure that we don&#8217;t lose anything, we backup our files offsite.  This is important, because if our house burns down or a natural disaster strikes and causes our computers in the house to be damaged or lost, we will still be able to retrieve these files from the internet.  We subscribe to a service named <a href="http://www.mozy.com/">Mozy</a> to ensure that our data is secure.  Should the worst case scenario occur, we could have them ship dvd&#8217;s of our data or download our data from the internet. Part of the backed up data is our dropbox folder as well.  Like Dropbox, Mozy has a small free account that you can try out.</p>
<h3>The Most Important Part</h3>
<p>All of this is great, and I&#8217;m sure that most issues that we would have that could cause a loss of data are covered.  But all of this is for naught if, for example, I die and there&#8217;s nobody around who knows how to get the information back.</p>
<p>The most important part, then, is a very low tech thing indeed.  A piece of paper, with simple step-by-step instructions on how to access all of this data, starting with the USB drive and KeePass, then the encrypted drive, and so on.  While none of the above is particularly difficult to do, doing it for the first time could potentially be intimidating.  Storing this where one would store a will or living trust would be the best idea.  I haven&#8217;t completed this step yet, but I intend to do so very soon.</p>
<p>All of the above can be had for a very low price.  We pay $9.99 monthly for 50 gigabytes of Dropbox usage, and $4.95 monthly for unlimited space on Mozy.  The webhosting is free, since it&#8217;s what I use for work as well.  Add a cheap USB flash drive, some free software, and it&#8217;s pretty inexpensive peace of mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://thecookes.org/wordpress/2009/05/08/our-digital-memory-box/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.222 seconds -->
