Back to Changelog
v1.0.349
Instant backup browsing at any size via manifest sidecars, plus a backup-cache security fix.
New Feature
1- Backups now write a small manifest sidecar at creation time, so browsing any backup (files, databases, mailboxes tabs) in the granular restore modal is instant regardless of backup size.
Improvements
2- Legacy backups without a manifest are indexed once in the background; the UI polls until the index is ready instead of timing out on huge backups.
- Added a disk-space guard before legacy backup indexing runs.
Bug Fixes
2- Concurrent browse requests for the same backup are now deduplicated, preventing duplicate extraction work.
- Manifest sidecars are now cleaned up automatically when a backup is deleted.
Security Fix
1- Password-protected backup index cache no longer serves cached content to requests with a missing or incorrect password.