https://bugzilla.samba.org/show_bug.cgi?id=4162
[EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #2 from [EMAIL PROTECTED] 2007-07-14 14:46 CST ------- Rsync was already skipping the list of file suffixes that were listed under the "dont compress" option in the daemon manpage (even though that wasn't clear from the docs). I added a --skip-compress=LIST option that allows the user to specify a list of file suffixes to not compress. When this option is specified, it overrides the default list except when pulling from a daemon, where it is appended to the daemon's rules. I also added several suffixes to the default list and made the suffix-matching code much faster (so that the expanded list will not slow things down). If anyone has suggestions for more suffixes that should be skipped by default, let me know. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html