Re: old burned cd file in wav
"Jerry Baker jbaker6953-/[email protected] [EAC]" <[email protected]> Thu, 1 Oct 2020 10:14:13 -0700
| Newsgroups | gmane.comp.audio.eac.user |
|---|---|
| Message-ID | <[email protected]> |
I like to do a recursive md5sum (or sha256sum):
find * -name *.flac -exec md5sum {} ; > flacmd5_20201001.txt
The resulting file is portable. I can take it to any mirror of my music
and use "md5sum -c flacmd5_20201001.txt" to verify that mirror is
identical to the other. An added bonus is that it's a snapshot in time
so I can verify that the files are the same today as they were last year.
On 10/1/2020 9:46 AM, Fred Maxwell [email protected] [EAC] wrote:
> diff -rqx '.*’ directory1/ directory2/
>
> {I’m assuming that you have at least two copies of your music collection
> and that you have diff}
>
> > so it's very much a deal breaker for me. It took me 18 months to get
> all my CDs online, which made me pretty fussy about it.
>
> How many bit flips within FLAC files has your code detected?
>
> If you’re seeing bit flips in files, whether FLAC, executable, OS, or
> anything else, you have issues with your storage subsystem that need to
> be addressed.
>
> My music (primarily in ALAC) is stored on a eight drive RAID-6 NAS that
> performs regular scrubbing (parity checking). I have confidence in the
> data integrity of all files stored on that NAS, including the music
> files. Of course, that is not my only copy of my music (or any other files).
>
> Regards,
> Fred Maxwell
> Moderator, Exact Audio Copy Yahoogroup