diff options
author | Andrew Tridgell <tridge@samba.org> | 1999-04-06 11:34:06 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1999-04-06 11:34:06 +0000 |
commit | 8dfac376b5036e016bbc7552d3e8d78426a4a75a (patch) | |
tree | ca35d1ad07ad354bb9aa1a995672ca3befee7ad5 /rsyncd.conf.yo | |
parent | e78733d9756ba4e0f28931fc9b811a2277cf803c (diff) | |
download | rsync-8dfac376b5036e016bbc7552d3e8d78426a4a75a.tar.gz rsync-8dfac376b5036e016bbc7552d3e8d78426a4a75a.tar.bz2 rsync-8dfac376b5036e016bbc7552d3e8d78426a4a75a.zip |
fix the man page to reflect the fact that exclude options in
rsyncd.conf are not passed to the client and thus only affect the file
lists on the server.
Diffstat (limited to 'rsyncd.conf.yo')
-rw-r--r-- | rsyncd.conf.yo | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 6931960e..7b7c8d63 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -163,10 +163,12 @@ was run as root. This complements the "uid" option. The default is 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. 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 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 @@ -177,8 +179,9 @@ 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 |