from the command prompt run the below command
robocopy source_folder_name Destination_folder_name /E /MT /ZB /XN
XN- copy files without overwrite
MT – copy files with multithreading
from the command prompt run the below command
robocopy source_folder_name Destination_folder_name /E /MT /ZB /XN
XN- copy files without overwrite
MT – copy files with multithreading