NaPs / Marty

An efficient backup tool inspired by Git, saving your bandwidth and providing global deduplication at file level.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement check on storage pool

NaPs opened this issue · comments

Implement a check on storage pool in order to detect file corruption. As objects in pool are named by their own sha1 digest, the algorithm is as simple as iterating over each object in storage, recompute the sha1 digest and compare it with the object name.