From: Andrew Tridgell Date: Fri, 17 Apr 1998 06:07:23 +0000 (+0000) Subject: revamped the -delete code. The last few bugs with it revealed that it X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/3333ffbd431e6164fe29b096ab67ff0cfda35a56?hp=3333ffbd431e6164fe29b096ab67ff0cfda35a56 revamped the -delete code. The last few bugs with it revealed that it had a fundamental flaw in the way it detected duplicate deletion scanning (which is very important when -R is used). I now store inode/device numbers and use those to do the detection. This should be a much less fragile method. ---