From c06c4bc063bfe3b3640e3c227ccb25ed86631f06 Mon Sep 17 00:00:00 2001 From: DatuX Date: Tue, 8 Mar 2022 18:59:32 +0100 Subject: [PATCH] Updated zfs check (markdown) --- zfs-check.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zfs-check.md b/zfs-check.md index c36d1ac..a5c28a2 100644 --- a/zfs-check.md +++ b/zfs-check.md @@ -9,9 +9,9 @@ pip install zfs-autobackup --pre --upgrade ## 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?