Dashboard: Last Backup Timestamp Tracking #14

Open
opened 2025-10-29 19:44:56 -07:00 by peterwood · 0 comments
Owner

Originally created by @acedanger on GitHub (May 29, 2025).

🕒 Last Backup Timestamp Tracking

Description

Implement a tracking system to monitor when each backup service was last executed successfully.

Requirements

  • Track last backup timestamp for each service:
    • Plex backup system
    • Immich backup system
    • Media services backup
    • Environment files backup
    • Crontab backup system
  • Store timestamps in a central location (JSON or database)
  • Display human-readable "last backup" information
  • Integrate with existing logging infrastructure

Visual Status Indicators

🟢 < 24 hours    🟡 24-48 hours    🔴 > 48 hours    🔄 In Progress    ⏸️ Paused

Implementation Notes

  • Leverage existing JSON performance logs in /logs/ directory
  • Integrate with current webhook notification system
  • Support both CLI and dashboard display formats

Priority

📝 Medium - Nice to have feature

Labels

  • enhancement
  • backup-system
  • monitoring
  • dashboard
Originally created by @acedanger on GitHub (May 29, 2025). # 🕒 Last Backup Timestamp Tracking ## Description Implement a tracking system to monitor when each backup service was last executed successfully. ## Requirements - [ ] Track last backup timestamp for each service: - Plex backup system - Immich backup system - Media services backup - Environment files backup - Crontab backup system - [ ] Store timestamps in a central location (JSON or database) - [ ] Display human-readable "last backup" information - [ ] Integrate with existing logging infrastructure ## Visual Status Indicators ``` 🟢 < 24 hours 🟡 24-48 hours 🔴 > 48 hours 🔄 In Progress ⏸️ Paused ``` ## Implementation Notes - Leverage existing JSON performance logs in `/logs/` directory - Integrate with current webhook notification system - Support both CLI and dashboard display formats ## Priority 📝 Medium - Nice to have feature ## Labels - enhancement - backup-system - monitoring - dashboard
peterwood added the backup-systemmonitoringdashboardenhancement labels 2025-10-29 19:44:56 -07:00
Sign in to join this conversation.