I'm using MySQL
, and to back up the banks, I'm using mysqldump
.
My question is if and how can I check if the file generated by the dump is intact automatically, without having to "upload" the dump into the bank?
I'm using MySQL
, and to back up the banks, I'm using mysqldump
.
My question is if and how can I check if the file generated by the dump is intact automatically, without having to "upload" the dump into the bank?
Take a look at this documentation, it may help you:
Checksum is a feature to check the integrity and authenticity of packages.