<?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>Webmaster-Source &#187; Dropbox</title>
	<atom:link href="https://www.webmaster-source.com/tag/dropbox/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Using Symbolic Links to Backup Your Files to Dropbox</title>
		<link>https://www.webmaster-source.com/2010/02/01/using-symbolic-links-to-backup-your-files-to-dropbox/</link>
		<comments>https://www.webmaster-source.com/2010/02/01/using-symbolic-links-to-backup-your-files-to-dropbox/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 11:48:19 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Services and Tools]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[symlinks]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2972</guid>
		<description><![CDATA[Dropbox is an excellent little service that I&#8217;ve written about on more than one occasion. It&#8217;s a nice off-site backup tool, as well as easy way to keep data synced between multiple computers. I imagine it would be nice to get one of their larger plans and automagically sync all of your files between a [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-2973" title="Dropbox Folder" src="//www.webmaster-source.com/wp-content/uploads/dropbox-folder.jpg" alt="" width="120" height="103" /><a href="http://www.webmaster-source.com/2009/11/25/dropbox-easy-file-synchronization/">Dropbox</a> is an excellent little service that I&#8217;ve written about on more than one occasion. It&#8217;s a nice off-site backup tool, as well as easy way to keep data synced between multiple computers.</p>
<p>I imagine it would be nice to get one of their larger plans and automagically sync <em>all</em> of your files between a desktop and a laptop, but not all of us are willing to pay for that luxury.</p>
<p>Now if you have a few assorted folders that you want to keep synced with Dropbox, what&#8217;s an easy way to do so without physically moving them into your main Dropbox folder? You can use the magic of symbolic links. (A magic that only exists on Mac OS X, Linux, and Unix&#8230;)</p>
<p>Open a command line and type the following two commands, changing the paths to whatever is relevant in your situation:</p>
<pre class="brush: bash; title: ; notranslate">
cd /Users/Matt/Dropbox
ln -s /Users/Matt/path/to/my/files The_New_Folder_Name
</pre>
<p>Now if you go back to your Dropbox folder, you should see a new directory called &#8220;The_New_Folder_Name&#8221; that, when clicked, should bounce you right over to the original folder. Dropbox will see this &#8220;shortcut&#8221; link as the real deal and back the files up to the cloud.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2010/02/01/using-symbolic-links-to-backup-your-files-to-dropbox/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Version Control With Dropbox</title>
		<link>https://www.webmaster-source.com/2009/12/07/version-control-with-dropbox/</link>
		<comments>https://www.webmaster-source.com/2009/12/07/version-control-with-dropbox/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 11:41:20 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Services and Tools]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2783</guid>
		<description><![CDATA[I&#8217;ve mentioned Dropbox before here, but I didn&#8217;t mention this neat trick you could do with it&#8230; Anyone in the programming industry will recommend that you use version control software like SVN or Git to save yourself headaches when you make a mistake and need to roll back a file to a previous state. What [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve mentioned <a href="http://www.webmaster-source.com/2009/11/25/dropbox-easy-file-synchronization/">Dropbox</a> before here, but I didn&#8217;t mention this neat trick you could do with it&#8230;</p>
<p>Anyone in the programming industry will recommend that you use version control software like <a href="http://subversion.tigris.org/">SVN</a> or <a href="http://git-scm.com/">Git</a> to save yourself headaches when you make a mistake and need to roll back a file to a previous state. What if you used Dropbox for that? You get 2GB free, and files sync automatically without you having to do anything.</p>
<p>Dropbox has file versioning built in, actually. When you edit or delete files, Dropbox keeps prior versions in case you wish to restore them. With a couple of clicks you can overwrite the current version with an old.</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-2784" title="Dropbox revisions" src="//www.webmaster-source.com/wp-content/uploads/dropbox-revisions.jpg" alt="Dropbox revisions" width="566" height="197" /></p>
<p>While that&#8217;s great for basic applications, you could take things a step further and <a href="http://sigswitch.com/2009/04/host-personal-svn-projects-for-free-using-dropbox/">store a SVN repository in your Dropbox</a> (with a local SVN server powering it). It would work fine for a single user, but it wouldn&#8217;t work well with more than one committer.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/12/07/version-control-with-dropbox/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Dropbox: Easy File Synchronization</title>
		<link>https://www.webmaster-source.com/2009/11/25/dropbox-easy-file-synchronization/</link>
		<comments>https://www.webmaster-source.com/2009/11/25/dropbox-easy-file-synchronization/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 11:12:38 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Services and Tools]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2749</guid>
		<description><![CDATA[As long as people have worked with multiple computers, they&#8217;ve always had to find ways to transfer files between them. Back in the old days, we used square plastic things called &#8220;floppy diskettes&#8221; to store data and recall it on any convenient computer. They could hold an amazing 1.41 megabytes worth of files. Back when [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>As long as people have worked with multiple computers, they&#8217;ve always had to find ways to transfer files between them. Back in the old days, we used square plastic things called &#8220;floppy diskettes&#8221; to store data and recall it on any convenient computer. They could hold an amazing 1.41 megabytes worth of files. Back when everything was plain text, that was workable.</p>
<p>Nowadays, people still use <a href="http://en.wikipedia.org/wiki/Sneakernet">sneakernet</a>, though the medium of choice is now USB flash drives and occasionally an external hard disk. But the idea remains the same: You have files you&#8217;re working on, and you want to access them on more than one computer; so you load the files onto a drive and bring them with you. Perhaps you want to take your work home, or you want to smuggle some music into your workplace or school. Maybe you&#8217;re writing a novel and you want to continue to write while you travel.</p>
<p>Meet <a href="http://www.dropbox.com/">Dropbox</a>.</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-2750" title="Dropbox Illustration" src="//www.webmaster-source.com/wp-content/uploads/dropbox-illustration.jpg" alt="Dropbox Illustration" width="430" height="341" /></p>
<p>Dropbox does away with the need to manually copy files from place to place. All you have to do is tell the software which files it should sync, and those files are mirrored in &#8220;the cloud,&#8221; where any of your linked computers can access them. You can view documents on your iPhone/iPod, edit them on your laptop, or work with them on someone else&#8217;s computer.<span id="more-2749"></span></p>
<p>It&#8217;s really cool. If you put active projects into your Dropbox, you no longer have to worry about which computer the files are on. They&#8217;re on the computer you&#8217;re using. They&#8217;re everywhere.</p>
<p>Need to share a file with someone? Don&#8217;t email it to them, put it in your Public folder or mark it as shared, and send the link along.</p>
<p>The Dropbox software runs on Windows, Mac OS X and Linux. There is also a web interface to access your files in situations where you cannot install the sync software. The service is free, so long as you have less than 2GB worth of synced files. Otherwise you&#8217;ll have to look into their paid plans.</p>
<p>Take a look, you won&#8217;t regret it. (Also, if you sign up with <a href="https://www.dropbox.com/referrals/NTE5MTQwNTk">this affiliate link</a>, we both get an extra 250MB of storage. How cool is that?)</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/11/25/dropbox-easy-file-synchronization/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-06-09 04:57:57 by W3 Total Cache
-->