Data deduplication is a method for eliminating redundant data that is stored in sequential-access disk (FILE) primary storage pools, copy storage pools, and active-data storage pools. Before the data is replicated, the source replication server determines whether storage pools are set up for data deduplication.
| If the storage pool on the source replication server is | And the destination storage pool on the target replication server is | The result is |
|---|---|---|
| Enabled for data deduplication | Enabled for data deduplication | Only extents that are not stored in the destination storage pool on the target replication server are transferred. |
| Enabled for data deduplication | Not enabled for data deduplication | Files are reassembled by the source replication server and replicated in their entirety to the destination storage pool. |
| Not enabled for data deduplication | Enabled for data deduplication | The source replication server determines whether any extents were identified for files that were previously stored in deduplicated storage pools. Any files that were never in a deduplicated storage pool are replicated in their entirety. For files that had extents that were previously identified, only extents that do not exist in the destination storage pool are transferred. |
| Not enabled for data deduplication | Not enabled for data deduplication | Files are replicated in their entirety to the destination storage pool. |