Command Line Interface Specification Windows
3
These two commands can be used to register an account.
The ‘Register’ command is an analog of passing the Registration Wizard by a new user who has
not set an Encryption Key yet. The format is as follows (all parameters are required):
CloudBackup.Console.exe register /server {url} /login {username} /pass {password} /key {encryption
key} /keyreminder {encryption key reminder}
The ‘Signin’ command is an analog of passing the Registration Wizard by a user who has already
set an Encryption Key. The format is as follows (all parameters are required):
CloudBackup.Console.exe signin /server {url} /login {username} /pass {password} /key {encryption key}
These commands are only available in client version 4.3.8 and higher.
5. Backup
This action makes it possible to perform a command line backup. The following arguments will
be used:
CloudBackup.Console.exe backup /login <login name> /pass <password>
/key <encryption key> /server <server address> [/uid <unique id>]
/task <task name>
5.1 Arguments explained
/login <login name>
The login name of the user. The user name has a minimum length of 6 characters and a
maximum length of 150 characters. The user name must start with an alphanumerical character
and may contain one or more of the following characters: !#$%&()+,-.;@'~[]{}_\` and may include
whitespace. If the login name contains any special characters (any characters that may be
interpreted by the shell such as the pipe character, whitespace, semi-colon, double-colon,
percent and dollar signs, etc…), the login name should be placed within quotes. Please refer to