Questions tagged [dfs-r]

DFS (Distributed File System) Replication is a file replication technology originally shipped with Microsoft's Windows Server 2003 R2 operating system.

DFS (Distributed File System) Replication is a file replication technology originally shipped with Microsoft's Windows Server 2003 R2 operating system.

DFSR allows creating multiple replicas of the content which thereby allow a level of resiliency. In the older versions of DFS (first introduced in Windows 2000 Server), the replication was handled by FRS (File Replication Service).

See the DFS tag for more info on DFS and DFSN (namespaces).

208 questions
2
votes
3 answers

2-way synchronisation across WAN - DFS, Synology?

our office is soon to get a little sister-office in another location. I'm struggling to understand how for example DFS could help get a proper 2-way-synchronisation done between the two locations - and it appears to be difficult to find professional…
ExternalUse
  • 165
  • 2
  • 7
2
votes
2 answers

Can we disable DFS on Windows SBS 2011?

The supplier of our customer's ERP system says that their software gets performance problems when running on a server with DFS enabled. I notice that DFS Namespace and DFS Replication is enabled on the server. Can we disble those services to test if…
Tobias
  • 21
  • 2
2
votes
0 answers

Does windows DFS (DFSR) resume a partial transfer if a WAN link is lost?

Q: Does windows DFS (DFSR) resume a partial transfer if a WAN link is lost? This seems like an obvious "yes" but, hoping someone here can provide a definitive answer. Background The environment consists of two geographically separate networks…
Lucas
  • 121
  • 1
2
votes
4 answers

Network Latency over WAN

Let me take a minute to explain the background of the challenge I am facing. My company has offices in US and Asia. The users work on large CAD files. The office in US has NAS (Network Attached Storage) where all the files are stored. The US users…
2
votes
2 answers

DFS-R Replicating only one way. Replication on outbound stuck on arrival pending

I have TWO Windows 2012 r2 servers with identical paths and drive names (not on purpose). If I create a folder on server A the folder instantly replicates to server B. However If I create a folder on server B it does not replicate to server A. I…
Sarge
  • 502
  • 1
  • 6
  • 17
2
votes
1 answer

DFSR not replicating

I have a replication group with two 2k8r2 servers as partners in a master<->master replication (so, both sides are always in sync and can update each other). This group is replicating two folders both used by IIS to share files. I have a webapp that…
Nathan C
  • 15,059
  • 4
  • 43
  • 62
2
votes
0 answers

How to "seed" a DFS replication that is already on-going

There are many tutorials online that explain how to pre-seed a brand new replication set-up. But is there a proper way to "speed up" an existing replication without taking it down? We have an existing DFSR set-up between 2 continents X and Y. It was…
Jake
  • 1,172
  • 6
  • 28
  • 48
2
votes
1 answer

Alternative to DFS-R on Amazon EC2 Windows Servers

For hosting our web sites in a Windows load-balanced environment we've traditionally used DFSR to sync folders between servers with our hosting company. We're looking to migrate a lot of our sites to Amazon EC2 and I'm playing around with load…
tristankoffee
  • 129
  • 1
  • 3
2
votes
1 answer

Microsoft DFSR: VersionVectorTombstone backlogged for some DFSR Spokes

When have a DFSR "hub and spoke" setup for a replicated folder. The permissions were set on the folder so no end users could modify the contents. To my surprise, when running a health report on the hub, I found a few spokes had a single outbound…
red888
  • 4,183
  • 18
  • 64
  • 111
2
votes
2 answers

Does DFSR include RDC on Windows Server 2008?

I had installed DFSR (DFS replication) on two servers, but recently noticed that there is a separate RDC (Remote Differential Compression) feature in Server Manager, which was not installed. DFSR documentation talks about RDC a lot, but it's not…
Quango
  • 229
  • 1
  • 4
  • 17
2
votes
2 answers

DFS Replication, Users HOME folder - seems not to catch all files... any hints?

I amm moving stuff out of a file Server. I am using DFS for that - the Folders are anyway in a DFS tree, so I can set up a replication temporarily, then drop the old Folder. Works nice, EXCEPT for the Folder containing the users home drives. Which,…
TomTom
  • 51,649
  • 7
  • 54
  • 136
2
votes
1 answer

Replicating EFS encrypted files

Recently I attempted to configure Microsoft's DFSR on Windows 2008 R2 to replicate a folder which was encrypted with EFS. The setup gave no errors or warnings, but later I read that DFSR does not support EFS in any way. There were also event logs…
floyd
  • 1,530
  • 4
  • 19
  • 30
2
votes
2 answers

Active DFS node did not restore after failure

On Tuesday we had a Server 2008 R2 DFS-R node go offline unexpectedly. DFS did the right thing and started routing requests to a different node, which was in a remote site. This is by design, because even though it's slow, at least it's still…
Mark Henderson
  • 68,823
  • 31
  • 180
  • 259
2
votes
1 answer

How can I check that DFS is replicating correctly?

Possible Duplicate: compare the contents of two folders that are replicating by dfs We use DFS to replicate files to a Disaster Recovery server. We have a task where we check the DR systems are working correctly. I have been asked to write a…
neildeadman
  • 684
  • 4
  • 20
  • 34
2
votes
2 answers

compare the contents of two folders that are replicating by dfs

I have a large folder that I am replicating by dfs and I want to check that all files have been replicated correctly. Currently I am running the following script at both ends. cd e:\data\shared\ dir /a:-h /b /s > e:\data\shared\result.txt and then…
Simon Foster
  • 2,622
  • 6
  • 38
  • 55