revamped the -delete code. The last few bugs with it revealed that it
authorAndrew Tridgell <tridge@samba.org>
Fri, 17 Apr 1998 06:07:23 +0000 (06:07 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 17 Apr 1998 06:07:23 +0000 (06:07 +0000)
commit3333ffbd431e6164fe29b096ab67ff0cfda35a56
treee9ae1940f45bfa344172698685439920fca36c0c
parenta16bbc3990cc3c9ef1228508246f9f6840d9ffa2
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.
flist.c
rsync.c
rsync.h