If you are working on multiple Macs (i.e. having a personal and one at work) you probably know this problem: You would like to sync some application data between these machines, so that you don’t have to manage separate todo-lists, items in your inbox that you’ve already read on one machine but are marked as unread on the other, etc. I’m using Dropbox (disclaimer: If you sign up using this link, I’ll get some more disk space, thank you!) to sync various applications (Things, Billings and Socialite for example), but you can use any other cloud storage solution if you like.
In this little tutorial I’ll explain how to sync the data with Dropbox and I’m using Socialite as an example. It basically works like this for any app that stores its data in an Application Support folder, but Socialite requires some extra steps people are frequently asking about, so here we go:
- Go to your Dropbox folder and create a new folder called Synced Application Support (or whatever you like)
- Quit any running instance of the application you would like to sync (in this case Socialite).
- Got to your ~/Library/Application Support and move the Socialite folder into the Dropbox folder you just created (Synced Application Support)
- Open your Terminal.app and symlink the moved folder:
$ ln -s ~/Dropbox/Synced\ Application\ Support/Socialite/ ~/Library/Application\ Support/Socialite - Start the app and see if it worked
After this five steps you should be up and running with most of your apps (syncing Things is as easy as that). Unfortunately Socialite requires some extra steps if you are using Twitter (and who isn’t these days), because it keeps the OAuth authentication tokens in the keychain, so that you need to sync them too. Fortunately this isn’t a big deal, because now you know how to sync your data, so go ahead and…
- Quit Socialite
- Open your Keychain and create a new keychain called Socialite and save it within your Synced Application Support/Socialite folder
- Right click the new Socialite keychain, edit the settings and uncheck the checkboxes so that you won’t be bothered with authentication request every now and then
- Use the search bar at the upper right corner to search for twitter.com and move all items used by Socialite to the new Socialite keychain
- Start Socialite and see if your Twitter services are still working – if not: Delete all items in your Socialite keychain, remove the Twitter services from Socialite, restart Socialite, add them again and move the freshly created twitter.com items in your Login keychain to the Socialite keychain.
Okay, that’s it, I hope it’s helpful to some of you and I also hope that someday syncing will be baked into Socialite, though Realmac Software currenty doesn’t have any plans for implementing that.

9. Dezember 2009 um 10:51
Aleks schreibt:
Dropbox ist wirklich perfekt für diese Aufgabe. Ich benutze es seit einiger Zeit mit Things und es funktioniert super.
Beste Grüße!
21. Februar 2010 um 12:50
Johan Rylander schreibt:
Hey, thanks!
Maybe not rocket science but very well written I used it just because you wrote about it so you’ve achieved at least one good deed today
cheers
/Johan
4. April 2010 um 15:43
Anonymous schreibt:
Excellent! Thank you very much. Just what was needed. Amazing how easy it is and that Realmac does not get it how much of a major sales feature this would be ….
15. Mai 2010 um 14:44
JC schreibt:
Thanks for these. Are there any problems if socialite is run on multiple machine simultaneously?
15. Mai 2010 um 15:45
Dennis schreibt:
@JC you’ll get conflicted copies of the database files – but this ain’t an issue in my experience because Dropbox will use the database file from the machine you last closed the app on.