<?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>Joe Blog&#039;s &#187; backup</title>
	<atom:link href="http://blog.joeb454.com/tag/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joeb454.com</link>
	<description>A Day In The Life Of Your Average Joe</description>
	<lastBuildDate>Mon, 15 Mar 2010 21:25:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dropbox</title>
		<link>http://blog.joeb454.com/2009/04/dropbox/</link>
		<comments>http://blog.joeb454.com/2009/04/dropbox/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 23:17:35 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Uni]]></category>
		<category><![CDATA[64-Bit]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cross-platform]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[idisk]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[Sync]]></category>

		<guid isPermaLink="false">http://blog.joeb454.com/?p=298</guid>
		<description><![CDATA[From what I recall, quite a few people have heard of, or even use Dropbox.
Dropbox is similar to Apple&#8217;s iDisk, in the respect that it is an online backup/data storage facility. The only difference is, dropbox will give you 2GB of free storage, just for signing up. There&#8217;s also an option to pay either $9.99 [...]]]></description>
			<content:encoded><![CDATA[<p>From what I recall, quite a few people have heard of, or even use <a title="Dropbox" href="http://www.getdropbox.com">Dropbox</a>.</p>
<p>Dropbox is similar to <a title="iDisk" href="http://www.apple.com/mobileme/features/idisk.html">Apple&#8217;s iDisk</a>, in the respect that it is an online backup/data storage facility. The only difference is, dropbox will give you 2GB of free storage, just for signing up. There&#8217;s also an option to pay either $9.99 per month, or $99 per year, which will upgrade your storage capacity to 50GB. For me personally, I don&#8217;t (yet) need any more than the 2GB, though I may consider looking into the 50GB option in future.</p>
<p>What I like most about Dropbox is that it&#8217;s cross platform. For me this is fantastic, because I run Ubuntu (9.04 64 bit if you&#8217;re interested) on my desktop, and my laptop is an aluminum Macbook. Now I had the problem of somehow remembering to put things in the Dropbox directory so that they would get synced to the server and thus between my 2 machines.</p>
<p>Solving that problem was a lot easier than I could&#8217;ve expected. No thanks to my friend Gabby, who told me what he had done on IRC. Using
<div class="codesnip-container" >ln -s</div>
<p> you can create soft links to the directories to/from the Dropbox directory, and any changes you make to that directory outside of the Dropbox directory, get automatically synced. Put simply, if I make any changes to something in ~/Documents, it automatically gets backed up/synced to Dropbox. Awesome!!</p>
<p>If you&#8217;re unsure of the syntax of
<div class="codesnip-container" >ln</div>
<p>, as it is a little confusing, it&#8217;s the following:</p>
<div class="codesnip-container" >ln -s target link_name</div>
<p>And finally, if you want to join Dropbox because you haven&#8217;t already, following this link will (according to Dropbox) get you a little bit more space <img src='http://blog.joeb454.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span style="text-decoration: underline;"><strong>Edit:</strong></span> I&#8217;ve just been informed (thanks Matteo!) that the referral links don&#8217;t seem to be giving extra space any more. This is likely because Dropbox limits the amount they give out. Please feel free to use the link at the end of the post <strong><em>if you want</em></strong>, but don&#8217;t feel obliged to if you do want to sign up. <a title="Join Dropbox" href="https://www.getdropbox.com/referrals/NTEwNTYwMDk">Join Dropbox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joeb454.com/2009/04/dropbox/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Ubuntu 8.10 (Intrepid Ibex) Pt. 1</title>
		<link>http://blog.joeb454.com/2008/10/ubuntu-810-intrepid-ibex-pt-1/</link>
		<comments>http://blog.joeb454.com/2008/10/ubuntu-810-intrepid-ibex-pt-1/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 01:31:00 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[/home]]></category>
		<category><![CDATA[8.10]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Forums]]></category>
		<category><![CDATA[ibex]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://joeb454.wordpress.com/?p=193</guid>
		<description><![CDATA[I&#8217;ll be posting a couple more parts to this I&#8217;d imagine (that may turn into just 1 other part   don&#8217;t hold me to a definite number).
So Ubuntu 8.10 was released to day &#8211; as always, downloads were slow, websites went down, torrents were seeded, the usual (yes the forums went down too &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be posting a couple more parts to this I&#8217;d imagine (that may turn into just 1 other part <img src='http://blog.joeb454.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  don&#8217;t hold me to a definite number).</p>
<p>So Ubuntu 8.10 was released to day &#8211; as always, downloads were slow, websites went down, torrents were seeded, the usual (yes the forums went down too &#8211; in fact they&#8217;ve just come back online <img src='http://blog.joeb454.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).</p>
<p>I&#8217;ve in the middle of installing Intrepid on my laptop as I write this, so far it looks nice, not to different visually from Hardy when you first boot the live CD, but there are some differences that I think are noticeable when you finally get around to using them.</p>
<p>Anyway, I&#8217;ve got stuff to be doing and /home directories to be restoring, so I&#8217;ll post back in a few days when I&#8217;ve been running Intrepid properly!!</p>
<p>A few links you may find useful:</p>
<p><a title="Ubuntu 8.10 Release Page" href="http://releases.ubuntu.com/releases/8.10/">http://releases.ubuntu.com/releases/8.10/</a><br />
<a title="Ubuntu Homepage" href="http://www.ubuntu.com/"> http://www.ubuntu.com/</a><br />
<a title="Ubuntu Forums" href="http://ubuntuforums.org"> http://ubuntuforums.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joeb454.com/2008/10/ubuntu-810-intrepid-ibex-pt-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
