Is there a way to force DFS replication to happen? I've added another share to an existing DFS link, and it's 24 hours later, and the 2 folders are not in sync! The newly added share has only about 30% of the files there.

I could have manually copied the data to the two servers shares in 10 minutes, but i didn't want to risk messing up anyones permissions.

This is a touch worrying for me here, as the backups will be incomplete

link|improve this question

75% accept rate
feedback

2 Answers

Check the event log to ensure that DFS isn't complaining about anything. The most common one is that it encountered a file larger than its staging space, and stopped replication.

If this is the case you'll need to increase the staging space, or snipe the file out of the share to things can continue.

Just a word of caution - Don't manually copy files from one folder to another if they're both supposed to be replicating with DFS. It'll get in a big tizzy if you try and manually override it.

link|improve this answer
feedback

Try advertising the replication group to the domain. It's done under DFS management, and it is under Replications groups.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.