dig
Lieutenant
- Registriert
- Sep. 2012
- Beiträge
- 655
Hallo zusammen, ist hier jemand des englischen mächtig und mag hier mal helfen.
Komme mit der Übersetzung/Anleitung nicht so ganz klar
How to set up Dropbox backup with a symbolic link (from the HSDT forums):
1. Close HSDT and move the HearthstoneDeckTracker folder (with all the files) located in %APPDATA%\HearthstoneDeckTracker to your Dropbox folder. Make sure that the original folder does not exist.
2. Create a symbolic link that connects %APPDATA%\HearthstoneDeckTracker with the dropbox folder use the command (via Windows CMD prompt...make sure to change your Dropbox path as necessary):
mklink /j %APPDATA%\HearthstoneDeckTracker d:\dropbox\HearthstoneDeckTracker
3. Do the same way on all computers you wish to use...just make sure all the settings/backups/etc. for HSDT are in Dropbox the way you want...because we are essentially combining multiple instances of HSDT into one.
You can stop here if you don't mind having the exact same HSDT settings for each computer. However, if you want separate settings, do the following steps.
How to create a symbolic link for the config.xml file:
1. First we need Dropbox to ignore config.xml so it doesn't back it up
2. Close HSDT and move your config.xml file out of Dropbox to another location (I just put it back in the %appdata% root)
3. Create a folder in Dropbox called config.xml
4. Right click on your Dropbox icon in the Windows tray (bottom right) and go to settings/preferences -> go to account/selective sync and find the dropbox/HearthstoneDeckTracker/config.xml folder and uncheck the box for just the config.xml folder (so it is now ignored...which will ignore files called config.xml as well).
5. Now to create the symbolic link, which will put a config.xml link in Dropbox, run this in Windows CMD prompt (when opening the CMD window, launch it as an administrator...again make sure to change your path as necessary):
mklink d:\dropbox\HearthstoneDeckTracker\config.xml %APPDATA%\config.xml
6. Now repeat this whole process for each computer
Finally, you might want to make sure you set HSDT to close with Hearthstone (in the settings) since I'm not sure having it run at the same time on both computers, while syncing to Dropbox, is a good thing.
Komme mit der Übersetzung/Anleitung nicht so ganz klar
How to set up Dropbox backup with a symbolic link (from the HSDT forums):
1. Close HSDT and move the HearthstoneDeckTracker folder (with all the files) located in %APPDATA%\HearthstoneDeckTracker to your Dropbox folder. Make sure that the original folder does not exist.
2. Create a symbolic link that connects %APPDATA%\HearthstoneDeckTracker with the dropbox folder use the command (via Windows CMD prompt...make sure to change your Dropbox path as necessary):
mklink /j %APPDATA%\HearthstoneDeckTracker d:\dropbox\HearthstoneDeckTracker
3. Do the same way on all computers you wish to use...just make sure all the settings/backups/etc. for HSDT are in Dropbox the way you want...because we are essentially combining multiple instances of HSDT into one.
You can stop here if you don't mind having the exact same HSDT settings for each computer. However, if you want separate settings, do the following steps.
How to create a symbolic link for the config.xml file:
1. First we need Dropbox to ignore config.xml so it doesn't back it up
2. Close HSDT and move your config.xml file out of Dropbox to another location (I just put it back in the %appdata% root)
3. Create a folder in Dropbox called config.xml
4. Right click on your Dropbox icon in the Windows tray (bottom right) and go to settings/preferences -> go to account/selective sync and find the dropbox/HearthstoneDeckTracker/config.xml folder and uncheck the box for just the config.xml folder (so it is now ignored...which will ignore files called config.xml as well).
5. Now to create the symbolic link, which will put a config.xml link in Dropbox, run this in Windows CMD prompt (when opening the CMD window, launch it as an administrator...again make sure to change your path as necessary):
mklink d:\dropbox\HearthstoneDeckTracker\config.xml %APPDATA%\config.xml
6. Now repeat this whole process for each computer
Finally, you might want to make sure you set HSDT to close with Hearthstone (in the settings) since I'm not sure having it run at the same time on both computers, while syncing to Dropbox, is a good thing.