X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/651443a7ffd889f6c2092587b940ed369c9e99d0..e7d6e0aa0cf1428d195df010f84cbada19fc98d1:/rsyncd.conf.yo diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 6931960e..bf0c68e2 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -58,8 +58,9 @@ and a single line something like this to /etc/inetd.conf: quote(rsync stream tcp nowait root /usr/bin/rsync rsyncd --daemon) -You will then need to send inetd a HUP signal to tell it to reread its -config file. +Replace "/usr/bin/rsync" with the path to where you have rsync installed on +your system. You will then need to send inetd a HUP signal to tell it to +reread its config file. Note that you should not send the rsync server a HUP signal to force it to reread the tt(/etc/rsyncd.conf). The file is re-read on each client @@ -163,10 +164,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 +180,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