Forum Discussion
AneeshPYR
Nov 29, 2021Copper Contributor
DFS with Deduplication enabled drives
Hi Experts, I have 2 DFS enabled servers for file share, with 2 way replication enabled. In one server the drive that contains file is already enabled with Deduplication but on the other side i...
Dec 02, 2021
DFS Replication
Data Deduplication works with Distributed File System (DFS) Replication. Optimizing or unoptimizing a file will not trigger a replication because the file does not change. DFS Replication uses Remote Differential Compression (RDC), not the chunks in the chunk store, for over-the-wire savings. The files on the replica can also be optimized by using deduplication if the replica is using Data Deduplication.
https://docs.microsoft.com/en-us/windows-server/storage/data-deduplication/interop
Data Deduplication works with Distributed File System (DFS) Replication. Optimizing or unoptimizing a file will not trigger a replication because the file does not change. DFS Replication uses Remote Differential Compression (RDC), not the chunks in the chunk store, for over-the-wire savings. The files on the replica can also be optimized by using deduplication if the replica is using Data Deduplication.
https://docs.microsoft.com/en-us/windows-server/storage/data-deduplication/interop
- AneeshPYRDec 03, 2021Copper ContributorHi, Thank you for your reply. I have enabled Deduplication on the other server and its looks working without any issues..
Thanks again..