fix
This commit is contained in:
@ -374,7 +374,7 @@ for source_filesystem in source_filesystems:
|
|||||||
|
|
||||||
#target snapshots that come BEFORE last target snapshot are obsolete
|
#target snapshots that come BEFORE last target snapshot are obsolete
|
||||||
latest_target_index=target_snapshots[target_filesystem].index(latest_target_snapshot)
|
latest_target_index=target_snapshots[target_filesystem].index(latest_target_snapshot)
|
||||||
target_obsolete_snapshots[target_filesystem]=target_snapshots[target_filesystem][0:latest_source_index]
|
target_obsolete_snapshots[target_filesystem]=target_snapshots[target_filesystem][0:latest_target_index]
|
||||||
else:
|
else:
|
||||||
#initial mode, send all snapshots, nothing is obsolete:
|
#initial mode, send all snapshots, nothing is obsolete:
|
||||||
latest_target_snapshot=None
|
latest_target_snapshot=None
|
||||||
|
|||||||
Reference in New Issue
Block a user