cpverify verifies that a file or directory structure has been copied or burned without errors. That is, it ensures that the copied data is exactly the same as the original. This is done by calculating and comparing a cryptographic checksum using the MD5 message-digest algorithm on each file from the source and the copy destination.
| Tags | Filesystems |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux Unix |
| Implementation | Unix Shell bash |