DFSR Configuration Modes
The Distributed File System Replication (DFSR) service supports two configuration modes: a WMI-based configuration mode and an Active Directory–based configuration mode. The WMI-based configuration is used only for certain server specific configurations.
DFSR caches configuration information stored in Active Directory in XML files. The configuration manager owns and manages the following configuration files:
- Service-wide configuration.
- Volume configuration for each volume. Each file contains a list of replicated folders on the volume as well as volume-wide settings.
- Replication group configuration for every replication group where the computer is a member. Each file contains topology information.
The configuration information stored in the Active Directory is similar to the information stored for the File Replication Service (FRS) in previous versions of Windows.
The DFSR WMI provider provides the following classes for configuring DFSR.
Class | Description |
---|---|
DfsrConfig | Controls service-wide configuration. Primarily provides versioning information and the ability to force DFSR to refresh its configuration. |
DfsrConnectionConfig | Represents the directional connection configuration, along with schedule and bandwidth information. |
DfsrLocalMemberConfig | Represents the membership of the local computer in the group. |
DfsrMachineConfig | Reads and writes computer-wide configuration information. |
DfsrReplicatedFolderConfig | Controls the configuration of a replicated folder, which is the unit of replication in DFSR. |
DfsrReplicationGroupConfig | Provides a subset of the full information for replication group members from the Active Directory. |
DfsrVolumeConfig | Enables the user to configure volume-wide parameters such as the minimum size of the NTFS change journal. |