PC Review


Reply
Thread Tools Rate Thread

copy/move folder and retain date modified?

 
 
J David Ellis
Guest
Posts: n/a
 
      20th Dec 2007
on winxp sp2 how can i copy or move a folder from one hard
drive to another and retain the original date modified?
--david
 
Reply With Quote
 
 
 
 
w.ian.stuart@googlemail.com
Guest
Posts: n/a
 
      20th Dec 2007
On 20 Dec, 16:30, J David Ellis <nos...@home.org> 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.
 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      20th Dec 2007

<(E-Mail Removed)> wrote in message
news:407ce963-42f2-4552-9b7c-(E-Mail Removed)...
> On 20 Dec, 16:30, J David Ellis <nos...@home.org> 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%.


 
Reply With Quote
 
J David Ellis
Guest
Posts: n/a
 
      21st Dec 2007
Pegasus (MVP) wrote:
> <(E-Mail Removed)> wrote in message
> news:407ce963-42f2-4552-9b7c-(E-Mail Removed)...
>> On 20 Dec, 16:30, J David Ellis <nos...@home.org> 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
 
Reply With Quote
 
John John
Guest
Posts: n/a
 
      21st Dec 2007
J David Ellis wrote:

> Pegasus (MVP) wrote:
>
>> <(E-Mail Removed)> wrote in message
>> news:407ce963-42f2-4552-9b7c-(E-Mail Removed)...
>>
>>> On 20 Dec, 16:30, J David Ellis <nos...@home.org> 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

 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      21st Dec 2007

"J David Ellis" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Pegasus (MVP) wrote:
>> <(E-Mail Removed)> wrote in message
>> news:407ce963-42f2-4552-9b7c-(E-Mail Removed)...
>>> On 20 Dec, 16:30, J David Ellis <nos...@home.org> 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).


 
Reply With Quote
 
J David Ellis
Guest
Posts: n/a
 
      28th Dec 2007
Pegasus (MVP) wrote:
> "J David Ellis" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Pegasus (MVP) wrote:
>>> <(E-Mail Removed)> wrote in message
>>> news:407ce963-42f2-4552-9b7c-(E-Mail Removed)...
>>>> On 20 Dec, 16:30, J David Ellis <nos...@home.org> 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?
 
Reply With Quote
 
Dr. Dos
Guest
Posts: n/a
 
      29th Dec 2009
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


 
Reply With Quote
 
VanguardLH
Guest
Posts: n/a
 
      29th Dec 2009
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.
 
Reply With Quote
 
Pegasus [MVP]
Guest
Posts: n/a
 
      29th Dec 2009


"lucasorion" <(E-Mail Removed)> said this in news item
news:(E-Mail Removed)...
>
> 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.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Move/copy email msg to a folder on server and keep created date? Cathi Microsoft Outlook Discussion 1 2nd Sep 2009 07:43 PM
copy without changing date modified? J David Ellis Windows XP General 0 7th Mar 2008 02:43 AM
Copy data matching date and retain information in a monhtly report =?Utf-8?B?VGlnZXI=?= Microsoft Excel Programming 1 20th Aug 2007 01:16 PM
Retain date when copying a folder? J David Ellis Windows XP Basics 3 19th Nov 2006 02:25 PM
Copy file and retain last modified date Micky M. Windows XP Help 2 11th May 2004 11:28 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:27 AM.