Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Pfft, where's the fun in not figuring out why rsync in particular fails? Commented Apr 24, 2013 at 18:29
  • Sorry, I wasn't clear. Rsync specifically checks for files truncated during read and throws this error. Commented Apr 24, 2013 at 18:32
  • 4
    I'd presume they have this behaviour because until you actually read them, what's "there" is not absolutely certain; the read is really a request for dynamic information from the kernel. So the kernel does not try to give accurate details WRT to the file size, etc, in advance, and as you point out, rsync takes such a discrepancy as a bad sign. Commented Apr 24, 2013 at 19:19