I have two servers 01 and 02. 01 already has a share \\01\Art. To preseed I ran the robocopy command from 02:
robocopy "\\01\Art" "E:\Art" /e /b /copyall /r:6 w:5 MT:64 /xd DfsrPrivate /tee /log:C:dfsr.log /v
Now that the files are pre-seeded I've created a new full-mesh replication group and set 01 to be the primary member.
Once the initial sync is done, how do I make \\02\Art a share without messing up the sync? I've tried this before and the backlog filled up with every single file from 02.