How identical folders & files copies?

  • Thread starter Thread starter Hendrik
  • Start date Start date
H

Hendrik

I want to copy folders & files from CD to HD, maintaining the exact,
same date/time stamp. The COPY-command is useless in that respect.

Any freeware that does the trick?
 
I want to copy folders & files from CD to HD, maintaining the exact,
same date/time stamp. The COPY-command is useless in that respect.

Any freeware that does the trick?

As in most 'copy cases', the free version of xxcopy should do the trick:
Look at http://www.xxcopy.com/xxcopy01.htm for syntax. You'll need the
switches /E /TCA /TCC /TCW. But maybe you want to use some other, too.

HTH.
BeAr
 
B. R. 'BeAr' Ederson said:
As in most 'copy cases', the free version of xxcopy should do the trick:
Look at http://www.xxcopy.com/xxcopy01.htm for syntax. You'll need the
switches /E /TCA /TCC /TCW. But maybe you want to use some other, too.

HTH.
BeAr

Thanks a lot. I'll give it a try.

At first glance Xxcopy is still creating a new date & time stamp for the
destination folders/directories. What I want is a 100% identical copy of
the source (CD) on the destination (HD-partition).

Maybe cloning/duplicating is what I am looking for.
 
As in most 'copy cases', the free version of xxcopy should do the trick:
Look at http://www.xxcopy.com/xxcopy01.htm for syntax. You'll need the
switches /E /TCA /TCC /TCW. But maybe you want to use some other, too.
[...]
At first glance Xxcopy is still creating a new date & time stamp for the
destination folders/directories. What I want is a 100% identical copy of
the source (CD) on the destination (HD-partition).

Hm, xxcopy shouldn't use the actual date/time with the afore mentioned
switches. I tried it on W2k and it worked like intended.
Maybe cloning/duplicating is what I am looking for.

The /clone switch is just a shortcut for: /KS/H/E/R/Q/Y/BI/ZY/ZE/oD0.
None of these switches acts like you want. But maybe you should use /ZE
to ensure, you don't use some 'background' switch due to environment
settings...

BeAr
 
B. R. 'BeAr' Ederson said:
message: <[email protected]>
As in most 'copy cases', the free version of xxcopy should do the trick:
Look at http://www.xxcopy.com/xxcopy01.htm for syntax. You'll need the
switches /E /TCA /TCC /TCW. But maybe you want to use some other, too.
[...]
At first glance Xxcopy is still creating a new date & time stamp for the
destination folders/directories. What I want is a 100% identical copy of
the source (CD) on the destination (HD-partition).

Hm, xxcopy shouldn't use the actual date/time with the afore mentioned
switches. I tried it on W2k and it worked like intended.
Maybe cloning/duplicating is what I am looking for.

The /clone switch is just a shortcut for: /KS/H/E/R/Q/Y/BI/ZY/ZE/oD0.
None of these switches acts like you want. But maybe you should use /ZE
to ensure, you don't use some 'background' switch due to environment
settings...

It takes me too much time, playing around with my computer in this
respect. It's obvious: what I want is not possible, in fact there's no
demand for it. So I quit.
 
It takes me too much time, playing around with my computer in this
respect. It's obvious: what I want is not possible, in fact there's no
demand for it. So I quit.

Xxcopy didn't work??! What OS have you tried it on? Because everything
tested okay for me with W2k I maybe got your aims wrong. The switches
I told you *should* have worked:

/E Copies directories and subdirectories, including empty ones.
/TCA Copies the timestamp of Last Access fm src to dst.
/TCC Copies the timestamp of Create Time fm src to dst.
/TCW Copies the Last Write time fm src to dst (default).
/ZE Disables the use of all Environment Variables for XXCOPY.

Sorry, I couldn't help more...
BeAr
 
B. R. 'BeAr' Ederson said:
Xxcopy didn't work??! What OS have you tried it on? Because everything
tested okay for me with W2k I maybe got your aims wrong. The switches
I told you *should* have worked:

/E Copies directories and subdirectories, including empty ones.
/TCA Copies the timestamp of Last Access fm src to dst.
/TCC Copies the timestamp of Create Time fm src to dst.
/TCW Copies the Last Write time fm src to dst (default).
/ZE Disables the use of all Environment Variables for XXCOPY.

Sorry, I couldn't help more...
BeAr


Sorry, I should be more specific.

I want to create an identical copy of a particular CD, let's say my
Windows 98 SE installation CD, on a empty partition of my harddisk.

As far as I can see, Xxcopy fails on two points. In the first place
Xxcopy doesn't make an exact copy of the folders/directories -- names
not contents(!) -- but creates new ones on the HD-partition with the
current date/time stamp. Second, Xxcopy changes the Accessed part of the
date/time stamp -- files not folders(!) -- from "(unknown)" to the
current date/time stamp. That means a 98% copy, not an identical one.

What I need is a sector-by-sector copier, cloner or duplicator like
Norton Ghost. However, Ghost, apart from the bootdisk misery, doesn't
clone from CD to HD-partition.

So it looks I am stuck.

Thanks BeAR!
 
As far as I can see, Xxcopy fails on two points. In the first place
Xxcopy doesn't make an exact copy of the folders/directories -- names
not contents(!)

?? Maybe a charset problem?
-- but creates new ones on the HD-partition with the
current date/time stamp.

Should only occur for 'last accessed' entries.
Second, Xxcopy changes the Accessed part of the
date/time stamp -- files not folders(!) -- from "(unknown)" to the
current date/time stamp.

There is no 'last accessed' field on CD. That's why there has to be a
difference after copy. Maybe xxcopy should provide a switch to set
'dest: last accessed' according to 'src: last modified' or 'src: created'.
That means a 98% copy, not an identical one.

Right. ;-)
What I need is a sector-by-sector copier, cloner or duplicator like
Norton Ghost. However, Ghost, apart from the bootdisk misery, doesn't
clone from CD to HD-partition.

If you want to be able to restore a ~100 % identical *image*, you sure
should use imaging software. ;-)

Maybe:
http://www.geocities.com/ddumpfrontend/

The resulting *.iso is standardized. So you should find some other progs
to view, 'mount' or 're-burn' it.

Look there:
http://cdmage.orcon.net.nz/frames.html
http://www.daemon-tools.cc/portal/portal.php
--> Attn: I use the TotalCmd with ISO-Plugin; that's why I can't say
much about Daemon tools.
http://www.demosten.com/cdrfe/
--> I don't use this either. But it was recommended here not long ago.

Best wishes
BeAr
 
Back
Top