From 865d9602d46b68f5e0f4aaea0117adad47ffe15a Mon Sep 17 00:00:00 2001 From: Edwin Eefting Date: Wed, 25 Sep 2024 15:49:16 +0200 Subject: [PATCH] wip: bookmarks. disable bookmarking if its not supported in on the pools --- zfs_autobackup/ZfsDataset.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zfs_autobackup/ZfsDataset.py b/zfs_autobackup/ZfsDataset.py index cf2f987..abc2626 100644 --- a/zfs_autobackup/ZfsDataset.py +++ b/zfs_autobackup/ZfsDataset.py @@ -1333,6 +1333,7 @@ class ZfsDataset: prev_target_snapshot.release() #bookmark common snapshot on source, or use holds if bookmarks are not enabled. + #NOTE: bookmark_written seems to be needed. (only 'bookmarks' was not enough on ubuntu 20) if 'bookmark_written' in features: source_snapshot.bookmark() else: