rocksdb/utilities/backupable
Lei Jin 9dc29414e3 add checksum for backup files
Summary: Keep checksum of each backuped file in meta file. When it restores these files, compute their checksum on the fly and compare against what is in the meta file. Fail the restore process if checksum mismatch.

Test Plan: unit test

Reviewers: haobo, igor, sdong, kailiu

Reviewed By: igor

CC: leveldb, dhruba

Differential Revision: https://reviews.facebook.net/D15381
2014-01-28 09:43:36 -08:00
..
backupable_db_test.cc add checksum for backup files 2014-01-28 09:43:36 -08:00
backupable_db.cc add checksum for backup files 2014-01-28 09:43:36 -08:00