BACKUP_DESTINATION - UPIMERGE configuration option
Description
The BACKUP_DESTINATION option instructs UPIMERGE to create a copy of the original configuration or component definition file specified by DESTINATION_FILE before merging the contents of SOURCE_FILE into it.
UPIMERGE creates the backup file in the same directory as the original configuration or component definition file.
UNIX | The format of the file name UPIMERGE generates is implementation-dependent.
|
---|---|
Windows | UPIMERGE generates a file name with a format of xxxnnnn.tmp, where:
|
UPIMERGE reports the backup file it generates with message ID UNV4412I.
Usage
Method | Syntax | IBM i | HP NonStop | UNIX | Windows | z/OS |
Command Line, Short Form | n/a |
|
|
|
|
|
Command Line, Long Form | -bkup_dest option |
|
|
|
|
|
Environment Variable | UIMBKUPDEST=option |
|
|
|
|
|
Values
option specifies whether UPIMERGE creates a copy of the original configuration or component definition file.
Valid values for option are:
- yes
Create a backup of the file specified with DESTINATION_FILE before merging the contents of SOURCE_FILE into it. - no
Merge the contents of SOURCE_FILE into DESTINATION_FILE, without saving a copy of the original DESTINATION_FILE.
Default is no.