I have to manage DFS replication for large folders (40 + GB) on two distant servers connected via a 500 kbps tunnel and I am trying to minimize the replication traffic. After copying the files manually on the target server on temporary folders, I was hoping that the DFS replication engine would be intelligent enough to use the local copy on the target server to avoid having to replicate 40 GB through the low speed VPN tunnel but it just won't work.
I first copied the files on the primary server, create the namespace and replication schedule after having copied copied the same files on a temporary folder on the distant server (copying on the same target folder only seems to cause DFS conflicts).
Also, I also need to add chunks of data sporadically once in a while and I thought it would be easier to send the data via CD first before copying the files to their location on the primary server.
In both cases, I failed to have the target server use the local files instead of copying them from the primary server, hence causing a lot of traffic and congesting the line for days.
How can I force DFS replication to use a local copy of a file (in a separate folder/disk on the target server) instead of copying over all the content through my VPN tunnel?
Thanks.
Benji.
Benjilafouine