From: Andrew Tridgell Date: Wed, 1 Jul 1998 11:03:50 +0000 (+0000) Subject: - only keep a partial file if some literal data has been transferred, X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/fe055c718ab5f3813d4e8b070b8b72dd9c2e0076?hp=fe055c718ab5f3813d4e8b070b8b72dd9c2e0076 - 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 ---