OneLinersCommand workbench
Verified diagnostic signature

rsync failed completely or produced a partial transfer.

Match output from rsync, understand the likely cause, then continue with sourced, read-only checks.

Confidence
high
Platforms
linux · macos
Verified
2026-07-24
Recognized output

Signature matched locally

rsync error: error in socket IO

OneLiners matches this pattern in your browser. Your pasted output is not stored or indexed.

Likely causes

What usually produces this signal

  1. Transport interruption
  2. Path or permission failure
  3. Source changed during transfer
  4. Storage exhaustion
Safe next checks

Collect evidence before changing the system

01

Preview an rsync transfer to a remote host

rsync -avhn --itemize-changes <source> <username>@<host>:<remote-destination>

The output matches the expected target and exits without an error.

02

Preview an rsync mirror that would delete extra destination files

rsync -avhn --delete --itemize-changes <source> <destination>

The output matches the expected target and exits without an error.