X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3c54d8a3ad9101fdbde95b7c44e78d4bc6afbbbb..ed9d969c4cb862ee4895244d597125dae9089f28:/rsyncd.conf.yo diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 11740c95..bebaf99a 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -1,5 +1,5 @@ mailto(rsync-bugs@samba.org) -manpage(rsyncd.conf)(5)(30 Sep 2004)()() +manpage(rsyncd.conf)(5)(22 Feb 2005)()() manpagename(rsyncd.conf)(configuration file for rsync server) manpagesynopsis() @@ -459,6 +459,10 @@ quote(tt( refuse options = c delete)) The reason the above refuses all delete options is that the options imply bf(--delete), and implied options are refused just like explicit options. +As an additional safety feature, the refusal of "delete" also refuses +bf(remove-sent-files) when the daemon is the sender; if you want the latter +without the former, instead refuse "delete-*" -- that refuses all the +delete modes without affecting bf(--remove-sent-files). When an option is refused, the server prints an error message and exits. To prevent all compression, you can use "dont compress = *" (see below)