mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-15 22:50:32 +03:00
Fix missing :
This commit is contained in:
parent
3f1696024e
commit
a331dab20f
@ -218,7 +218,7 @@ class ZfsNode(ExecuteNode):
|
||||
# create consistent snapshot per pool
|
||||
for (pool_name, snapshots) in pools.items():
|
||||
cmd = ["zfs", "snapshot"]
|
||||
for snapshot_property in set_snapshot_properties
|
||||
for snapshot_property in set_snapshot_properties:
|
||||
cmd += ['-o', snapshot_property]
|
||||
|
||||
cmd.extend(map(lambda snapshot_: str(snapshot_), snapshots))
|
||||
|
Loading…
x
Reference in New Issue
Block a user