2.152 MAPEXCLUDE

Valid for

Replicat

Description

Use MAPEXCLUDE to exclude files or file sets from a wildcard map list. MAPEXCLUDE operates globally within the Replicat parameter file, therefore a file is excluded from mapping if it is specified in any MAPEXCLUDE entry.

Syntax

MAPEXCLUDE file_name
file_name

The file to exclude from mapping. You can use wildcards.

Example

The following example maps file names that begin with A, except for files in subvolume BADSUB, files that begin with AB and the file $D1.BAD.A123.

MAP $D1.*.A*, TARGET $D2.*.*;
MAPEXCLUDE $D1.BADSUB.*
MAPEXCLUDE $D1.*.AB*
MAPEXCLUDE $D1.BAD.A123