Bit-perfect backups


I use DBPoweramp to rip my CD's to PC, which makes multiple passes to ensure bit-for-bit accurate copy. Now I want to back up the files to NAS. Will Windows copy the files bit-perfect? If not, is there a tool to ensure error-free backup?
77jovian
Windows copy will work but will take a long time to copy large libraries completely. Backup software will backup only new or changed files which is faster. I have Seagate drives that each comes with reliable backup software pre-installed that I would recommend.
I'll second Mapman's comments. Regarding file copies being bit-perfect, hard drives are very reliable in terms of data integrity these days, and employ sophisticated error detection and correction algorithms to detect errors, and correct them bit perfectly. If undetected and uncorrected errors occurred with any regularity, word documents, financial spreadsheets, jpg pictures, and all kinds of other files would get messed up at times as a result of being copied within a drive or between drives.

But if you want to go to the trouble of verifying that, you can use a program which computes file "checksums," and compare the checksum of the original file and the copy. Some programs which do that are listed here.

Also, the following statement from this Wikipedia writeup is of interest:
Only a tiny fraction of the detected errors ends up as not correctable. For example, specification for an enterprise SAS disk (a model from 2013) estimates this fraction to be one uncorrected error in every 10^16 bits [ten raised to the 16th power],[36] and another SAS enterprise disk from 2013 specifies similar error rates.[37] Another modern (as of 2013) enterprise SATA disk specifies an error rate of less than 10 non-recoverable read errors in every 10^16 bits.[38] An enterprise disk with a Fibre Channel interface, which uses 520 byte sectors to support the Data Integrity Field standard to combat data corruption, specifies similar error rates in 2005.[39]

The worst type of errors are those that go unnoticed, and are not even detected by the disk firmware or the host operating system. These errors are known as silent data corruption, some of which may be caused by hard disk drive malfunctions.[40]
Roughly speaking, 10^16 bits is around 1,000 terabytes(!). And presumably most of that tiny handful of uncorrected errors which may occur in copying 1,000 terabytes (far more data than most of us are likely to copy in our lifetime) would be detected, and an error indication provided to the user.

Regards,
-- Al
Go to distrowatch.com and download Clonezilla. They just released a new version today, so its the first thing you see when you get to the website. Assuming you have a 64 bit computer, get the amd64 version. Its made to do just what you are asking for.