Command Line Interface Specification Windows
10
<type>|<name>|<size in bytes>|<date created>|<date changed>|<version#>
De type indicator indicates if a field has to be displayed as a file or directory. Possible values are:
F (File)
D (Directory)
For a single-directory listing, the name will only contain the name of a file or directory and will
not contain the path. For a recursive directory listing, the name will contain the full path. If the
name contains a “|” . then the “|” will be replaced with a “\|”. As example “something|something”
will be replaced with “something\|something”. It’s the choice of the user to delete the backslash.
The size of a file will be displayed in bytes. The size of a directory will be displayed in 0 bytes.
The date created and date changed displays the date when a file has been created or changed.
The directories will contain date created and date changed with the value 0. The date format for
files will be MM-DD-YYYY HH:MM:SS.
The version number will define the file version. Most of the files will have version 1. Directories
will always have version 1.
7.3.1 Examples
Request to display the top of the backup tree for the user test on backup server 10.0.0.1:
C:\>CloudBackup.Console.exe dir -login test -pass test -server 10.0.0.1 -l
d|DMA_684|0|0|0|1
d|MIJN_PC|0|0|0|1
C:\>
Request to display the top of the backup tree with the unique identification DMA_684:
C:\> CloudBackup.Console.exe dir -login test -pass test -server 10.0.0.1 -l DMA_684
d|C_Root|0|0|0|1