
<?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>twi.gs &#187; time machine</title>
	<atom:link href="http://www.twi.gs/tag/time-machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.twi.gs</link>
	<description>enlightenment through insanity</description>
	<lastBuildDate>Sat, 19 Nov 2011 22:12:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Encrypt Time Machine and Time Capsule backups</title>
		<link>http://www.twi.gs/tech/encrypt-time-machine-and-time-capsule-backups/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=encrypt-time-machine-and-time-capsule-backups</link>
		<comments>http://www.twi.gs/tech/encrypt-time-machine-and-time-capsule-backups/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 04:25:33 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[time capsule]]></category>
		<category><![CDATA[time machine]]></category>

		<guid isPermaLink="false">http://www.twi.gs/?p=86</guid>
		<description><![CDATA[Today at work we got a Time Capsule for everyone’s backups. While this may not be the best answer for a company back up solution, it’s still better than what most companies I’ve worked for have for backup solutions (read nothing). With the the Time Capsule in plain sight of the glass door, and everyone’s [...]]]></description>
			<content:encoded><![CDATA[<p>Today at work we got a Time Capsule for everyone’s backups. While this may not be the best answer for a company back up solution, it’s still better than what most companies I’ve worked for have for backup solutions (read nothing). With the the Time Capsule in plain sight of the glass door, and everyone’s files saved on them, it would be pretty easy for someone to break in, unplug it, and have a copy of every file on everyone’s computer. To solve this problem you can encrypt your time machine backups. How do I do that you ask? Well, use Apple&#8217;s fancy built in feature to. Encrypt the sparsebundle images.</p>
<ul>
<li>Set up Time Machine to back up to an AFP drive. I don’t think this will work with a local hard drive.</li>
<li>Let Time Machine start backing up, then stop the back up. This will have created &lt;machine_name&gt;_&lt;mac_address&gt;.sparsebundle on the AFP drive.</li>
<li>Disable Time Machine.</li>
<li>Open a Terminal and run these commands:<code><br />
$ cd /Volumes/&lt;AFP Drive&gt;/<br />
$ mv name_mac.sparsebundle name_mac-old.sparsebundle<br />
$ hdiutil convert -format UDSB -o name_mac.sparsebundle -encryption AES-256 name_mac-old.sparsebundle</code><br />
It will ask you for a password. Type in a password you won’t forget.</li>
<li>Double click the sparsebundle in the GUI. You will be prompted for your password. Type that in and tick the “Remember password” check box.</li>
<li>Open /Applications/Utilities/Keychain Access and find name_mac.sparsebundle. Right click it and select Copy name_mac.sparsebundle.</li>
<li>Select System Keychain on the left hand side of Keychain Access and paste it in the main area. Allow this action if you are asked. <strong>Remember to lock the System Keychain when you are done.</strong></li>
<li>Time Machine should not have no problem backing up to the encrypted volume. If everything works as planned, feel free to delete the name_mac-old.sparsebundle</li>
</ul>
<p>Your backups are now encrypted.</p>
<p>When you need to restore, make a temporary account when you reinstall, and then decrypt the sparsebundle.</p>
<p>Now that you’re all secure, don’t forget those passwords.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.twi.gs/tech/encrypt-time-machine-and-time-capsule-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

