Migrate 3 terabytes of files to a new server windows 2003
        Posted  
        
            by 
                smackaysmith
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by smackaysmith
        
        
        
        Published on 2011-02-03T02:03:06Z
        Indexed on 
            2011/02/03
            23:27 UTC
        
        
        Read the original article
        Hit count: 256
        
We have a new file server to handle the obscene amount of files generated by the company (PDFs, XLS, DOCs and JPGs). Files being moved to the new server total about 3tb. The problem is we can't take the company down for days to move the files. The other problem is the applications creating all these files have to reference previous files, so we can't simply point them to the new server. Also, there isn't an option to have the applications create files on the new server, but reference the old server for existing files.
The servers are x64 win2003 r2. Both servers are on the same subnet.
DFS doesn't work.
Is there an application that can handle this amount of data to copy the files over, throttle bandwidth, and do a 'merge'? By merge I mean constantly copying over newly created files until the two servers are synched.
© Server Fault or respective owner