(bugfix) Measure incomplete snapshot data from disk #70

Merged
parkel merged 1 commits from issue-69-data-overview-incomplete-sizes into master 2026-05-28 21:34:23 +02:00
Owner

Summary

  • Measure incomplete snapshot sizes from disk even when stale metadata exists.
  • Add unique/non-hardlinked apparent data totals to backup data summaries.
  • Show unique data in dashboard and host detail storage blocks.
  • Add tests for stale incomplete metadata and hardlink-aware totals.

Tests

  • .venv/bin/python manage.py test src.pobsync_backend --verbosity 2
  • .venv/bin/python manage.py check
  • git diff --check

Closes #69

## Summary - Measure incomplete snapshot sizes from disk even when stale metadata exists. - Add unique/non-hardlinked apparent data totals to backup data summaries. - Show unique data in dashboard and host detail storage blocks. - Add tests for stale incomplete metadata and hardlink-aware totals. ## Tests - `.venv/bin/python manage.py test src.pobsync_backend --verbosity 2` - `.venv/bin/python manage.py check` - `git diff --check` Closes #69
parkel added 1 commit 2026-05-28 21:33:45 +02:00
Use filesystem usage for incomplete snapshots instead of trusting potentially
stale metadata, and expose unique non-hardlinked data totals for completed
snapshots.

Update dashboard and host storage summaries so incomplete data is visible and
complete snapshot totals distinguish allocated and unique data.
parkel merged commit 41ceab5a40 into master 2026-05-28 21:34:23 +02:00
parkel deleted branch issue-69-data-overview-incomplete-sizes 2026-05-28 21:34:23 +02:00
Sign in to join this conversation.