How to move OSCAR data to another computer
Firstly. thanks to all on this forum - I have learned a lot from you over the years.
I have three years of data in OSCAR on a PC which is dying. I do not have any other copies of this data and don't want to lose it, of course. OSCAR on my new PC already has a few months' data and I am hoping to add the older data to that. I have copied the "OSCAR data" directory from the DOCUMENTS directory on the old PC on to a USB drive, but OSCAR on my new PC doesn't see any data to import. What am I doing wrong?
Any advice will be most welcome.....
Alun
RE: How to move OSCAR data to another computer
Hi Alun! -
There are configuration settings for OSCAR which define the data folder's path. The exact location of this configuration file is dependent on the OS you are using.
Since you are on a Windows, the path is stored in the system registry. There are 2 ways to change where OSCAR looks for it data folder. One is to edit the registry. Here is the path to change it:
The Registry:
- Open the registry editor.
- Press “Win + R” on the keyboard to open the Run box,
- Type “regedit” in the Run box and press Enter
Navigate to: HKEY_CURRENT_USER\Software\OSCAR_Team\OSCAR-Data\Settings\AppData="Address of your data directory"
Enter the path to the data in the AppData key.
Command Prompt:
- Open a command prompt.
- Press “Win + R” on the keyboard to open the Run box,
- Type “cmd” in the Run box and press Enter
C:\>cd \Program Files\OSCAR
type: "C:\Program Files\OSCAR\OSCAR.exe" --datadir Complete_Path_Including the Drive_Letter\OSCAR_Data
(Example to declare it in your Documents folder: "C:\users\your-user-name\Documents\OSCAR_Data")
You will only need to do this once.
I hope this helps!
-
Red
RE: How to move OSCAR data to another computer
Thanks Red
That did the trick! Much appreciated.
Alun