<?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>Jon Fox &#187; firefox</title>
	<atom:link href="http://jonefox.com/blog/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonefox.com/blog</link>
	<description>My rants, ramblings, and random thoughts</description>
	<lastBuildDate>Mon, 24 May 2010 16:12:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='jonefox.com' port='80' path='/blog/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>How to sync Firefox across multiple computers using Dropbox</title>
		<link>http://jonefox.com/blog/2009/11/16/how-to-sync-firefox-across-multiple-computers-using-dropbox/</link>
		<comments>http://jonefox.com/blog/2009/11/16/how-to-sync-firefox-across-multiple-computers-using-dropbox/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 20:56:19 +0000</pubDate>
		<dc:creator>jon</dc:creator>
				<category><![CDATA[Great Stuff]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[sync firefox across multiple computers]]></category>
		<category><![CDATA[synchronization]]></category>

		<guid isPermaLink="false">http://jonefox.com/blog/?p=256</guid>
		<description><![CDATA[I often work across several different computers. I have a desktop, a macbook, and a laptop that all get used for a variety of tasks pretty much everyday. This can be a huge pain to keep things synchronized &#8211; especially web browsing (which is the vast majority of what I do). I&#8217;ve used several plugins [...]]]></description>
			<content:encoded><![CDATA[<p>I often work across several different computers.  I have a desktop, a macbook, and a laptop that all get used for a variety of tasks pretty much everyday.  This can be a huge pain to keep things synchronized &#8211; especially web browsing (which is the vast majority of what I do).  I&#8217;ve used several plugins in the past to help synchronize my setup, including <a href="http://www.xmarks.com/">Xmarks</a> (formerly FoxMarks), but <strong>FINALLY</strong> I&#8217;ve found a solution that will sync all of my bookmarks, extensions, session history, settings, <a href="https://addons.mozilla.org/en-US/firefox/addon/748">greasemonkey scripts</a>, etc in one solution.  In short, I&#8217;m using <a href="https://www.dropbox.com/referrals/NTE0NTQ3OTk">Dropbox</a> (a great service on its own) to synchronize my <a href="http://support.mozilla.com/en-US/kb/Profiles">Firefox profile</a> across all the computers using a <a href="http://en.wikipedia.org/wiki/Symbolic_link">symlinked</a> directory.  Detailed instructions to follow.</p>
<ol>
<li>First thing to do is head over to <a href="https://www.dropbox.com/referrals/NTE0NTQ3OTk">Dropbox</a>, get an account, and install it on all the computers you&#8217;ll be syncing across.  This is very straight forward and they have installation options for Windows, Mac, and Linux.</li>
<li>Pick which computer has your &#8220;master&#8221; profile (the one that will be the starting profile replicated across all your machines) and start there.</li>
<li>Close Firefox if it&#8217;s open.</li>
<li>Next, you need to find your Firefox profile folder.  Details for this on all major platforms can be found <a href="http://kb.mozillazine.org/Profile_folder_-_Firefox">here</a>.</li>
<li>Once you have found your profile folder to sync, I <strong><em>STRONGLY</em></strong> recommend that you backup this folder somewhere.</li>
<li>Find your Dropbox folder (defaults to <code>/Users/[username]/Dropbox</code> on a Mac and <code>C:\Users\[username]\Documents\My DropBox</code> on Windows), create a new directory to store your Firefox profile in (I used <code>firefox-profile</code>).</li>
<li>Copy the contents of your Firefox profile folder (found in step 4) into the newly created Dropbox folder created in the previous step. It should start syncing immediately, I recommend waiting till it&#8217;s complete before continuing.</li>
<li>Store the name of the Firefox profile folder somewhere, and delete this folder.</li>
<li>Now we need to create a symbolic link between the Firefox profile folder (which you backed up, right?) and the Dropbox folder we just found in the last step.  On Mac/Linux the command for a symlink uses the syntax <code>ln -s target link_name</code> &#8211; which you may need to run as root (On Windows, the command uses the syntax <code>MKLINK /D link_name target</code> &#8211; this should be run from the command prompt and you may need to run this as admin in order to complete this.  You can run this as an admin by going to start, typing cmd, right click the command prompt option and choose &#8220;run as administrator&#8221;) where link_name is the original Firefox profile folder (found in step 4) and target should be the shared directory in Dropbox used to store the profile (I used <code>firefox-profile</code> in my Dropbox folder &#8211; be sure to use the full paths for simplicity).  </li>
<li>Repeat steps 8 &#038; 9 for each computer, finding the Dropbox and Firefox profile folders on each system. Also, be sure to close Firefox completely before modifying the profile folder &#8211; and back up if you&#8217;d like to keep that profile info.</li>
</ol>
<p>And that&#8217;s it!  When you reopen Firefox it should open using the shared Dropbox directory and sync all your plugins, bookmarks, session history, etc across all of the machines.  There are a few things I should mention as well though.  First, you&#8217;ll probably want to turn off Dropbox notifications, as these files change often while browsing and will be resynchronized with each update.  Notifications for this can get annoying quickly.  You also might notice some weirdness if you browse on multiple computers at the same time&#8230;both keep trying to save their session history (and everything else) to each other and will continuously overwrite each other.  Shouldn&#8217;t do any permanent damage, but worth thinking about.</p>
<p>Let me know if you have any other suggestions of if you get this working for yourself in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonefox.com/blog/2009/11/16/how-to-sync-firefox-across-multiple-computers-using-dropbox/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
