Command Line Interface Specification Linux Mac

12
<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 file ....
This is 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.
6.2 Output
As output, the restore command will print the list of restored files and folders on standard output,
one line for each file (the 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:
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