On Thursday 5 September 2024 11:53:16 BST Dale wrote:
I made my backups last weekend. I'm sure it was working fine then.
After all, it would have failed to compile packages if it was bad. I'm
thinking about checking against that copy like you mentioned but I have
other files I've added since then. I figure if I remove the delete
option, that will solve that. It can't compare but it can leave them be.
Use rsync with:
--checksum
and
--dry-run
Then it will compare files in situ without doing anything else.
If you have a directory or only a few files it is easy and quick to run.
You can also run find to identify which files were changed during the period
you were running with the dodgy RAM. Thankfully you didn't run for too long
before you spotted it.