From 823616d4558b1e6cf98e3fba4edaa68e9349557c Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Mon, 21 Oct 2019 15:46:19 +0200 Subject: [PATCH] wip --- zfs_autobackup | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zfs_autobackup b/zfs_autobackup index 6e26b3e..1e10731 100755 --- a/zfs_autobackup +++ b/zfs_autobackup @@ -262,7 +262,11 @@ class ExecuteNode: class ZfsDataset(): - """a zfs dataset (filesystem/volume/snapshot/clone)""" + """a zfs dataset (filesystem/volume/snapshot/clone) + Note that a dataset doesnt have to actually exist (yet/anymore) + Also most properties are cached for performance-reasons, but also to allow --test to function correctly. + + """ def __init__(self, zfs_node, name): """name: full path of the zfs dataset"""