If the checksum comparison succeeds, but the backup itself fails, the failure will no longer be visible after the next run since it will skip the backup.
This can happen if SCP is administratively disabled on the device.
We should only save the checksum if the backup succeeded:
If the checksum comparison succeeds, but the backup itself fails, the failure will no longer be visible after the next run since it will skip the backup.
This can happen if SCP is administratively disabled on the device.
We should only save the checksum if the backup succeeded:
https://github.com/leoluk/configmaster/blob/6dc29d380b06f83718e5fd290459b38051353e1a/configmaster/management/handlers/config_backup.py#L135
(Ref: T270)