mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-06-15 02:22:06 +03:00
Update zfs-autobackup
This commit is contained in:
parent
4918a2c055
commit
f508e72f5e
@ -1447,7 +1447,7 @@ class ZfsNode(ExecuteNode):
|
|||||||
pools = {}
|
pools = {}
|
||||||
|
|
||||||
# collect snapshots that we want to make, per pool
|
# collect snapshots that we want to make, per pool
|
||||||
print(datasets)
|
self.debug(datasets)
|
||||||
for dataset in datasets:
|
for dataset in datasets:
|
||||||
if not dataset.is_changed_ours(min_changed_bytes):
|
if not dataset.is_changed_ours(min_changed_bytes):
|
||||||
dataset.verbose("No changes since {}".format(dataset.our_snapshots[-1].snapshot_name))
|
dataset.verbose("No changes since {}".format(dataset.our_snapshots[-1].snapshot_name))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user