DFS-Replication after a crash
We're using DFS-Replication for file replication between 2 file servers let's say A and B in a full mesh topology .
We're not using DFS-Namespace.
Server A which was set up as the primary during the DFS-R setup crashed but came back up after being down for about a week.
When server A crashed, I had paused the DFS-Replication in DFS replication schedule to avoid errors.
Now that server A is back online, is it safe to un-pause the replication? My concern is that DFS-R will sync the older files from server A to Server B and overwriting newer files with the older ones.
I'm assuming DFS-R will detect that the files are folder on server A and thus synchronize server B's to A's as B's is newer.
What would be the best step to take on this?
Thx in advance!