From: Wayne Davison Date: Sat, 5 Mar 2005 18:58:42 +0000 (+0000) Subject: - When --max-delete is exceeded, we now count how many deletions X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/f75a53e71b584bd1398271629bd021f107881082?hp=f75a53e71b584bd1398271629bd021f107881082 - When --max-delete is exceeded, we now count how many deletions would have happend, warn about the number skipped, and set io_error to IOERR_DEL_LIMIT. - When dry_run > 1 (which indicates that the destinationdir is missing), skip deletions in that dir. This fixes a bug in a copy that is creating the destination dir w/--delete enabled. ---