ca_merge(8) CLIX ca_merge(8)
NAME
ca_merge - Recovers partially modified files extracted from ca_recover
utility
SYNOPSIS
/bin/ca_merge delta source merge
FLAGS
delta Specifies a partially modified file that has been recovered with
the ca_recover command.
source Specifies the original file to be merged.
merge Specifies the new merged file.
DESCRIPTION
The ca_merge command merges partially modified files that have been
recovered with the ca_recover utility. The ca_merge command combines
partially modified data segments with the original data file to create a
new file containing the merged data.
The recovered data segment file and the actual file will not be modified
by the ca_merge command.
EXAMPLES
To merge the partially modified work.file file with the original file
original.file, key in the following ca_merge command:
ca_merge work.file original.file new.file
NOTES
The recovered data segment file and the actual file will not be modified
by the ca_merge command.
The ca_merge command requires superuser privileges.
DIAGNOSTICS
The following is a list of common error messages and their meanings:
ca_merge: Failed. Unexpected file format for delta
An error occurred because the delta file created by
ca_recover could not be read or the file format is
2/94 - Intergraph Corporation 1
ca_merge(8) CLIX ca_merge(8)
incorrect.
EXIT VALUES
The ca_merge command exits with a value of 0 if successful. If
unsuccessful, it exits with a nonzero value.
RELATED INFORMATION
Commands: ca_recover(8), ca_config(8)
2 Intergraph Corporation - 2/94