Displaying 1 result from an estimated 1 matches for "pwag50".
Did you mean:
  flag50
  
2004 Apr 27
1
rsync-2.6.1 close() fixes
hi.
return value of close() (receiver.c) is ignored.
when running out of quota on NFS (for example),
this can happen (without the patch):
output file(s) is/are truncated to 0 bytes and rsync reports success.
with the fix, this happens:
close "/home/luser/.test.mp3.PwaG50": Disc quota exceeded
rsync error: error in file IO (code 11) at receiver.c(464)
...
...and additionally, test.mp3 is not zapped to 0 bytes.
to be REALLY sure, also fsync() should be used, but that's really
bad for performance if you are transferring _many_ files.
-f and --fsync options a...