-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backing Up Configuration #35
Comments
@mohesles This is a fantastic find. I'm considering adding a cron job that does this automatically on a schedule and saves to a persistent storage. |
These are the commands to perform the actions as described (run inside the docker container):
Seems to work for me. |
Just an FYI to anyone who comes across this, for some reason doing |
I found a way to backup the configuration for both BI and the cameras. It is not optimal and I have no clue how to do it programmatically; however these are the steps I followed to be able to do this:
Steps to create backup:
This command should open the windows registry
Note1: Include the ".reg" filetype in the name of the file. For example: backup.reg
Note2: Make sure that at the bottom of the export window "Selected Branch" is selected and that the path is HKEY_LOCAL_MACHINE\Software\Perspective Software
This should create a reg file that you can then reuse to restore the configuration in the container if needed or if any change is made.
Steps to restore backup:
This command should open the windows registry
Final note. I only tested this with the Trial Version so I am not sure if this will work for full license
The text was updated successfully, but these errors were encountered: