Is it possible to verify backup data integrity?

Asked by Joshua

Is there a built in function to check the backup files for errors without actually having to restore them all?

Question information

Language:
English Edit question
Status:
Answered
For:
Déjà Dup Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Michael Terry (mterry) said :
#1

No. Though that's an interesting idea.

Revision history for this message
Aldo "xoen" Giambelluca (xoen) said :
#2

Yesterday I've moved my backups from a local partition to an external disk and I've used md5sum to check the files.

With this command you can create the checksums
md5sum * > CHECKSUM.txt

and with this you can check if files are OK
md5sum -c CHECKSUM.txt

Maybe deja-dup can create/update a checksums file to check backups, but the problem is if the files are corrupted and the checksums file is in the same drive it could be corrupted too (it could be signed...OK, sorry for the brainstorming :)).

Can you help with this problem?

Provide an answer of your own, or ask Joshua for more information if necessary.

To post a message you must log in.