On 8/2/07, Matthias Schniedermeyer <[EMAIL PROTECTED]> wrote: > I have a single filesystem i don't mount noatime because mutt would work > very good otherwise.
IMHO, mutt is broken for relying on atimes because other programs reading the mailbox will cause mutt to miss new mail. It would be silly to solve the problem by demanding that all those programs use O_NOATIME. But that doesn't mean rsync shouldn't offer O_NOATIME... > Today, in a discussion about mkisofs, i learned that Linux since 2.6.8 > supports "O_NOATIME" as an option to open. (see "man 2 open") > > So how comes that rsync doesn't do that and/or there is no option to > switch on that behaviour? Nobody has bothered to implement it yet. It wouldn't be hard to do. Matt -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html