Greetings,
I did some searching about how to use Robocopy. I'm trying to copy files from my old PC (Win 7) to my new PC (Win 10 Pro), but I want to retain the timestamps for files AND folders.
From the command prompt on my old PC, I've tried putting the files on a USB with:
Robocopy [source] [destination] /s /copy:DAT /dcopy:DAT
[source} = "C:\Users\DWC\My Documents\Animals" (Animals has several sub-folders with files)
[destination] = "F:"
On my NEW PC I used Robocopy to copy from the USB:
Robocopy [source] [destination] /s /copy:DAT /dcopy:DAT
[source] = "F:"
[destination] = "D:\DWC\My Documents"
On the new PC, all the Timestamps for the folders within "Animals" are correct, but the Create timestamp for the "Animals" folder is the system date and time.
I then thought maybe Robocopy was not keeping the Timestamps of the "Animals" folder so I tried various other methods like using Robocopy to put the "Animal" folder (with sub-folders and the files) into a new subfolder on the USB, then using Robocopy to copy that new sub-folder to the new PC. Still no luck.
What am I doing wrong?
Eventually, I'll need to move 527GB of folders and files from my old PC (C:\Users\DWC\My Documents) to my new PC (D:\DWC\My Documents). I thought I'd try moving one folder to see how Robocopy works before attempting to move more data by using my external hard drive.
PS - I hope I've posted with the correct tag. I've noticed several questions about Robocopy appear with several different tags.