Switch to full style
Use this forum to post questions relating to WinGate, feature requests, technical or configuration problems
Post a reply

how to take backup of entire wingate setting

May 06 07 5:37 pm

i have installed wingate proxy on windows 2000 server, and it is working fine, now if i want to take backup of entire current setting of wingate how i can do that , please help me to know this.......


Thanking you[/b]

Re: how to take backup of entire wingate setting

May 06 07 6:55 pm

soorinje wrote:i have installed wingate proxy on windows 2000 server, and it is working fine, now if i want to take backup of entire current setting of wingate how i can do that , please help me to know this.......


Thanking you[/b]


Hi,

The easiest way is to use features built into Wingate.

Open GateKeeper and select Options --> Advanced from the menu.

In the Advanced Options are buttons to save the configuration report and the registry [most important feature].

This allows a summary of the configuration [in the report] and a snapshot of the registry settings, which can be imported later if necessary.

Actually I have been using this as part of a scheduled task to export the entire registry for a specific machine.

REG EXPORT "HKLM\SOFTWARE\Qbik Software" C:\PROGRA~1\WINGATE\QBIK.REG /Y

It creates a file QBIK.REG in the Wingate directory, all cautions apply about exporting or importing the registry, if in doubt don't use this suggestion.

Re: how to take backup of entire wingate setting

May 09 07 2:39 am

thank you very much for ur good solution it looks like good method to take backup

Nev wrote:
soorinje wrote:i have installed wingate proxy on windows 2000 server, and it is working fine, now if i want to take backup of entire current setting of wingate how i can do that , please help me to know this.......


Thanking you[/b]


Hi,

The easiest way is to use features built into Wingate.

Open GateKeeper and select Options --> Advanced from the menu.

In the Advanced Options are buttons to save the configuration report and the registry [most important feature].

This allows a summary of the configuration [in the report] and a snapshot of the registry settings, which can be imported later if necessary.

Actually I have been using this as part of a scheduled task to export the entire registry for a specific machine.

REG EXPORT "HKLM\SOFTWARE\Qbik Software" C:\PROGRA~1\WINGATE\QBIK.REG /Y

It creates a file QBIK.REG in the Wingate directory, all cautions apply about exporting or importing the registry, if in doubt don't use this suggestion.
Post a reply