From eaa4ed570978324d1234b912e825383f8317c28f Mon Sep 17 00:00:00 2001 From: timeshifter Date: Sat, 4 Dec 2021 23:23:21 +0100 Subject: [PATCH] reworded todo --- zfs-backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zfs-backup.py b/zfs-backup.py index 37a11b5..28a5687 100755 --- a/zfs-backup.py +++ b/zfs-backup.py @@ -31,7 +31,7 @@ def main(): # TODO tests # TODO docstrings # TODO --skip-import -# TODO --skip-post-backup-scrub +# TODO skip post-backup scrub if nothing was sent (except when pre-scrub was also skipped) # TODO print time estimation while scrub is in progress # TODO logging # TODO type hints