Configuring Distributed File System Replication
Distributed File System Replication (DFSR) is a piece of DFS that enables automatic file replication between multiple servers. In the first recipe of this chapter, we added the roles and created a DFS Namespace so that we have access to the files and folders that are sitting within our DFS environment. So far, though, this is all sitting on a single file server. Follow along to enable the R part of DFSR, replication. We will set up DFSR between the two file servers in our environment, FILE01 and FILE02, and test it to make sure that data is being synchronized between the two.
Getting ready
We already have a DFS server online, FILE01. It is hosting a DFS Namespace with a folder inside. A new file server, FILE02, is online and joined to the domain. This recipe expects that you have already installed the necessary roles for using this server with DFS. The procedure for installing these roles was outlined in our previous recipe, Enabling...