J
J David Ellis
on winxp sp2 how can i copy or move a folder from one hard
drive to another and retain the original date modified?
--david
drive to another and retain the original date modified?
--david
on winxp sp2 how can i copy or move a folder from one hard
drive to another and retain the original date modified?
--david
I'm 99% certain that Robocopy (Windows resource kit) has an option to
keep date/time stamps unchanged.
After installing the Microsoft Robocopy GUI and searchingPegasus said:Make that 100%.
J said:After installing the Microsoft Robocopy GUI and searching 'Microsoft
Robocopy GUI Users Guide.doc', I'm unable to find an option to copy
folder date modified (and date created) in either the documentation or
in the GUI 'copy options' tab. Any suggestions on how to find this
capability in Robocopy?
--David
J David Ellis said:After installing the Microsoft Robocopy GUI and searching 'Microsoft
Robocopy GUI Users Guide.doc', I'm unable to find an option to copy folder
date modified (and date created) in either the documentation or in the
GUI 'copy options' tab. Any suggestions on how to find this capability in
Robocopy?
--David
Pegasus said:J David Ellis said:After installing the Microsoft Robocopy GUI and searching 'Microsoft
Robocopy GUI Users Guide.doc', I'm unable to find an option to copy folder
date modified (and date created) in either the documentation or in the
GUI 'copy options' tab. Any suggestions on how to find this capability in
Robocopy?
--David
I use the command line version of robocopy. A quick look at
its help file tells me this:
/COPY:copyflag:: what to COPY (default is /COPYAT).
(copyflags : D=Data, A=Attributes, T=Timestamps).
(S=Security=NTFS ACLs, O=Owner info, U=aUditing
info).
I do not use RoboCopy, but maybe synctoy 21. might serve youlucasorion said:try using /dcopy:T to copy timestamps of folders from source to
destination. Do the data transfer first, then run it again only using
the /dcopy:T switch to fix the folders' modified dates.
try using /dcopy:T to copy timestamps of folders from source to
destination. Do the data transfer first, then run it again only using
the /dcopy:T switch to fix the folders' modified dates.
lucasorion said:try using /dcopy:T to copy timestamps of folders from source to
destination. Do the data transfer first, then run it again only using
the /dcopy:T switch to fix the folders' modified dates.