From 3155702c4713c8fc48e84f5c435df5286bea78ce Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Tue, 4 Apr 2023 16:48:57 +0200 Subject: [PATCH] doc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d65f3b..3d336bb 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ An important feature that's missing from other tools is a reliable `--test` opti * Automatic resuming of failed transfers. * Easy migration from other zfs backup systems to zfs-autobackup. * Gracefully handles datasets that no longer exist on source. -* Complete and clean logging. +* Complete and clean logging. +* All code is regression tested against actual ZFS environments. * Easy installation: * Just install zfs-autobackup via pip. * Only needs to be installed on one side.