- Sep 14, 2002
- 2,470
- 1
- 81
I'm currently working on a project now which requires me to identify various copying utilities that allow exact replication of data. Specifically, I'm interested in a tool that does the following:
1) Makes bit by bit copies of files/folders from one location to another
2) Preserves all metadata (Created, Accessed and Modified Dates)
3) Verifies the copy on a hash level (hashes the source, hashes the destination and compares) as well as on a filecount level
Right now, the tools that i'm aware of that make bit by bit copies are Robocopy and XXCopy. However, I don't believe either tool verifies the copy on a Hash/CRC level. Any suggestions on other copy tools?
1) Makes bit by bit copies of files/folders from one location to another
2) Preserves all metadata (Created, Accessed and Modified Dates)
3) Verifies the copy on a hash level (hashes the source, hashes the destination and compares) as well as on a filecount level
Right now, the tools that i'm aware of that make bit by bit copies are Robocopy and XXCopy. However, I don't believe either tool verifies the copy on a Hash/CRC level. Any suggestions on other copy tools?