ntbackup? you can restore it with the original attributes...
Good Luck,
Main Topics
Browse All Topicshi
is it possible to make an identical copy of any file in windows xp. through the command prompt if not through windows explorer.
for example, if should have identical security settings, the created, modified, accessed dates should be identical to the original, the attributes should be the same, the groups and user names assigned to the sucurity should be the same and so on.
is this possible?
thanks
narmi2
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
i doubt the part about the accesstime. any program which actually accesses the copy automatically updates its accesstime - thus your copy would automatically always get the time when it was made, since it is accessed by at least one handle.
identical copies will also be problematic when it comes down to NTFS-features like sparsing, compression or else.
btw: do you really want to have "copies" or do you want to have the same files just on another logical place? the last one could be solved with reparse links (to unix guys known as "symlinks"). this wouldnt waste any additional harddisk space but would serve the identical file (and of course - if you modify it you will also modify all the others aswell)
Business Accounts
Answer for Membership
by: sunnycoderPosted on 2006-12-07 at 04:58:23ID: 18092627
Hi narmi2,
ocopyXP.ht ml
Use robocopy
http://www.ss64.com/nt/rob
robocopy /copy:datsou will copy
(D=Data, A=Attributes, T=Timestamps).
(S=Security=NTFS ACLs, O=Owner info, U=aUditing info).
you can also check other options at the link above
Cheers!
sunnycoder