Customizing the Replicate Set Definition
About this task
You can specify the replication frequency (Specifying Replication Frequency) for all the replicates
when you define the replicate set. For example, to define the non-exclusive
replicate set sales_set with the replicates sales_fiji and sales_tahiti and
specify that the members of sales_set replicate at 4:00 a.m. every
day, enter:
cdr define replicateset --at 4:00 sales_set sales_fiji \
sales_tahiti
To define the exclusive replicate
set dev_set with the replicates dev_pdx and dev_lenexa and
specify that the members of dev_set replicate at 5:00 p.m. every
day, enter:
cdr define replicateset -X --at 17:00 dev_set dev_pdx\
dev_lenexa
Important: For
replicates that belong to an exclusive replicate set, you cannot specify
the frequency individually for replicates in the set.
For more information, see cdr define replicateset.