Specifications

106
13.3.3 Description of Options
/location:<URI>
Displays an archive location’s URI. The path may be specified in one of the
following ways: “C:\path\to\dir\”, “\\computer\share\dir\”,
“ftp://host/mybackups/” or “bsp://host/BackupServer”.
/credentials:<login>:<password>
Task execution account’s credentials
/archive:<name>
Specifies an ID of an archive within the specified location
/item:<item>
This parameter is optional and specifies a parent item in the following format:
“//StorageGroup_name/”
To back up all storage groups set “//” as the parameter’s value. If this
parameter is not specified, the whole information store will be backed up
/compression:<None|Normal|High|Maximum|Ultimate>
Specifies archive compression level. Normal is set by default
/backupType:<Full|Incremental>
Specifies a type of backup to be created.
/encryption
/encription:<AES 128|AES 192|AES 256”>
Specifies the encryption method of the created archive
/password:<password>
Specifies a password if an archive was created with password protection
/substitute
Specifies substitution
/throttle
Specifies throttle bandwidth in kb/s (the value can be from 0 to 100000 kb/s)
/validate
Specify this parameter to validate the created backup archive
/priority:<Low|Normal|High>
Specifies priority of the backup operation
13.3.4 Usage Examples
Cmd.exe backupMB /location”:bsp://host/BackupServer /archive:archive1
/item://MyStorageGroup/MyDatabase/MyAccount/credentials:admin:qwerty
This command will back up
MyStorageGroup/MyAccount
to the
bsp://host/BackupServer
folder, the created archive will be called
archive1
, credentials will be used: admin (login) and qwerty (password)