- only keep a partial file if some literal data has been transferred,
authorAndrew Tridgell <tridge@samba.org>
Wed, 1 Jul 1998 11:03:50 +0000 (11:03 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 1 Jul 1998 11:03:50 +0000 (11:03 +0000)
commitfe055c718ab5f3813d4e8b070b8b72dd9c2e0076
tree11cafe0f83c259c83452e3bcdbda386525649712
parent31f440e68b1a087093f1c34be1ad3444f911d7d9
- only keep a partial file if some literal data has been transferred,
this prevents a second interrupted transfer from reducing the size of
the transferred file.

- set SIGUSR1 to SIG_IGN early to prevent a race condition that
prevents the --partial code from working properly
rsync.c