calumscott
Regular.
- Joined
- Sep 12, 2011
- Messages
- 311
- Reaction score
- 32
What's Dropbox?
Dropbox is an online service for synchronising files across multiple computers automagically and also sharing files with people you know. You get it from http://www.dropbox.com and it's free.
Dont' you just add your Beersmith files to your dropbox folder?
No. Beersmith's "Change Documents Directory" option doesn't really work and seems to always want to stick your files in your "My Documents" folder.
So how do you do it then?
Here's how:
1) Set up your dropbox account and folder (e.g. C:\Dropbox)
2) Take a copy of your Beersmith folder (usually C:\Users\<username>\Documents\BeerSmith2) and keep it safe.
3) Take another copy of your Beersmith folder and drop it into your dropbox folder. You now have e.g. C:\Dropbox\BeerSmith2.
4) Delete, yes delete, your existing Beersmith folder and all its contents
5) Create a symbolic directory link which replaces your old Beersmith folder with a link to the files in dropbox
a) Open a command prompt window (windows key + "r" to bring up the "run" box, type "cmd" then enter)
b) Change directory to where your BeerSmith folder was: e.g. "cd \users\<username>\Documents"
c) The syntax of the symbolic link is: "MKLINK /D linkname target"
d) In this example the command would be: "MKLINK /D BeerSmith2 C:\Dropox\BeerSmith2"
And that's it! You have to do it this way round as Dropbox gets a bit funny about the symbolic link - it needs the real files to work properly. BeerSmith on the other hand just gets on with the symbolic link and works perfectly (so far).
The process for your other PCs is pretty much the same:
1) Install dropbox and link it to your account.
2) Let it download all the files from the server.
3) Install BeerSmith
4) Delete the C:\users\<username>\BeerSmith2 folder
5) Create the symbolic directory link to the folder in your Dropbox folder
WARNING! Although this will keep your files in sync across multiple PCs, don't try to use BeerSmith on multiple PCs at the same time! You'll end up with conflicted files and all kinds of mess. (...and that would probably be contrary to their licencing anyway. Most software houses are fine with a single user using multiple installations on different devices because really you can only use one instance at any one time)
Dropbox is an online service for synchronising files across multiple computers automagically and also sharing files with people you know. You get it from http://www.dropbox.com and it's free.
Dont' you just add your Beersmith files to your dropbox folder?
No. Beersmith's "Change Documents Directory" option doesn't really work and seems to always want to stick your files in your "My Documents" folder.
So how do you do it then?
Here's how:
1) Set up your dropbox account and folder (e.g. C:\Dropbox)
2) Take a copy of your Beersmith folder (usually C:\Users\<username>\Documents\BeerSmith2) and keep it safe.
3) Take another copy of your Beersmith folder and drop it into your dropbox folder. You now have e.g. C:\Dropbox\BeerSmith2.
4) Delete, yes delete, your existing Beersmith folder and all its contents
5) Create a symbolic directory link which replaces your old Beersmith folder with a link to the files in dropbox
a) Open a command prompt window (windows key + "r" to bring up the "run" box, type "cmd" then enter)
b) Change directory to where your BeerSmith folder was: e.g. "cd \users\<username>\Documents"
c) The syntax of the symbolic link is: "MKLINK /D linkname target"
d) In this example the command would be: "MKLINK /D BeerSmith2 C:\Dropox\BeerSmith2"
And that's it! You have to do it this way round as Dropbox gets a bit funny about the symbolic link - it needs the real files to work properly. BeerSmith on the other hand just gets on with the symbolic link and works perfectly (so far).
The process for your other PCs is pretty much the same:
1) Install dropbox and link it to your account.
2) Let it download all the files from the server.
3) Install BeerSmith
4) Delete the C:\users\<username>\BeerSmith2 folder
5) Create the symbolic directory link to the folder in your Dropbox folder
WARNING! Although this will keep your files in sync across multiple PCs, don't try to use BeerSmith on multiple PCs at the same time! You'll end up with conflicted files and all kinds of mess. (...and that would probably be contrary to their licencing anyway. Most software houses are fine with a single user using multiple installations on different devices because really you can only use one instance at any one time)