Update zfs-autobackup

This commit is contained in:
dkew8 2021-01-01 14:54:22 -06:00 committed by GitHub
parent 4918a2c055
commit f508e72f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1447,7 +1447,7 @@ class ZfsNode(ExecuteNode):
pools = {}
# collect snapshots that we want to make, per pool
print(datasets)
self.debug(datasets)
for dataset in datasets:
if not dataset.is_changed_ours(min_changed_bytes):
dataset.verbose("No changes since {}".format(dataset.our_snapshots[-1].snapshot_name))