When is data copied from the source to the save location in pointer based replica technology?

A.
All writes to a location on the source
B.
All writes to a location on the target
C.
First read from a location on the target
D.
First write to a location on the source
In CoFA, after the replication session is initiated, the data is copied from the
source to the target only when the following condition occurs:
> A write I/O is issued to a specific address on the source for the first time.
> A read or write I/O is issued to a specific address on the target for the first time
0
0