Displaying 1 result from an estimated 1 matches for "xbvfof".
Did you mean:
xbiff
2015 Mar 11
1
[Bug 11151] New: rsync transfers entire source file even when unable to create destination
...the file, but the whole 2TB was
still read from NFS - hence it took ~6 hours for the command to fail!
The issue is easy to replicate, here with a smaller (4.4GB) file:
$ time rsync /nfs/testfile /etc/dontcare
<< hangs at this point for 16 seconds >>
rsync: mkstemp "/etc/.dontcare.xBvfOf" failed: Permission denied (13)
rsync error: some files/attrs were not transferred (see previous errors) (code
23) at main.c(1070) [sender=3.0.9]
real 0m16.102s
user 0m19.213s
sys 0m7.396s
You can observe the same problem with a local source file (i.e. not involving
NFS), although i...