Adaxes Web Interface HelpShow AllHide All

Command Line for Web Interface Backup/Restore

The Softerra.Adaxes.Web.UI.Configuration.exe tool provides a command-line interface for backing up and restoring the configuration of Adaxes Web Interface. This tool is installed along with Adaxes Web Interface and is located in C:\Program Files\Softerra\Adaxes 3\Web Interface by default.

Command line parameters:

CommandParametersMeaning
/b|backup <path-to-file> Backs up the Web Interface configuration to the file specified by this parameter. In case the parameter is not specified the Backup wizard will run.
<webUIType1, webUIType2, ...> Specifies which Web Interface configurations to back up. This parameter is optional. If this parameter is omitted, all Web Interface configurations will be backed up.
/r|restore <path-to-file> Restores the Web Interface configuration from the file specified by this parameter. In case the parameter is not specified the Restore wizard will run.
<webUIType1, webUIType2, ...> Specifies which Web Interface configurations to restore. This parameter is optional. If this parameter is omitted, all Web Interface configurations will be restored.
/help|h|?  Shows usage information.

Example 1:

Back up all Web Interface configurations to C:\AdaxesWebUI.bak:

Softerra.Adaxes.Web.UI.Configuration.exe /b C:\AdaxesWebUI.bak

Example 2:

Back up configurations of the Admin and Help Desk Web Interfaces to C:\AdaxesWebUI.bak:

Softerra.Adaxes.Web.UI.Configuration.exe /b C:\AdaxesWebUI.bak Admin,HelpDesk

Example 3:

Restore all Web Interface configurations from C:\AdaxesWebUI.bak:

Softerra.Adaxes.Web.UI.Configuration.exe /r C:\AdaxesWebUI.bak

Example 4:

Restore the configurations of the Admin and Help Desk Web Interfaces from C:\AdaxesWebUI.bak:

Softerra.Adaxes.Web.UI.Configuration.exe /r C:\AdaxesWebUI.bak Admin,HelpDesk

See Also