mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-06-03 01:30:57 +03:00
Indent corrections and minor corrections for readability
This commit is contained in:
parent
ab6272a438
commit
d8007ec292
@ -480,8 +480,10 @@ for source_filesystem in source_filesystems:
|
|||||||
for send_snapshot in send_snapshots:
|
for send_snapshot in send_snapshots:
|
||||||
|
|
||||||
zfs_transfer(
|
zfs_transfer(
|
||||||
ssh_source=args.ssh_source, source_filesystem=source_filesystem, first_snapshot=latest_target_snapshot, second_snapshot=send_snapshot,
|
ssh_source=args.ssh_source, source_filesystem=source_filesystem,
|
||||||
ssh_target=args.ssh_target, target_filesystem=target_filesystem)
|
first_snapshot=latest_target_snapshot, second_snapshot=send_snapshot,
|
||||||
|
ssh_target=args.ssh_target, target_filesystem=target_filesystem
|
||||||
|
)
|
||||||
|
|
||||||
#now that we succesfully transferred this snapshot, the previous snapshot is obsolete:
|
#now that we succesfully transferred this snapshot, the previous snapshot is obsolete:
|
||||||
if latest_target_snapshot:
|
if latest_target_snapshot:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user