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.
6
/input <file>
Value
Meaning
0
Completed successfully
1
Command line error or unknown error
3
Completed successfully with not found resources
This option specifies that the list of files to be deleted must be read from the given file. This option
may be useful if a large number of files needs to be removed. The input file must be structured
as follows:
<version> <path>
<version> <path>
…
Where <version> is one of all, last or a number (see the -version command line option for more
information), and <path> is the full path to a file or folder that must be deleted. Please note that
the -input command line option is mutually exclusive with a list of files specified on the command
line.
File
The name or names of files and/or directories that needs to be deleted. The name should contain
the whole path where the directory or file is located. The server will stop the operation if the user
tries to delete a file or directory which is not located on the server.
6.2 Output
As output, the delete command will print the list of deleted files or folders on standard output,
one line for each file (full path will be shown). When the delete completed successfully, it will print
‘delete completed successfully’ and exit with a status value of 0. If during the delete problems are
encountered an appropriate notification must be printed to standard error. If an error was
encountered during the delete, a detailed error message must be printed to standard error and
the client must exit with an appropriate exit value according to the following list:
7
5
Completed unsuccessfully
7
Completed unsuccessfully with not found resources
9
User canceled
7. Dir
This command makes it possible to display one or multiple directories on the CloudBackup
Server. It’s even possible to see if this file exists by using this command.
CloudBackup.Console.exe dir /login <login name> /pass <password>
The user login name of the user. See the backup command for more information.
/pass <password>
The password of a user. See the backup command for more information.
/key <key>
The encryption key of the user. 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>]
This optional parameter specifies which version of a file has to be restored. There are 3
possibilities for this parameter:
version all: specifies that all versions of the file has to be restored.
version last: specifies that the last version of a file has to be restored.
12
version <number>: specifies that the version that the defined version has to be restored.
When a user uses -version all then all versions of a file will be stored. This will be done such as
<file>.1 <file> 2 etc. If this option is not used -version last is assumed. This parameter is ignored
when the -input parameter is used.
/dest <destination location>
This parameter defines the location on the file system where the requested files have to be
restored. This must be an existing location on the file system. The client will use the original
location when a user does not specify this.
/input <file>
This option specifies that the list of files to be restored must be read from the given file. This
option may be useful if a large number of files needs to be restored. The input file must be
structured as follows:
<version> <path>
<version> <path>
Where <version> is one of all, last or a number (see the -version command line option for more
information), and <path> is the full path to a file or folder that must be restored.
Please note that when the -input command line option is mutually exclusive with a list of files
specified on the command line.
file
The list of files that must be restored. The specified names must contain the whole path. Please
beware that if a filename contains whitespace or any other characters that have a special
meaning to the command shell, the filename must be placed within double quotes.
8.2 Wildcard Restore
13
It is possible to perform a wildcard restore by using an asterisk in place of either a filename, a
Value
Meaning
0
Completed successfully
1
Command line error or unknown error
2
Completed successfully with skipped resources
3
Completed successfully with not found resources
4
Completed successfully with not found resources and skipped resources
5
Completed unsuccessfully
6
Completed unsuccessfully with skipped resources
7
Completed unsuccessfully with not found resources
8
Completed unsuccessfully with not found resources and skipped resources
9
User canceled
part of a filename or an extension. The action is the same as with a normal restore, only the
filename can have the following variation:
*.extension (e.g. *.pdf – This will restore all files ending in .pdf)
*name.extension (e.g. *1.png – This will restore all .png files ending with a 1 in their name)
*name*.* (e.g. *flow*.* - This will restore any type of file with the word ‘flow’ in their name)
8.3 Output
As output, the restore command will print the list of restored files and folders on standard output,
one line for each file (full path will be shown). When the restore completed successfully, it will
print ‘restore completed successfully’ and exit with a status value of 0. If an error is encountered
during the restore, an appropriate error message will be printed to standard error and the client
will exit with an appropriate exit value as follows:
14
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.