From: Wayne Davison Date: Sat, 12 Feb 2005 21:18:58 +0000 (+0000) Subject: When --dry-run is set, note when a directory is missing and avoid X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/df337831dc608129812d06e9bb6e7e384fa48926?hp=df337831dc608129812d06e9bb6e7e384fa48926 When --dry-run is set, note when a directory is missing and avoid trying to stat() any items inside that dir's hierarchy. This fixes a bug where a symlink to a dir getting replaced by a dir with identical contents to the dir at the other end of the symlink would not report the updated files in the new hierarchy. (See bug #1673) ---