Immediately after the FlashCopy® operation, the original fileset files (the source data) and the FlashCopy images (the copy data) of the files in the fileset share the same data blocks; that is, nothing is actually copied, which makes the operation space efficient.
As soon as any updates are made to the actual fileset contents (for example, a client adds or deletes files, or updates the contents of files), the fileset is updated by an operation called copy on write, in which only the changed blocks in the fileset are written to a new location on disk. The FlashCopy image continues to point to the old blocks, whereas the source fileset will be updated over time to point to the new blocks.
Therefore, any access to the FlashCopy image accesses the data blocks as they existed when the FlashCopy image was created, and any access to the fileset itself accesses the new data blocks.
Parent topic: FlashCopy images