I am using robocopy to transfer files from an old laptop drive to an external drive because I believe the hard drive is close to failure. I ran the program with these arguments
robocopy D:\ E:\Toshiba1 /E /V /COPY:DAT /MT:32
I've ran the program overnight and it ran last night pulling files from the laptop drive without issue but as I came back in the morning to take a look at it the program started pulling files from my C: drive. Robocopy output I know these files aren't from that D: drive because the user 13617 doesn't exist on that laptop and the folders Payments and Sandisk are unique to the current computer I'm using.
Is there a reason why this may have happened? Could this be prevented by using Richcopy instead?