Skip to content

fix: daemon upload delete stats#954

Open
steadytao wants to merge 1 commit into
RsyncProject:masterfrom
steadytao:fix/daemon-delete-stats
Open

fix: daemon upload delete stats#954
steadytao wants to merge 1 commit into
RsyncProject:masterfrom
steadytao:fix/daemon-delete-stats

Conversation

@steadytao
Copy link
Copy Markdown

Fixes #848 by changing daemon uploads reporting deleted files as zero in the final --stats summary.

When a daemon upload deletes destination-side files, the generator side already increments the deletion counters and itemised output can show *deleting. However, the delete-stats message could be skipped because it was gated on the daemon side's local stats info level rather than on whether delete handling was active.

This sends delete stats whenever delete handling is active, preserving the existing protocol-version and read-batch boundaries.

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.

Stats reports zero deleted files

1 participant