I'm running 11.10 and did a backup with the default program titled "Backup" (Deja Dup).
How can I know that it backed up my files correctly / completely?
I'm running 11.10 and did a backup with the default program titled "Backup" (Deja Dup).
How can I know that it backed up my files correctly / completely?
Update Deja-dup to 24.x or latest release.
In later version of 23.x they have added integrity check feature.
Have a look this link. https://bugs.launchpad.net/deja-dup/+bug/1055356
After every backup, we make a small check to confirm we can restore a test file. And every two months, we make a more intensive check.
as bodhi.zazen explained, the best way would be to restore the backup on a test environment. Then, I suggest you to store somekind of checksum database of your backups after the restoration test
md5deep -r -l DIR > DIR.md5sum
. Check all .md5sum files of a directory with md5sum -c --quiet *.md5sum
.
– sulai
Feb 07 '16 at 22:21
deja-dup --version
– Akash Shende May 09 '13 at 14:55