mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-11 22:40:01 +03:00
fix
This commit is contained in:
parent
97cb8d63dc
commit
8062de3d2c
@ -369,6 +369,8 @@ for source_filesystem in source_filesystems:
|
||||
ssh_target=args.ssh_target, target_filesystem=target_filesystem)
|
||||
|
||||
#update target_snapshot list for later cleanup
|
||||
if not target_filesystem in target_snapshots:
|
||||
target_snapshots[target_filesystem]=[]
|
||||
target_snapshots[target_filesystem].append(send_snapshot)
|
||||
|
||||
latest_target_snapshot=send_snapshot
|
||||
|
Loading…
x
Reference in New Issue
Block a user