No notification system for backup failures #17
Loading…
Reference in New Issue
Block a user
No description provided.
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?
No notification system for backup failures
Priority: Medium
Component: cli.py, backup.py
Type: Feature
Description
If a backup fails (especially when run via cron), there's no mechanism to notify the user. Silent failures could lead to discovering weeks later that backups haven't been working.
Proposed Solution
Add optional notification support:
Email notifications
Webhook notifications
Log to syslog
Integration with monitoring tools (healthchecks.io, UptimeRobot, etc.)
Could be configured in the config file (Issue #12).
Impact
Medium - Important for production/automated deployments.