HP Integrity NonStop J-Series User Manual
Page 142

Command Interpreter
HP AutoSYNC User’s Guide—522580-017
8-48
ALTER SYNCFILESET
KEEPNOPURGEUNTIL is specified, no further synchronization will be
successful until the NOPURGEUNTIL period has elapsed.
The default is NO KEEPNOPURGEUNTIL. Unless KEEPNOPURGEUNTIL is
specified, AutoSYNC does not propagate the NOPURGEUNTIL attribute to
the destination table, to insure that future synchronizations will be possible.
KEEPNOPURGEUNTIL is not supported for Enscribe files, consistent with
FUP and RESTORE behavior.
MAPNAMES mapnames-file | NO MAPNAMES
specifies the mapping of a source fileset to a destination fileset and catalog
name mapping.
The mapnames-file is an edit or entry-sequenced file located on the destination
system.
File name mapping:
The mapnames-file entries are similar to, but not exactly the same as, the
MAP NAMES option of RESTORE. Each line of the MAPNAMES file
contains a single mapping of the form.
The file name can be partially qualified; AutoSYNC replaces the missing
portion of the name with the wild card asterisk (*). For example:
Are equivalent to:
Catalog name mapping:
The information in MAPNAMES is also used to perform SQL catalog
volume mapping. You should include MAPNAME entries if catalogs are
located on different volumes or subvolumes on the destination system.
source-file-pattern TO destination-file-pattern
$DATA TO $BACK
\NEWYORK.$DATA*.DB TO $BACK.BACKUPDB
$DATA*.DB.PARTFILE TO \TOKYO.*
\SOURCE.$DATA.*.* TO \DEST.$BACK.*.*
\NEWYORK.$DATA*.DB.* TO \DEST.$BACK.BACKUPDB.*
\SOURCE.$DATA*.DB.PARTFILE TO \TOKYO.*.*.*