Folder Date Change After Restore Ok, thank you for the answer.
For what it's worth, I did verify that not only the timestamps for folders but also the timestamps for files change when they are restored. We think having the option to retain the original timestamps on restored files and/or folders could be useful.
To answer your question, we don't have any immediate need for this feature, but we could see a situation where a customer of ours would want to keep the original creation date of a folder or file, post restore (maybe to help them find certain folders or files by when they were created). It's my understanding that the data copy software Robocopy gives you the option to retain the original timestamp after copying, or to have it changed to the date of the copy. We think a feature similar to this could be useful in certain situations. The flexibility that Robocopy offers could be useful:
/copy:<copyflags> Specifies which file properties to copy. The valid values for this option are:
D - Data
A - Attributes
T - Time stamps
S - NTFS access control list (ACL)
O - Owner information
U - Auditing information
The default value for this option is DAT (data, attributes, and time stamps).
/dcopy:<copyflags>
Specifies what to copy in directories. The valid values for this option are:
D - Data
A - Attributes
T - Time stamps
The default value for this option is DA (data and attributes).
Thank you again for answering our question.