HP StorageWorks Storage Mirroring Recover Scripting Guide (T5437-96022, November 2010)
Options
repset—Name of the replication set
Examples
repset use DataFiles
Notes
Replication set names that contain non-alphanumeric characters
must be enclosed in quotation marks.
3. Define a replication set rule by using the repset rule add command.
Command
REPSET RULE ADD
Description
Adds a rule to a replication set. A rule is the specification of a path
including volume, directories, wild cards, and/or file names.
Syntax
REPSET RULE ADD <path> [INClude|EXClude] [,
RECursive|NONRECursive] [TO <repset>]
Options
l path—Volume, directory, wild card, and/or file name
l INClude—Include the specified path in the replication set
l EXClude—Exclude the specified path in the replication set
l RECursive—All subdirectories and files of the specified path are
recursively included or excluded
l NONRECursive—No subdirectories and files of the specified
path are included or excluded
l repset—Name of the replication set
Examples
l repset rule add "c:\data" to DataFiles
l repset rule add "c:\temp" exc rec to DataFiles