Comment on Is bit rot really a threat that I should worry about?
synthsalad@mycelial.nexus 1 year ago
Nightly automated runs of the chkbit script is the only thing that alerted me to the fact that either the SSD or disk controller in my Mac Mini had issues and was corrupting data. I was very thankful to have already had the automation in place for that exact scenario.
It theoretically shouldn’t be necessary for filesystems that have built-in checksumming.
RoyalEngineering@lemmy.world 1 year ago
Can you post your scripts?
synthsalad@mycelial.nexus 1 year ago
This is what I use, will work with any filesystem (it writes hashes in hidden/dot files) and on any OS as long as Python is available: pypi.org/project/chkbit/
It runs ahead of my nightly backup. If it fails, the backup won’t proceed.