X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3ca8e68f58e7ffeac5b8b969ef26bffc2069f113..7b10f91d8f734bc6bdc1d426862858e8ef2b3a10:/rsyncd.conf.yo diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 5634d9e7..7b7c8d63 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -1,5 +1,5 @@ mailto(rsync-bugs@samba.org) -manpage(rsyncd.conf)(5)(9 Feb 1999)()() +manpage(rsyncd.conf)(5)(12 Feb 1999)()() manpagename(rsyncd.conf)(configuration file for rsync server) manpagesynopsis() @@ -165,7 +165,12 @@ group "nobody". dit(bf(exclude)) The "exclude" option allows you to specify a space separated list of patterns to add to the exclude list. This is equivalent to the client specifying these patterns with the --exclude -option. Note that this option is not designed with strong security in +option except that the exclude list is not passed to the client and +thus only apply on the server. Only one "exclude" option may be +specified, but you can use "-" and "+" before patterns to specify +exclude/include. + +Note that this option is not designed with strong security in mind, it is quite possible that a client may find a way to bypass this exclude list. If you want to absolutely ensure that certain files cannot be accessed then use the uid/gid options in combination with @@ -174,17 +179,19 @@ file permissions. dit(bf(exclude from)) The "exclude from" option specifies a filename on the server that contains exclude patterns, one per line. This is equivalent to the client specifying the --exclude-from option with a -equivalent file. See also the note about security for the exclude -option above. +equivalent file except that the resulting exclude patterns are not +passed to the client and thus only apply on the server. See also the +note about security for the exclude option above. dit(bf(include)) The "include" option allows you to specify a space separated list of patterns which rsync should not exclude. This is equivalent to the client specifying these patterns with the --include -option. This is useful as it allows you to build up quite complex -exclude/include rules. +option. This is useful as it allows you to build up quite complex +exclude/include rules. Only one "include" option may be specified, but you +can use "+" and "-" before patterns to switch include/exclude. -See the section of exclude patterns for information on the syntax of -this option. +See the section of exclude patterns in the rsync man page for information +on the syntax of this option. dit(bf(include from)) The "include from" option specifies a filename on the server that contains include patterns, one per line. This is