<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Apple&#8217;s Time Capsule: A False Sense of Security</title>
	<atom:link href="http://boulter.com/blog/2008/05/09/apples-time-capsule-a-false-sense-of-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://boulter.com/blog/2008/05/09/apples-time-capsule-a-false-sense-of-security/</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 15:43:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dave</title>
		<link>http://boulter.com/blog/2008/05/09/apples-time-capsule-a-false-sense-of-security/comment-page-1/#comment-72756</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 18 May 2008 14:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://boulter.com/blog/2008/05/09/apples-time-capsule-a-false-sense-of-security/#comment-72756</guid>
		<description>I like rdiff-backup (http://www.nongnu.org/rdiff-backup/)! Works well for syncing changes over the network, versioning.</description>
		<content:encoded><![CDATA[<p>I like rdiff-backup (<a href="http://www.nongnu.org/rdiff-backup/" rel="nofollow">http://www.nongnu.org/rdiff-backup/</a>)! Works well for syncing changes over the network, versioning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Gumport</title>
		<link>http://boulter.com/blog/2008/05/09/apples-time-capsule-a-false-sense-of-security/comment-page-1/#comment-72418</link>
		<dc:creator>Danny Gumport</dc:creator>
		<pubDate>Wed, 14 May 2008 02:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://boulter.com/blog/2008/05/09/apples-time-capsule-a-false-sense-of-security/#comment-72418</guid>
		<description>ooops... 750Gig not meg... (blush).</description>
		<content:encoded><![CDATA[<p>ooops&#8230; 750Gig not meg&#8230; (blush).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Gumport</title>
		<link>http://boulter.com/blog/2008/05/09/apples-time-capsule-a-false-sense-of-security/comment-page-1/#comment-72417</link>
		<dc:creator>Danny Gumport</dc:creator>
		<pubDate>Wed, 14 May 2008 02:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://boulter.com/blog/2008/05/09/apples-time-capsule-a-false-sense-of-security/#comment-72417</guid>
		<description>Or try CarbonCopyClone it works great and uses rsync under the covers.

I have a multi partion external usb 750meg drive. 1 partition is a CCC rsync clone of my macbook. rsync&#039;ed once per week. another partition is devoted to timemachine.

Great combination and CCC is free!!!</description>
		<content:encoded><![CDATA[<p>Or try CarbonCopyClone it works great and uses rsync under the covers.</p>
<p>I have a multi partion external usb 750meg drive. 1 partition is a CCC rsync clone of my macbook. rsync&#8217;ed once per week. another partition is devoted to timemachine.</p>
<p>Great combination and CCC is free!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chad walker</title>
		<link>http://boulter.com/blog/2008/05/09/apples-time-capsule-a-false-sense-of-security/comment-page-1/#comment-72289</link>
		<dc:creator>chad walker</dc:creator>
		<pubDate>Sat, 10 May 2008 20:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://boulter.com/blog/2008/05/09/apples-time-capsule-a-false-sense-of-security/#comment-72289</guid>
		<description>Since you destination supports hard links, you can have incremental daily backups with the ability to go back in time. The key is the --link-dest option in rsync.

For example:
boulterca$ rsync -av --link-dest=../2008-05-09 backupdir/* boulterma:/path/to/backups/2008-05-10/

Then, assuming you change the dates to yesterday&#039;s date and today&#039;s date respectively, each time it&#039;s run, it will hard link unchanged files from the previous day into today&#039;s, of course if they don&#039;t change tomorrow either, then they get hard linked again... Deleted files don&#039;t propogate to new days, etc.

In fact I think there&#039;s an OSX version of rsync that can set all of it for you automatically. I believe it&#039;s called rsyncX.</description>
		<content:encoded><![CDATA[<p>Since you destination supports hard links, you can have incremental daily backups with the ability to go back in time. The key is the &#8211;link-dest option in rsync.</p>
<p>For example:<br />
boulterca$ rsync -av &#8211;link-dest=../2008-05-09 backupdir/* boulterma:/path/to/backups/2008-05-10/</p>
<p>Then, assuming you change the dates to yesterday&#8217;s date and today&#8217;s date respectively, each time it&#8217;s run, it will hard link unchanged files from the previous day into today&#8217;s, of course if they don&#8217;t change tomorrow either, then they get hard linked again&#8230; Deleted files don&#8217;t propogate to new days, etc.</p>
<p>In fact I think there&#8217;s an OSX version of rsync that can set all of it for you automatically. I believe it&#8217;s called rsyncX.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Perry</title>
		<link>http://boulter.com/blog/2008/05/09/apples-time-capsule-a-false-sense-of-security/comment-page-1/#comment-72279</link>
		<dc:creator>Paul Perry</dc:creator>
		<pubDate>Sat, 10 May 2008 12:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://boulter.com/blog/2008/05/09/apples-time-capsule-a-false-sense-of-security/#comment-72279</guid>
		<description>I have the same problem and think I could just mount S3 and rsync to that partition.  Check out http://www.jungledisk.com/ to mount S3 or http://www.google.com/search?q=amazon+s3+mount
for how others have done this. - pop</description>
		<content:encoded><![CDATA[<p>I have the same problem and think I could just mount S3 and rsync to that partition.  Check out <a href="http://www.jungledisk.com/" rel="nofollow">http://www.jungledisk.com/</a> to mount S3 or <a href="http://www.google.com/search?q=amazon+s3+mount" rel="nofollow">http://www.google.com/search?q=amazon+s3+mount</a><br />
for how others have done this. &#8211; pop</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Boulter</title>
		<link>http://boulter.com/blog/2008/05/09/apples-time-capsule-a-false-sense-of-security/comment-page-1/#comment-72273</link>
		<dc:creator>Jeff Boulter</dc:creator>
		<pubDate>Sat, 10 May 2008 03:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://boulter.com/blog/2008/05/09/apples-time-capsule-a-false-sense-of-security/#comment-72273</guid>
		<description>10GB clearly isn&#039;t enough and at $99/year, that&#039;s pretty pricey just for backups.</description>
		<content:encoded><![CDATA[<p>10GB clearly isn&#8217;t enough and at $99/year, that&#8217;s pretty pricey just for backups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l.m.orchard</title>
		<link>http://boulter.com/blog/2008/05/09/apples-time-capsule-a-false-sense-of-security/comment-page-1/#comment-72272</link>
		<dc:creator>l.m.orchard</dc:creator>
		<pubDate>Sat, 10 May 2008 02:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://boulter.com/blog/2008/05/09/apples-time-capsule-a-false-sense-of-security/#comment-72272</guid>
		<description>Well... Apple *does* offer online backup as part of .Mac:

http://www.apple.com/dotmac/backup.html

Don&#039;t know how well it works, having never used it, and apparently you only get 10GB and it&#039;s not integrated with Time Machine - but it exists.</description>
		<content:encoded><![CDATA[<p>Well&#8230; Apple *does* offer online backup as part of .Mac:</p>
<p><a href="http://www.apple.com/dotmac/backup.html" rel="nofollow">http://www.apple.com/dotmac/backup.html</a></p>
<p>Don&#8217;t know how well it works, having never used it, and apparently you only get 10GB and it&#8217;s not integrated with Time Machine &#8211; but it exists.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

