Best File "Copy" Method


Recommended Posts

What is the best method for ensuring data is properly copied from folder to folder. In this case transferring Folder A from a legacy server to a new system that's mapped as a network drive. Is the windows drag and drop method reliable?

Sent from my iPhone using Tapatalk Pro

Link to comment
https://www.neowin.net/forum/topic/1320382-best-file-copy-method/
Share on other sites

Hello,

 

I've always recommended to use CTRL+the left mouse click in order to select the items for copying (or CTRL+A to select everything within a folder) followed by CTRL+C in conjunction with CTRL+V for the maximum reliability.

 

Cheers!

Hello,

 

Robocopy and Xcopy come with Windows and will certainly work.  You can also take a look at various third-party file copy and synchronization utilities, including:

 

and many other programs, including Windows ports of ftp, rsync and sftp clients, which are usually used on UNIX-based operating systems.  Some of the programs I mentioned above default to performing the speediest copy, while others are slower but perform verification that files were copied correctly.  Since this sounds like it's for valuable work data, I would recommend that no matter which program you use, that you turn on verification of file copying, and have the program create a log that you can review to make sure all your files were copied over to the new system.

 

Regards,

 

Aryeh Goretsky

 

 

 

  On 25/01/2017 at 10:40, Yazoo said:

So what do these utils do that a simple folder drag or CTRL+C and CTRL+V doesn't?

Expand  

Give you a lot more flexibility with all the options you can specify (see the technet article I linked) and it's faster than C&P for large numbers of files.

  On 25/01/2017 at 12:03, philcruicks said:

Give you a lot more flexibility with all the options you can specify (see the technet article I linked) and it's faster than C&P for large numbers of files.

Expand  

I'll have to check that out, didn't know there would be a speed difference

Hello,

 

Logging of errors (file corruption, problems due to paths or filenames being too long, etc.), information about how long the operation took, average speed of copying, and all sorts of other useful information someone who is moving files from one corporate server to another one might want to know about, especially before they decommission the old server.

 

Regards,

 

Aryeh Goretsky

 

 

  On 25/01/2017 at 10:40, Yazoo said:

So what do these utils do that a simple folder drag or CTRL+C and CTRL+V doesn't?

Expand  

 

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.