On Fri, 12 Sep 2008 15:28:12 -0600, "Danny Sanders" <>
wrote:
>Look into robocopy. Something like robocopy d:\folder e:\folder /e /sec /w:3
>r:3 /log:folder.
>You can schedule it as a .bat file. Use the log to determine if any files
>are not copied.
You can make it respond to changes in the source folder to trigger a new sync
too so the when the source is updated it will re-run the copy adding changed
files.
Another way would by to use DFSR and set up replication between the two shares
but not allow users the use the link to the new share until replication has
completed. Then enable the new link. If you are removing the old server disable
that link. Finally when all have switched to the new link remove the replication
group and wait for the message in the event log that replication has been
removed before deleting the old copy of the data. If you jump the gun on this
then DFSR can notice the delete and sync that delete with the new copy, poof, no
files. I always take a backup of the data before deleting the old copy, once
bitten twice shy <grin>
>
>
>hth
>DDS
>
>"Rich" <> wrote in message
>news
3B68B41-F64A-432A-AE8F-...
>>I currently have a Win 2K server with about 300GB of data in a file share,
>> that i want to migrate to a better server running Win 2K3 at a remote
>> location. What i think would be best would be if i could set up a
>> constant
>> replication/syncing of the data from my current server to the old one, so
>> any
>> changes made on old would be reflected on new. Then one evening after
>> everyone is done with the old server, i would stop that file share, and
>> point
>> everyone's shortcuts to the new share. how could i best accomplish this?
>> or
>> another option would be to have it sync both ways and i can just slowly
>> move
>> users over one by one to the new server until they are all on it, then
>> stop
>> the file share on the old server. thanks in advance for the help.
>
--
Dave Mills
There are 10 type of people, those that understand binary and those that don't.