Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 Distribution Function Administration Guide


12.5.1 Outputting a backup status list (dmpbklst command)

Function

This command outputs a list of stored backup files to a backup status list file (file name: DMPBKLST). The backup status list file contains text-format data that indicates the package IDs (package IDs in the UNIX version of JP1/IT Desktop Management 2 - Agent) of stored backup files and the total number of backup files.

Format
dmpbklst /directory to output backup status list file
Argument
  • /directory to output backup status list

    Specifies the path to the directory to which to output the backup status list file (file name: DMPBKLST).

Output format
NUMBER_OF_ENTRY  =  3         (1)
RESOURCE_NAME  =  UAP1        (2)
RESOURCE_NAME  =  UAP2
RESOURCE_NAME  =  USERDATA
END_OF_FILE                   (3)
(1) NUMBER_OF_ENTRY = number of backup files

Indicates the total number of stored backup files (1 to 127)

(2) RESOURCE_NAME = package ID

Indicates the package ID (package ID in the UNIX version of JP1/IT Desktop Management 2 - Agent) of the package for which a backup has been stored. A package ID must not exceed 44 characters. If the package ID is less than 44 characters, spaces are added up to the 44th character.

(3) END_OF_FILE

Indicates the end of the backup status list file.

Return codes
0

The command ended normally.

1

No backup file was found.

Example

The following example shows use of this command to output the backup status list file to the directory C:\Program Files\Hitachi\JP1ITDMA. The name of the output file is fixed to DMPBKLST.

dmpbklst.exe /"C:\Program Files\Hitachi\JP1ITDMA"