mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-13 22:47:12 +03:00
Update zfs-autobackup
This commit is contained in:
parent
4918a2c055
commit
f508e72f5e
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user