diff options
| author | Wayne Davison <wayned@samba.org> | 2017-10-08 09:18:10 -0700 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2017-10-08 09:18:10 -0700 |
| commit | c140b2e749cae94ccd4f84b1b20123f33cef027f (patch) | |
| tree | 5a62d65f4f72a7579cbd1ddf591f3345b8574fea | |
| parent | b54730294339ae1b70c4c04c9450a5fd56345f81 (diff) | |
| download | android_external_rsync-c140b2e749cae94ccd4f84b1b20123f33cef027f.tar.gz android_external_rsync-c140b2e749cae94ccd4f84b1b20123f33cef027f.tar.bz2 android_external_rsync-c140b2e749cae94ccd4f84b1b20123f33cef027f.zip | |
Mention refusing delete for write-only.
| -rw-r--r-- | rsyncd.conf.yo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 9a6a1e44..b8845e9d 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -368,6 +368,9 @@ attempted downloads will fail. If "write only" is false then downloads will be possible if file permissions on the daemon side allow them. The default is for this parameter to be disabled. +Helpful hint: you probably want to specify "refuse options = delete" for a +write-only module. + dit(bf(list)) This parameter determines whether this module is listed when the client asks for a listing of available modules. In addition, if this is false, the daemon will pretend the module does not exist |
