What is the simplest and fastest way to transfer large file through a Windows network?
        Posted  
        
            by Sake
        on Server Fault
        
        See other posts from Server Fault
        
            or by Sake
        
        
        
        Published on 2009-05-29T09:38:28Z
        Indexed on 
            2010/03/19
            21:31 UTC
        
        
        Read the original article
        Hit count: 343
        
I have a Window Server 2000 machine running MS SQL Server that stores over 20GB of data. The database is backed-up every day to the second harddrive. I want to transfer those backup files to another computer to build another test server and for recovery practicing. (the backup never actually got restored for almost 5 years. Don't tell my boss about that!)
I have trouble transfering that huge file through the network. I've tried plain network copy, apache download, and ftp. Any method I tried end up failing when the amount of data transfered reach 2GB. The last time that I successfully transfered the file, it was through a usb attached external harddrive. But I want to perform this task routinely and preferably automatically.
Wonder what is the most pragmatic approach for this situation ?
© Server Fault or respective owner