Best way to have 2 offline drives stay the same
I want to have a set of backup drives for important info that I can keep offline, but am not sure of the best way to make sure they stay good. I was thinking of maybe using zfs due to built in checksum but wanted them to be accessible in windows so that was no longer an option.
I was thinking of using freefilesync to make sure they are both equal, but that doesn't cover the issue of if one copy is incorrect, so I was thinking to also create a checksum of all the files and would be abke to use that to check for correctness on a conflict. The only problem with this is that I would then need to maintain a correct list of hashes else I woukd have to rehash them every time which would be slow for large changes or have to manually add ned hashes and remove old ones.
Is there an all in one solution that exists that could do this or is it always going to be tedious to do and maintain?