Command Line Interface Specification Windows

6
9
User canceled
6. Delete
This command makes it possible to delete files and directories of the CloudBackup Server.
CloudBackup.Console.exe delete /login <login name> /pass <password>
/server <server address> [/version [all|last|<number>]]
/input <file> | <file> <file> ...
6.1 Arguments explained
/login <login name>
The login name of the user. See the backup command for more information.
/pass <password>
The password for the specified login name. See the backup command for more information.
/server <server address>
The network address or domain name of the CloudBackup Server.
As example: http:--<server name> or https:--<server name>
/version [all|last|<number>]
An optional parameter specifying which version of a file has to be deleted. There are 3 possible
values for this parameter:
version all: specifies that all versions of the file has to be deleted.
version last: specifies that the last version of a file has to be deleted.
version <number>: specifies that the version that the defined version has to be deleted.
When version is not specified -version all is assumed.