Command Line Interface Specification Windows

2
<add key="SettingsFolder" value="%settingsfilelocation%" />
After making these changes the customer can use the CLI instruction to make backups and
restore data.
2.1 Configuration Error Handling
If an error is found in the configuration file, the command line client will issue an error message
describing which value or setting or option is causing the error and terminate with an exit value
of 1. In addition, the error message must specify the line on which the error was detected and
the full path to the configuration file the error was found in.
If no command line actions are used or one of the following command line options is used: -?, -
help, the client will issue a help message listing the available commands and their parameters,
along with a short description of each parameter, and exit with a status code of 1.
3. Silent mode installation
It is possible to install or uninstall in the silent mode. The format is as follows:
BackupAgent_Setup.exe /VerySilent [/Log={filepath}]
[/OverwriteClientSetting={Y|N}] [/OverwriteServiceSetting={Y|N}] [/InstallGUIMode={Y|N}
/AllUsers={Y|N}]
Default values are following:
/OverwriteClientSetting="N"
/OverwriteServiceSetting="N"
/InstallGUIMode="Y"
/AllUsers="N"
unins000.exe /VerySilent /KeepSettings="N" /Log="D:\Uninstall.txt"
This is only possible in client version 4.3.8 and higher.
4. Register and Sign-in command