New Features
-
Archive Detail Page — Click any recovery point in the repo view to see a full breakdown of that backup:
- Summary cards: file count, original/dedup size, dedup savings %
- File Changes: stacked progress bar + table showing Added, Modified, Unchanged counts with proper labels for all borg status codes (directories, symlinks, hardlinks, etc. shown separately)
- Largest Files: top 20 files by size with full path
- File Browser: tabbed interface (All / Added / Modified / Deleted / Unchanged) with search and server-side pagination via ClickHouse — handles backups with millions of files
- Deleted files detection: compared against the previous archive
- Backup directories and database backup info
-
Plan names in recovery points list — The repo detail page now shows the backup plan name above the raw archive name, making it easier to identify which plan created each recovery point.
All file stats are computed on-demand from ClickHouse, which handles analytical queries over millions of rows near-instantly.