Answer the question
In order to leave comments, you need to log in
How to check archived backups?
No wonder there is a saying that people are divided into those who do not make backups, who make backups and those who check backups. And how is it to “check backups”, if we are not talking about SQL databases that can be deployed and made sure that they work, but about a simple photo archive, for example?
There is a home Archive ~ 1TB.
I want to regularly make backups on two disks with my hands (to take one of them to work).
How to check if the backup was successful? How to make sure that half of the photos didn't lose pixels/bytes along the way?
Selectively check by hand? Or is there specialized software?
Or, for example, does Total Commander (or Acronis True Image) take care of the correctness of the backup when creating a backup? Or is there some other "checker"? Or are the tools mentioned enough?
Thanks in advance, I always choose Answer-solution.
Answer the question
In order to leave comments, you need to log in
Or, for example, does Total Commander (or Acronis True Image) take care of the correctness of the backup when creating a backup?No, verification takes time, if it were done automatically when copying each file, then copying would be slower, and no one wants this. Therefore, verification is a separate process, only if necessary.
A known problem is to write a program that will check the correctness of the backup, but who will check the verifier? write another program?
There is a good chance that if there is an error in the code for organizing and checking the backup, that it will be the file list accounting code, i.e. if you make a mistake in specifying what to back up (for example, you forgot to add a new directory), then the check scripts using the same list of files and directories as the backup scripts will not detect this.
Therefore, ultimately, you need to do it manually, not trusting your early settings.
ps on the topic, for example, if you use the popular winrar archiver, then it has the option to check the archive after archiving, as well as any file comparison or hash calculation utilities, the same md5sum (linux utility package can be obtained by installing cygwin)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question