Merge pull request #62 from dkew8/master

debug in zfs-autobackup
This commit is contained in:
DatuX 2021-01-17 11:28:13 +01:00 committed by GitHub
commit 6e0664ad8e
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))