readme
This commit is contained in:
parent
df5fe4e07a
commit
cc78d632af
12
README.md
12
README.md
@ -1,9 +1,19 @@
|
|||||||
# chkbit
|
# chkbit
|
||||||
|
|
||||||
chkbit is a lightweight **bitrot detection tool**.
|
chkbit is a lightweight tool to check data integrity and to detect bitrot.
|
||||||
|
|
||||||
chkbit is independent of the file system and can help you detect bitrot on you primary system, on backups and in the cloud.
|
chkbit is independent of the file system and can help you detect bitrot on you primary system, on backups and in the cloud.
|
||||||
|
|
||||||
|
## TL;DR
|
||||||
|
|
||||||
|
Any cloud or local storage media can be affected by data corruption and/or bitrot. While some filesystems have built in protection, this protection is limited to the storage media.
|
||||||
|
|
||||||
|
chkbit will create an hash that follows your data from local media to cloud or backup. This enables you to verify the integrity of your data wherever it is moved.
|
||||||
|
|
||||||
|
- run chkbit on your system
|
||||||
|
- move the data to a new system (backup/restore)
|
||||||
|
- verify that everything is OK with chkbit
|
||||||
|
|
||||||
## What is bitrot?
|
## What is bitrot?
|
||||||
|
|
||||||
0 bits flipped | 1 bit flipped | 2 bits flipped | 3 bits flipped
|
0 bits flipped | 1 bit flipped | 2 bits flipped | 3 bits flipped
|
||||||
|
Reference in New Issue
Block a user