X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/5d78a10232490229a5e157bf8e87b96404e6a8fd..759ac87019791378c4a97b541e7cdf1349dd4c69:/rsyncd.conf.yo diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 4673b53c..52e00913 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -134,7 +134,7 @@ to the "path" before starting the file transfer with the client. This has the advantage of extra protection against possible implementation security holes, but it has the disadvantages of requiring super-user privileges and of not being able to follow symbolic links outside of the new root path -when reading. For writing when "use chroot" is false, for security reasons +when reading. When "use chroot" is false, for security reasons symlinks may only be relative paths pointing to other files within the root path, and leading slashes are removed from absolute paths. The default for "use chroot" is true. @@ -173,12 +173,12 @@ was run as root. This complements the "uid" option. The default is gid -2, which is normally the 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 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. +separated list of patterns to add to the exclude list. This is equivalent +to the client specifying these patterns with the --exclude option, except +that the exclude list is not passed to the client and thus only applies on +the server and also only applies when receiving files from a server and not +when sending files to it. 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