X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/5f7ce2041c2a3514c6c1bad903c8dffb9bca2467..5c66303ad6a6bd195b3d5a982f706aa51e686bac:/rsyncd.conf.yo diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 14e4757a..d6a2f305 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -285,6 +285,11 @@ to a temporary resource shortage or other IO error. In some cases this test is counter productive so you can use this option to turn off this behaviour. +dit(bf(ignore nonreadable)) This tells the rsync server to completely +ignore files that are not readable by the user. This is useful for +public archives that may have some non-readable files among the +directories, and the sysadmin doesn't want those files to be seen at all. + dit(bf(transfer logging)) The "transfer logging" option enables per-file logging of downloads and uploads in a format somewhat similar to that used by ftp daemons. If you want to customize the log formats look at @@ -345,7 +350,7 @@ The "dont compress" option takes a space separated list of case-insensitive wildcard patterns. Any source filename matching one of the patterns will not be compressed during transfer. -The default setting is verb(*.gz *.tgz *.zip *.z *.rpm *.deb) +The default setting is verb(*.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz) enddit()