<?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>Frugle &#187; symlink</title>
	<atom:link href="http://frugle.com/tag/symlink/feed/" rel="self" type="application/rss+xml" />
	<link>http://frugle.com</link>
	<description>Plugged In To Save You Money</description>
	<lastBuildDate>Thu, 04 Mar 2010 19:15:23 +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>Using DropBox to backup instead of sync.</title>
		<link>http://frugle.com/2009/10/using-dropbox-to-backup-instead-of-sync/</link>
		<comments>http://frugle.com/2009/10/using-dropbox-to-backup-instead-of-sync/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 03:44:42 +0000</pubDate>
		<dc:creator>rmclain</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[symbolic link]]></category>
		<category><![CDATA[symlink]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://frugle.com/?p=102</guid>
		<description><![CDATA[

DropBox is a great free application to sync two or more computers data.  It also supports a pretty impressive iPhone client that lets you share links to your files with a few clicks.  So, why change what works so well?  Simple, you have one main computer and you don&#8217;t want to lose [...]]]></description>
			<content:encoded><![CDATA[<div class="LessonContent">
<div class="LessonSummary">
<p>DropBox is a great free application to sync two or more computers data.  It also supports a pretty impressive iPhone client that lets you share links to your files with a few clicks.  So, why change what works so well?  Simple, you have one main computer and you don&#8217;t want to lose your precious stuff.  Here are some tips to get the most from your free DropBox account.  If you don&#8217;t have an account get one [<a href="https://www.getdropbox.com/referrals/NTIyNDYzMzM5">link</a>].</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">Installing DropBox</h3>
<div class="StepImage" style="margin:10px 0px;"><a href="https://www.getdropbox.com/referrals/NTIyNDYzMzM5"><img style="padding:3px; border: 1px solid #ccc;" src="http://frugle.com/wp-content/uploads/2009/10/media_1256266827916.png" alt="media_1256266827916.png" width="532" height="482" /></a></div>
<div class="StepInstructions">
<p>First you need to create a account at <a href="https://www.getdropbox.com/referrals/NTIyNDYzMzM5">GetDropBox.com</a>.  Ok now that you&#8217;re done with that, go ahead and grab the install file for either Windows, Mac or Linux.  Next, run the installer and make sure you have it load when the computer boots to ensure all your files stay backed up.</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">1. Mac OSX Leopard</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://frugle.com/wp-content/uploads/2009/10/media_1256267301511.png" alt="media_1256267301511.png" width="532" height="270" /></div>
<div class="StepInstructions">
<p>First thing is to figure out what folders you want to keep backed up.  Since the free space is 2GB you might want to limit this to just your documents folder.  If you upgrade your account, then you might want to repeat these steps across more folders.  I currently backup my Desktop, Documents, and Pictures folder.  That is pretty much the stuff I can&#8217;t replace.  To do this we need to simply create a symbolic link, which is basically just a reference to another file or directory.  Creating a symbolic link and pointing it to a folder in your DropBox means that DropBox will backup whatever is in the original folder.  There are several ways we can do this, but the easiest is to just open up the terminal on OSX.  You can find the Terminal in &#8220;Applications/Utilities&#8221; folder.</p></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">1.1. Mac OSX Leopard &#8211; Creating a Symbolic Link</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://frugle.com/wp-content/uploads/2009/10/media_1256267689917.png" alt="media_1256267689917.png" width="400" height="125" /></div>
<div class="StepInstructions">
<p>When you open the Terminal you will be shown a simple prompt $.  By default your terminal session starts in your home folder and by default your DropBox folder is in your home folder as well.  So let&#8217;s go ahead and get into that directory.  Just type: <em>cd Dropbox/</em> Now you are in your Dropbox folder.   So let&#8217;s say that we want the Desktop to be always backed up with DropBox.  Simple enough, so we just need to type: <em>ln -s ~/Desktop Desktop</em> .  That&#8217;s it, now your desktop will be backed up to your DropBox.  Just change desktop to documents if you want to backup your entire documents folder.</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">1.2. Did everything work?</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://frugle.com/wp-content/uploads/2009/10/media_1256267919282.png" alt="media_1256267919282.png" width="234" height="217" /></div>
<div class="StepInstructions">
<p>So now the one file on my desktop is getting updated.  Also you can click into your Dropbox folder and you will notice that a symbolic linked folder will be in there.</p></div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">2. Microsoft Windows XP</h3>
<div class="StepImage" style="margin:10px 0px;"><img style="padding:3px; border: 1px solid #ccc;" src="http://frugle.com/wp-content/uploads/2009/10/media_1256268450612.png" alt="media_1256268450612.png" width="532" height="52" /></div>
<div class="StepInstructions">
<p>With Windows it&#8217;s the same concept. The easiest way is to create a symlink is to download and install Link Shell Extension [<a href="http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html#contact">link</a>].</div>
</div>
<div class="LessonStep top">
<h3 class="StepTitle" style="font-size:20px;">2.1. Creating the Symbolic Link &#8211; Windows</h3>
<div class="StepInstructions">
<p>Right click on the source file that you want to create a back up of.  Then select Pick Link Source.  Next g oto your dropbox and click Drop As&#8230; Junction.  That&#8217;s it, you&#8217;re now backing up.</p></div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://frugle.com/2009/10/using-dropbox-to-backup-instead-of-sync/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
