Skip to content

fix: preserve complete filenames in restore previews - #6710

Merged
atomantic merged 1 commit into
mainfrom
claim/issue-6708
Sep 9, 2026
Merged

fix: preserve complete filenames in restore previews#6710
atomantic merged 1 commit into
mainfrom
claim/issue-6708

Conversation

@atomantic

Copy link
Copy Markdown
Owner

Summary

Restore previews now preserve complete filenames when rsync splits stdout across chunks, including UTF-8 characters and a final line without a newline. The existing shared line reader replaces the chunk-local splitter while retaining itemized-line filtering and exit-code handling.

Test plan

  • New restoreSnapshot regression failed on the original implementation and passes with the fix.
  • Backup service, backup routes, and stream reader suites: 148 tests passed.
  • Optional Claude local review at medium effort: CLEAN.

Closes #6708

@atomantic
atomantic merged commit f900d77 into main Sep 9, 2026
7 checks passed
@atomantic
atomantic deleted the claim/issue-6708 branch September 9, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[simplify-backup-rsync-lines] Reuse the shared line reader for restore previews

1 participant