feat: Snapshot and backup notifications — email/ntfy on restore #60
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Send email and ntfy notifications when:
Currently notifications only fire for backup creation (success/failure). Restore operations are equally important to audit trail.
Payload
Files
src/Engine/SnapshotEngine.php— call NotificationSender after createsrc/Engine/SnapshotRestoreEngine.php— call NotificationSender after restoresrc/Engine/RestoreEngine.php— call NotificationSender after restoresrc/Engine/NotificationSender.php— add snapshot/restore message templates