Backing up configuration

Discussion in 'Parallels Remote Application Server' started by Rene3, May 26, 2008.

  1. Rene3

    Rene3 Member

    Messages:
    33
    Hey there

    I know you can backup your configuration from the console, by using file->export settings.

    However you need to do this manually. Is there any way to automate the backup, so it runs automatically each day ? Or is there some setting file you can copy over with the configuration ?
     
  2. nixu

    nixu Guest

    Backup the registry entry HKEY_LOCAL_MACHINE\SOFTWARE\2X

    Nixu
     
  3. matthiasr

    matthiasr Guest

    Hi

    create a scheduled task. In the task use this commandline:

    cmd.exe /c regedit /E c:\HKLM_SOFTWARE_2X_BAK.REG HKEY_LOCAL_MACHINE\SOFTWARE\2X

    This backups the 2X settings and put them into the file HKLM_SOFTWARE_2X_BAK.REG on drive c:\

    Hope this helps

    Matthias
     

Share This Page