<?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: Back ups outside of Dropbox</title>
	<atom:link href="http://www.davidherrold.com/2009/03/03/back-ups-outside-of-dropbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidherrold.com/2009/03/03/back-ups-outside-of-dropbox/</link>
	<description>The 'Net is a waste of time, and that's exactly what's right about it. - William Gibson</description>
	<lastBuildDate>Mon, 22 Feb 2010 06:05:47 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fabiano</title>
		<link>http://www.davidherrold.com/2009/03/03/back-ups-outside-of-dropbox/comment-page-1/#comment-1157</link>
		<dc:creator>Fabiano</dc:creator>
		<pubDate>Mon, 15 Feb 2010 22:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidherrold.com/?p=361#comment-1157</guid>
		<description>Chuck, I&#039;m sure you found out about this by now but here is a link where they talk about this issue in case someone else runs into it:
http://wiki.dropbox.com/TipsAndTricks/SyncOtherFolders

Quote:
&quot;..if you put a symlink in your Dropbox folder that links to a single file, updates to the file sometimes cause the link to be replaced by a copy of the file itself, and the original &#039;linked to&#039; file is not synchronized anymore. A safe solution seems to be to put only symlinks to folders in your Dropbox folder, or to put the original file into your Dropbox folder and then create symbolic links to your file at the other location(s) you want to access the file from.&quot;

I think the best solution would be to symlink the folder instead as in
$ ln -s ~/Library/Safari/ ~/DropBox/SyncLink/
but then I am not sure you want everything in there to be synched.</description>
		<content:encoded><![CDATA[<p>Chuck, I&#8217;m sure you found out about this by now but here is a link where they talk about this issue in case someone else runs into it:<br />
<a href="http://wiki.dropbox.com/TipsAndTricks/SyncOtherFolders" rel="nofollow">http://wiki.dropbox.com/TipsAndTricks/SyncOtherFolders</a></p>
<p>Quote:<br />
&#8220;..if you put a symlink in your Dropbox folder that links to a single file, updates to the file sometimes cause the link to be replaced by a copy of the file itself, and the original &#8216;linked to&#8217; file is not synchronized anymore. A safe solution seems to be to put only symlinks to folders in your Dropbox folder, or to put the original file into your Dropbox folder and then create symbolic links to your file at the other location(s) you want to access the file from.&#8221;</p>
<p>I think the best solution would be to symlink the folder instead as in<br />
$ ln -s ~/Library/Safari/ ~/DropBox/SyncLink/<br />
but then I am not sure you want everything in there to be synched.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.davidherrold.com/2009/03/03/back-ups-outside-of-dropbox/comment-page-1/#comment-919</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 08 Apr 2009 16:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidherrold.com/?p=361#comment-919</guid>
		<description>Chuck, give &lt;a href=&quot;http://www.xmarks.com/&quot; rel=&quot;nofollow&quot;&gt;Xmarks&lt;/a&gt; a try for the bookmark syncing.  I use it to sync bookmarks across Safari, FireFox and IE (over Mac, Linux &amp; PC).  Free and works like a charm.  Here&#039;s a &lt;a href=&quot;http://twitter.com/davidherrold/statuses/1471866540&quot; rel=&quot;nofollow&quot;&gt;tweet with my screenshot&lt;/a&gt; of just that.</description>
		<content:encoded><![CDATA[<p>Chuck, give <a href="http://www.xmarks.com/" rel="nofollow">Xmarks</a> a try for the bookmark syncing.  I use it to sync bookmarks across Safari, FireFox and IE (over Mac, Linux &#038; PC).  Free and works like a charm.  Here&#8217;s a <a href="http://twitter.com/davidherrold/statuses/1471866540" rel="nofollow">tweet with my screenshot</a> of just that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChuckEye</title>
		<link>http://www.davidherrold.com/2009/03/03/back-ups-outside-of-dropbox/comment-page-1/#comment-918</link>
		<dc:creator>ChuckEye</dc:creator>
		<pubDate>Wed, 08 Apr 2009 16:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidherrold.com/?p=361#comment-918</guid>
		<description>The symbolic link works good for most standard docs. Unfortunately, it can be screwy for a few specialized cases. This weekend I tried to do &quot;ln -s ~/Library/Safari/Bookmarks.plist ~/DropBox/SyncLink/Bookmarks.plist&quot; after having made a copy to my DropBox... Now that I let my .mac expire, I was looking for a new way to sync my Safari Bookmarks, and since I&#039;m not on more than one machine at a time, I thought this would be a good solution. Well launching Safari read the one from the DropBox on launch, but then overwrote the symbolic link with a new hard file in the Library.

No immediate workaround in mind, though not a pressing problem. Just thought I had a clever solution and it didn&#039;t quite work.</description>
		<content:encoded><![CDATA[<p>The symbolic link works good for most standard docs. Unfortunately, it can be screwy for a few specialized cases. This weekend I tried to do &#8220;ln -s ~/Library/Safari/Bookmarks.plist ~/DropBox/SyncLink/Bookmarks.plist&#8221; after having made a copy to my DropBox&#8230; Now that I let my .mac expire, I was looking for a new way to sync my Safari Bookmarks, and since I&#8217;m not on more than one machine at a time, I thought this would be a good solution. Well launching Safari read the one from the DropBox on launch, but then overwrote the symbolic link with a new hard file in the Library.</p>
<p>No immediate workaround in mind, though not a pressing problem. Just thought I had a clever solution and it didn&#8217;t quite work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Aitken</title>
		<link>http://www.davidherrold.com/2009/03/03/back-ups-outside-of-dropbox/comment-page-1/#comment-917</link>
		<dc:creator>Doug Aitken</dc:creator>
		<pubDate>Wed, 08 Apr 2009 15:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidherrold.com/?p=361#comment-917</guid>
		<description>Thanks for this David, I was just about to go to the Dropbox wiki to find this out, I thought it would be just the same as a norm sym link but wanted to check but came across this post first. 
I recently blogged about the use of Dropbox in education, just an idea I had. I use Dropbox to back up my website code etc.</description>
		<content:encoded><![CDATA[<p>Thanks for this David, I was just about to go to the Dropbox wiki to find this out, I thought it would be just the same as a norm sym link but wanted to check but came across this post first.<br />
I recently blogged about the use of Dropbox in education, just an idea I had. I use Dropbox to back up my website code etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.davidherrold.com/2009/03/03/back-ups-outside-of-dropbox/comment-page-1/#comment-893</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 05 Mar 2009 16:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidherrold.com/?p=361#comment-893</guid>
		<description>Thanks, Chris, glad you liked it.  Sometimes the blogging spigot gets clogged...</description>
		<content:encoded><![CDATA[<p>Thanks, Chris, glad you liked it.  Sometimes the blogging spigot gets clogged&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mojo Denbow</title>
		<link>http://www.davidherrold.com/2009/03/03/back-ups-outside-of-dropbox/comment-page-1/#comment-892</link>
		<dc:creator>Mojo Denbow</dc:creator>
		<pubDate>Thu, 05 Mar 2009 16:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidherrold.com/?p=361#comment-892</guid>
		<description>Now why don&#039;t you blog more often? Good stuff.</description>
		<content:encoded><![CDATA[<p>Now why don&#8217;t you blog more often? Good stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.davidherrold.com/2009/03/03/back-ups-outside-of-dropbox/comment-page-1/#comment-890</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 04 Mar 2009 17:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidherrold.com/?p=361#comment-890</guid>
		<description>Hi Maryn, yes I used my referral code for DropBox so that anyone signing up through my link would get a little extra space for free.  I get the same free space as well.  Pretty nice.  I went a little crazy with the Terminal hack last week and backed up all my development websites, important documents, etc.  Hope it works for you.</description>
		<content:encoded><![CDATA[<p>Hi Maryn, yes I used my referral code for DropBox so that anyone signing up through my link would get a little extra space for free.  I get the same free space as well.  Pretty nice.  I went a little crazy with the Terminal hack last week and backed up all my development websites, important documents, etc.  Hope it works for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maryn McKenna</title>
		<link>http://www.davidherrold.com/2009/03/03/back-ups-outside-of-dropbox/comment-page-1/#comment-889</link>
		<dc:creator>Maryn McKenna</dc:creator>
		<pubDate>Wed, 04 Mar 2009 17:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidherrold.com/?p=361#comment-889</guid>
		<description>Hey, Dave, I clicked through to DropBox from here and it awarded you (and me) some extra memory. Wasn&#039;t expecting that, but there ya go. Doing my initial upload now... should have waited for an overnight, it is clogging my bandwidth. will try this Terminal hack as I don&#039;t like having things live in the DropBox.</description>
		<content:encoded><![CDATA[<p>Hey, Dave, I clicked through to DropBox from here and it awarded you (and me) some extra memory. Wasn&#8217;t expecting that, but there ya go. Doing my initial upload now&#8230; should have waited for an overnight, it is clogging my bandwidth. will try this Terminal hack as I don&#8217;t like having things live in the DropBox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.davidherrold.com/2009/03/03/back-ups-outside-of-dropbox/comment-page-1/#comment-888</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 04 Mar 2009 16:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidherrold.com/?p=361#comment-888</guid>
		<description>Thanks for the comment, Chuck.  For me, DropBox has a few features that iDisk is lacking.  Hard disk space is a big one.  For the same price as MobileMe ($99/year for 20GB storage) you get 50GB with DropBox.  But that&#039;s not what stands out to me.  I LOVE the version control and ability to &quot;restore&quot; previous versions of a file if it is needed.  It&#039;s basically &lt;a href=&quot;http://en.wikipedia.org/wiki/Subversion_(software)&quot; rel=&quot;nofollow&quot;&gt;Subversion&lt;/a&gt; for non-programmers (with a nice GUI interface).  Thanks again for stopping by the blog.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment, Chuck.  For me, DropBox has a few features that iDisk is lacking.  Hard disk space is a big one.  For the same price as MobileMe ($99/year for 20GB storage) you get 50GB with DropBox.  But that&#8217;s not what stands out to me.  I LOVE the version control and ability to &#8220;restore&#8221; previous versions of a file if it is needed.  It&#8217;s basically <a href="http://en.wikipedia.org/wiki/Subversion_(software)" rel="nofollow">Subversion</a> for non-programmers (with a nice GUI interface).  Thanks again for stopping by the blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ChuckEye</title>
		<link>http://www.davidherrold.com/2009/03/03/back-ups-outside-of-dropbox/comment-page-1/#comment-887</link>
		<dc:creator>ChuckEye</dc:creator>
		<pubDate>Wed, 04 Mar 2009 15:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidherrold.com/?p=361#comment-887</guid>
		<description>I got a .mac account a year ago (before the transition to mobile me) and I&#039;ve been debating whether or not to keep it. Address Book syncing was useful until I moved all my contacts to my Gmail address book, because Gmail syncs contacts &amp; calendars with my Blackberry more seamlessly than MissingSync or PocketMac for Blackberry. I still like using iDisk for offline or on/offline storage... Keeping iDisk synced means there&#039;s a local sparse disk of 20GB that pushes changes up to the cloud in the background... a function I might like if I also pick up a Dell Inspiron Mini9 netbook to run Leopard on. (Seems like a SSD system keeping your datafiles in sync with iDisk would be the way to go, since it wouldn&#039;t be my primary machine but rather something used for note-taking and surfing...)

I may have to give DropBox a look to see if it meets any of those needs before my mobile me renews next month for another year.</description>
		<content:encoded><![CDATA[<p>I got a .mac account a year ago (before the transition to mobile me) and I&#8217;ve been debating whether or not to keep it. Address Book syncing was useful until I moved all my contacts to my Gmail address book, because Gmail syncs contacts &amp; calendars with my Blackberry more seamlessly than MissingSync or PocketMac for Blackberry. I still like using iDisk for offline or on/offline storage&#8230; Keeping iDisk synced means there&#8217;s a local sparse disk of 20GB that pushes changes up to the cloud in the background&#8230; a function I might like if I also pick up a Dell Inspiron Mini9 netbook to run Leopard on. (Seems like a SSD system keeping your datafiles in sync with iDisk would be the way to go, since it wouldn&#8217;t be my primary machine but rather something used for note-taking and surfing&#8230;)</p>
<p>I may have to give DropBox a look to see if it meets any of those needs before my mobile me renews next month for another year.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
