IBM SC34-4499-03 Personal Computer User Manual


 
(DATA
(PACKAGEFORMAT gather)
(TARGETROOT Filename)
(RULE
(SOURCE Filename...)
(TARGET Path)
[(EXITPRIOR String... | EXITREPLACE String... | EXITPOST String...)] )
)
.
.
[(EXITPRIOR String...)]
[(EXITPOST String...)]
)
Keywords for a Gather package file
DATA This keyword is required. It must be the first keyword in the package file, and it
can be specified only once.
All other keywords are nested within the DATA clause.
PACKAGEFORMAT gather
This keyword is required. It can be specified only once. It tells the teamcpak
command that this package file is for Gather.
TARGETROOT target_root_path
This keyword is required. It can be specified only once.
Use this keyword to identify the target root directory. Source files are copied to
this directory as specified by the RULE statements.
Follow these guidelines when you select your TARGETROOT values:
v Include the drive letter along with the target directory.
v Specify a directory that contains few if any subdirectories that are unrelated
to the data you are moving.
v If you specify a drive’s root directory (drive:\), run the teamcpak command
using the defaults or only the -x or -x -a flags.
v Do not set the value of TARGETROOT to drive:\ under the following
circumstances:
The TARGETROOT drive is the same as the drive from which the
teamcpak command is run, and you have recovery set (that is, you have
not specified -o "-x").
The logical drive for the TARGETROOT has less than 50% free space,
and you have recovery set (that is, you have not specified -o "-x").
RULE This keyword is required. You can use one or more RULE keywords within a
Gather package file.
Each RULE clause represents a set of Gather operations targeted for one
target subdirectory. A RULE clause must contain one SOURCE and one
Chapter 17. Using the Gather tool 209