From 20d5fe42826cdb7dc4b63ea297f6d50aae582711 Mon Sep 17 00:00:00 2001 From: timeshifter Date: Thu, 2 Dec 2021 15:10:54 +0100 Subject: [PATCH] add: todos --- zfs-backup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zfs-backup.py b/zfs-backup.py index d4dc4f9..f6b7b97 100755 --- a/zfs-backup.py +++ b/zfs-backup.py @@ -272,6 +272,7 @@ class ZFS: # -u File system that is associated with the received stream is not mounted. if not isinstance(pool, Pool): raise TypeError("Can only receive into pools.") + # TODO use internal functions check_output( [config.ZFS, "receive", "-d", "-F", "-u", pool.name], stdin=stream.stdout,