Andy1974 <Andy1974@newsgroup> wrote:
> Unfortuneatly we are working with 2003 SP2 and 2000. If you don't need this to be in real time, a simple batch file with robocopy
would do it - run it as a scheduled task.
E.g.,
robocopy <source>\ <destination>\ /e /sec /mir /r:1 /w:1
There are a lot of other parameters, such as logging, etc.
>
> "Danny Sanders" wrote:
>
>> Look into DFSR, it comes with Win 2k3 R2 and Win 2k8.
>>
>>
>> hth
>> DDS
>>
>> "Andy1974" <Andy1974@newsgroup> wrote in message
>> news:471121C9-1AC5-4E2C-99CE-C0507674C528@newsgroup
>>>
>>>
>>> I would like to synchoronize the contents of a folder that is on a
>>> branch site but connected to the the same domain as the main site.
>>> I would like to
>>> synchronize files between two folders on different servers so that
>>> when a file is created or modified at one site it is automatically
>>> changed at the otehr site.
>>>
>>> Any suggestions?