For a lot of big data moves that don't require special software but need to be logged, you can us ROBOCOPY, a built in file moving command that will not only let you log the moves but also enabling a multi-threaded structure for faster moves. Use this command with the following switches for the fastest possible Robocopy without interruption: robocopy C:\Folder1 C:\Folder2 /TEE /LOG:"C:\Test\log.txt" /E /FP /R:5 /W:1 /MT:128 robocopy C:\Folder1 C:\Folder2 is the base of your script. This … [Read more...] about Using ROBOCOPY switches for faster, more reliable data moves
Recent Activity