And these options of rsync are supposed to ignore files and directories whose
only change is timestamp. Or, in other words, they change rsync algorithm for
finding new files from "if size or timestamp is different, then file has changed"
to "if size is different, then file has changed".
If you have directory of size X, and then add file and remove it, then you
still have directory of size X. And since rsync compares only size, it will
think that directory has not been changed - and skip it.
At least theoretically, because I did not check it.
And, after all, I don't know if Enda even uses rsync for her backups, so my
point may be irrelevant.