From: Wayne Davison Date: Sat, 11 Feb 2006 02:37:58 +0000 (+0000) Subject: Mention the ignoring of SIGXFSZ. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/71a84cbab0dc4995ff921b5ec5ad06af5962da5a Mention the ignoring of SIGXFSZ. --- diff --git a/NEWS b/NEWS index c73fe167..58cf32b5 100644 --- a/NEWS +++ b/NEWS @@ -87,6 +87,9 @@ Changes since 2.6.6: - Got rid of the need for --force to be used in some circumstances with --delete-after (making it consistent with --delete-before/-during). + - Rsync now ignores the SIGXFSZ signal, just in case your OS sends this + when a file is too large (rsync handles the write error). + ENHANCEMENTS: - Added the --append option that makes rsync append data onto files that