- Check context.Done() before starting each database backup - Gracefully cancel ongoing backups on Ctrl+C/SIGTERM - Log cancellation and exit with proper error message - Signal handling already exists in main.go (signal.NotifyContext)
- Check context.Done() before starting each database backup - Gracefully cancel ongoing backups on Ctrl+C/SIGTERM - Log cancellation and exit with proper error message - Signal handling already exists in main.go (signal.NotifyContext)