Is there a way to do a file integrity check of zipped + encrypted + uploaded files?
Posted: Tue Feb 21, 2023 2:34 am
I backed up 1.5 TB of files to Backblaze B2 and I had them compressed + encrypted.
Now I want to do some kind of integrity checking/verification.
I would assume the process would do something like:
Now I want to do some kind of integrity checking/verification.
I would assume the process would do something like:
- Compress + encrypt the file locally
- Calculate the file hash
- Compare the local file hash with the hash of the compressed + encrypted file on Backblaze B2 (since B2 tells you file hash)