A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » General XP issues or comments
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

copy/move folder and retain date modified?



 
 
Thread Tools Display Modes
  #1  
Old December 20th 07, 04:30 PM posted to microsoft.public.windowsxp.general
J David Ellis
external usenet poster
 
Posts: 66
Default copy/move folder and retain date modified?

on winxp sp2 how can i copy or move a folder from one hard
drive to another and retain the original date modified?
--david
Ads
  #2  
Old December 20th 07, 04:44 PM posted to microsoft.public.windowsxp.general
No_Name
external usenet poster
 
Posts: 6
Default copy/move folder and retain date modified?

On 20 Dec, 16:30, J David Ellis wrote:
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.
  #3  
Old December 20th 07, 04:53 PM posted to microsoft.public.windowsxp.general
Pegasus \(MVP\)
external usenet poster
 
Posts: 4,441
Default copy/move folder and retain date modified?


wrote in message
...
On 20 Dec, 16:30, J David Ellis wrote:
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.


Make that 100%.


  #4  
Old December 21st 07, 03:35 AM posted to microsoft.public.windowsxp.general
J David Ellis
external usenet poster
 
Posts: 66
Default copy/move folder and retain date modified?

Pegasus (MVP) wrote:
wrote in message
...
On 20 Dec, 16:30, J David Ellis wrote:
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.


Make that 100%.


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
  #5  
Old December 21st 07, 01:44 PM posted to microsoft.public.windowsxp.general
John John
external usenet poster
 
Posts: 3,149
Default copy/move folder and retain date modified?

J David Ellis wrote:

Pegasus (MVP) wrote:

wrote in message
...

On 20 Dec, 16:30, J David Ellis wrote:

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.



Make that 100%.

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


It should be in there somewhere, look harder. I know that with the
command line version you can preserve timestamps with the
/COPY:copyflag[s] or /COPYALL options.

John

  #6  
Old December 21st 07, 05:33 PM posted to microsoft.public.windowsxp.general
Pegasus \(MVP\)
external usenet poster
 
Posts: 4,441
Default copy/move folder and retain date modified?


"J David Ellis" wrote in message
...
Pegasus (MVP) wrote:
wrote in message
...
On 20 Dec, 16:30, J David Ellis wrote:
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.


Make that 100%.

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[s] :: what to COPY (default is /COPYAT).
(copyflags : D=Data, A=Attributes, T=Timestamps).
(S=Security=NTFS ACLs, O=Owner info, U=aUditing
info).


  #7  
Old December 28th 07, 09:53 PM posted to microsoft.public.windowsxp.general
J David Ellis
external usenet poster
 
Posts: 66
Default copy/move folder and retain date modified?

Pegasus (MVP) wrote:
"J David Ellis" wrote in message
...
Pegasus (MVP) wrote:
wrote in message
...
On 20 Dec, 16:30, J David Ellis wrote:
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.
Make that 100%.

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[s] :: what to COPY (default is /COPYAT).
(copyflags : D=Data, A=Attributes, T=Timestamps).
(S=Security=NTFS ACLs, O=Owner info, U=aUditing
info).


This copies the file timestamps but does not copy the folder
timestamps. Any other suggestions?
  #8  
Old December 28th 09, 07:36 PM posted to microsoft.public.windowsxp.general
lucasorion
external usenet poster
 
Posts: 1
Default copy/move folder and retain date modified?


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.


  #9  
Old December 29th 09, 03:25 AM posted to microsoft.public.windowsxp.general
Dr. Dos
external usenet poster
 
Posts: 79
Default copy/move folder and retain date modified?

lucasorion wrote:
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.


I do not use RoboCopy, but maybe synctoy 21. might serve you
better.
http://www.microsoft.com/downloads/d...displaylang=en


  #10  
Old December 29th 09, 04:39 AM posted to microsoft.public.windowsxp.general
VanguardLH[_2_]
external usenet poster
 
Posts: 10,881
Default copy/move folder and retain date modified?

lucasorion replies two years too late:

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.


Google Groups copy of old thread: http://preview.tinyurl.com/yzl6qoa

You are replying to a 2-YEAR OLD thread. Notice the datestamps.
  #11  
Old December 29th 09, 07:20 AM posted to microsoft.public.windowsxp.general
Pegasus [MVP]
external usenet poster
 
Posts: 2,361
Default copy/move folder and retain date modified?



"lucasorion" said this in news item
...

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.


You're responding to a 2-year old post.

  #12  
Old January 4th 10, 02:24 PM posted to microsoft.public.windowsxp.general
lucasorion[_2_]
external usenet poster
 
Posts: 1
Default copy/move folder and retain date modified?


'Pegasus [MVP Wrote:
;1157697']"lucasorion" said this in
news item
...

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.


You're responding to a 2-year old post.


I know, but I thought this might be helpful for some others who come
across this thread trying to find the answer, as I did.


  #13  
Old August 30th 10, 01:40 PM posted to microsoft.public.windowsxp.general
undisclosed
external usenet poster
 
Posts: 488
Default copy/move folder and retain date modified?


You're responding to a 2-year old post.
[/color]

I know, but I thought this might be helpful for some others who come
across this thread trying to find the answer, as I did.

Thank you, I did have use of you're answer ... even if the post is 2
years old.:smile:


--
DanBroe
  #14  
Old August 30th 10, 01:40 PM posted to microsoft.public.windowsxp.general
undisclosed
external usenet poster
 
Posts: 488
Default copy/move folder and retain date modified?


You're responding to a 2-year old post.
[/color]

I know, but I thought this might be helpful for some others who come
across this thread trying to find the answer, as I did.

Thank you, I did have use of you're answer ... even if the post is 2
years old.:smile:


--
DanBroe
  #15  
Old December 3rd 10, 11:37 PM posted to microsoft.public.windowsxp.general
cpyne
external usenet poster
 
Posts: 1
Default copy/move folder and retain date modified?


lucasorion;1160298 Wrote:
I know, but I thought this might be helpful for some others who come
across this thread trying to find the answer, as I did.


And a year later your post helped me!! Thank you!!!


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 08:38 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.