Displaying 1 result from an estimated 1 matches for "b1eeq1".
Did you mean:
1ee61
2006 May 18
1
Partial files left on SIGINT
...red failed to write 78 bytes [generator]: Broken
pipe (32)rsync error: error in rsync protocol data stream (code 12) at
io.c(1121) [generator=2.6.8]
> ls -l big_file
ls: big_file: No such file or directory
> ls -l .big_file*
-rw------- 1 jmitchell users 36700160 2006-05-18 16:36 .big_file.b1eEq1
This is I believe a partially transferred copy of .big_file. I would
have expected this to be deleted on the SIGINT, unless I had the
--partial flag set, which I do not.
If I run rsync again and allow it to complete fully without a SIGINT, I
get:
> ls -l big_file
-rw-r--r-- 1 jmitchell user...