Updated zfs check (markdown)
@ -9,9 +9,9 @@ pip install zfs-autobackup --pre --upgrade
|
|||||||
|
|
||||||
## What does it do?
|
## What does it do?
|
||||||
|
|
||||||
zfs-check is a tool to generate checksum streams from a zfs datasets. (it also can be used on regular block devices and files)
|
zfs-check is a tool to generate checksum streams from zfs datasets. (it also can be used on regular block devices and files)
|
||||||
|
|
||||||
Its kind of like sha1sum but incremental: It generates a sha1 hash per "chunk" of data. This allows you to use it on huge datasets and only do a partial check of the data.
|
Its kind of like sha1sum, but incremental: It generates a sha1 hash per "chunk" of data. This allows you to use it on huge datasets and only do a partial checks of the data.
|
||||||
|
|
||||||
## Why?
|
## Why?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user