Page 1 of 4

Howto: Sync profiles using dropbox

Posted: Mon Oct 04, 2010 1:37 pm
by demonnic
I am going to start by saying that this is for Mac and Linux specifically... I have not yet figure out symlinking in Windows, but if someone knows how to do so please chime in and let us know. These instructions could of course also work with other file syncing services, but I do not recommend Ubuntu One for this... if you have two or more computers online and syncing with U1 they tend to create conflicts on files that change, so if you're saving variables to a file, the file could be marked as a conflict when you save it. If anyone knows a way around this as well, do let me know. It was the source of much consternation for me recently.

Anyhow... onwards and upwards:

Step the first.) Sign up for an online sync service. I'm quite fond of Dropbox myself (Clickety Click)

Step b.) From your terminal:

Code: Select all

mv ~/.config/mudlet ~/Dropbox
You can of course substitute whatever directory your file syncing service is monitoring for the one above... that is just the directory used by Dropbox by default in linux

Step tres.) Now, if you were to open Mudlet you'd be faced with only the default profiles... I recommend you don't open Mudlet just yet. It'd be disorienting and then you'd have to delete the mudlet profile directory. Instead, you should do this, still inside the terminal:

Code: Select all

ln -s ~/Dropbox/mudlet ~/.config/mudlet
Step vier) On your other computers, you will now want to remove the mudlet profiles/config directory and symlink it back to the dropbox, similar to before but slightly different (you can skip the first step if mudlet is not installed on this computer yet, or you can move the mudlet directory to the dropbox as you did before, but be aware it will overwrite existent files.)

Code: Select all

rm -rf ~/.config/mudlet
ln -s ~/Dropbox/mudlet ~/.config/mudlet
Step the last.) Profit


I hope some of you find this to be helpful, I know it saved me a fair bit of headache in keeping things in line between my home computer, work computer, and laptop.

Re: Howto: Sync profiles using dropbox

Posted: Tue Oct 05, 2010 12:34 am
by tsuujin
Excellent guide.

Re: Howto: Sync profiles using dropbox

Posted: Wed Jan 19, 2011 4:25 am
by tsuujin
I'm actually using this now, damned good idea.

Re: Howto: Sync profiles using dropbox

Posted: Tue Jan 25, 2011 8:35 am
by Oneymus
Found this for Windows, though not sure if it's exactly what we're after. I haven't tested it, having only one machine.

Re: Howto: Sync profiles using dropbox

Posted: Fri Jan 28, 2011 6:47 pm
by Tichi
On Windows Vista and Windows 7, you can use mklink from the command line. Doing mklink /J "link name" "path/to/target" should do the job. Remember to do this from the folder where you are making the link. I'm not sure if this works for Windows XP.

Re: Howto: Sync profiles using dropbox

Posted: Fri Jan 28, 2011 7:03 pm
by demonnic
Awesome, thank you for sharing this with us. I'll test in my XP VM later on tonight and report back

Re: Howto: Sync profiles using dropbox

Posted: Sun Jun 26, 2011 10:09 pm
by Phoenix
Amazing guide... I had a few problems till I realied the dropbox folder on my desktop was an alias... Error ID10T (aka PEBKAC).

Re: Howto: Sync profiles using dropbox

Posted: Sun Jul 10, 2011 11:56 am
by Phoenix
So, just got around to linking my XP into this too. Had to use a thing called 'junction' to do the same thing, since XP doesn't have mklink.

http://technet.microsoft.com/en-us/sysi ... 96768.aspx

Re: Howto: Sync profiles using dropbox

Posted: Sun Nov 06, 2011 5:12 pm
by Trilliana
This is awesome. This should be sticky'd or something :D

Re: Howto: Sync profiles using dropbox

Posted: Sun Nov 06, 2011 9:15 pm
by Vadi
Sure, done.