Aha, I think I answered my own question. Unfortunately, it appears that the max verbosity setting is a global parameter that can't be in a module area. That might be something to change in the future, or at least make clear in the docs.
Also, speaking of messages, when running with -vn I can't seem to figure a way to suppress the non-file messages. It always wants to show: building file list ... done sent 6999 bytes received 16 bytes 14030.00 bytes/sec total size is 423894309 speedup is 60426.84 I just want ONLY the files to be transferred to be given back on stdout, so I can get a good approximation of the total bytes to be transferred to display in a higher level UI. I can include code to try to ignore the additional messages, but that seems kludgy and will break if the messages ever change. Evan On Tue, 19 Jul 2005, Evan Harris wrote: > When running rsync in daemon mode, is there a way to suppress > server-excluded messages in the logfile? I've tried setting both of > > max verbosity = 0 > transfer logging = no > > but they are still showing up. Rsync 2.6.5. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html