6.3 HP StoreAll Storage Command Line Reference Guide (TA768-96091, June 2013)
Bypass retention compatibility checking.-R
Use the -e option to provide a comma separated list of file and directory exclude
patterns, which should be excluded during replication. Enter up to 16 patterns per
-e
task. Enclose the list of patterns in double-quotes. The syntax of the patterns should be
proper. To exclude a directory and all its contents, the exclude pattern to be provided
is the following: dir_name/***
To exclude any file starting with some pattern, the exclude pattern to be used is
pattern*. To exclude any file ending with a particular pattern, the exclude pattern
to be provided is *pattern. For example to exclude text files, the exclude pattern
will be *.txt.
Use the -o option for run-once replications. This option can be used to synchronize single directories
or entire file systems on the source and target in a single pass. If you do not specify a source
directory with the -S option, the replication starts at the root of the file system. The run-once task
terminates after the replication is complete; however, the task can be stopped manually, if necessary.
Omit the -o option to start a continuous replication task. A continuous replication task does an
initial full synchronization and then continues to replicate any new changes made on the source.
Continuous replication tasks continue to run until manually stopped by the user.
Start an intra-cluster remote replication task:
ibrix_crr -s -f SRC_FSNAME [-o [-S SRCDIR]] -F TGT_FSNAME [-P TGTDIR]
[-e EXCLUDE_PATTERNS]
The command starts a continuous or run-once intra-cluster replication task for file system
SRC_FSNAME. The -F option specifies the name of the target file system (the default is the same
as the source file system). The -P option specifies the target directory under the target file system
(the default is the root of the file system).
Use the -o option to start a run-once task. The -S option specifies a directory under the source
file system to synchronize with the target directory.
Start a run-once directory replication task:
ibrix_crr -s -f SRC_FSNAME -o -S SRCDIR -P TGTDIR [-e EXCLUDE_PATTERNS]
The -S option specifies the directory under the source file system to synchronize with the target
directory. The -P option specifies the target directory.
Stop a remote replication task:
ibrix_crr -k -n TASKID
Use ibrix_task -l to obtain the appropriate ID. The stopped replication task is moved to the
inactive task list. Useibrix_task -l -c to view this list.
Forcefully stop a replication task:
ibrix_crr -K -n TASKID
The stopped task is removed from the list of inactive tasks.
Pause a remote replication task:
ibrix_crr -p -n TASKID
Use ibrix_task -l to obtain the appropriate ID.
Resume a remote replication task:
ibrix_crr -r -n TASKID
Use ibrix_task -l to obtain the appropriate ID.
List all active replication tasks in the cluster:
ibrix_crr -l [-f SRC_FSNAME] [-h HOSTNAME] [-C SRC_CLUSTERNAME]
ibrix_crr 45