From 565cde84a71b212b25289e0e32221a66b3263837 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 4 Jul 2020 10:23:17 -0700 Subject: Don't turn off the user's open-noatime unless the module is forcing the value. --- rsyncd.conf.5.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'rsyncd.conf.5.md') diff --git a/rsyncd.conf.5.md b/rsyncd.conf.5.md index d06ca3dd..11f77cb0 100644 --- a/rsyncd.conf.5.md +++ b/rsyncd.conf.5.md @@ -426,13 +426,20 @@ the values of parameters. See the GLOBAL PARAMETERS section for more details. 0. `open noatime` - This parameter tells the rsync daemon to open files with the O_NOATIME flag + When set to True, this parameter tells the rsync daemon to open files with + the O_NOATIME flag (on systems that support it) to avoid changing the access time of the files that are being transferred. If your OS does not support the O_NOATIME flag then rsync will silently ignore this option. Note also that some filesystems are mounted to avoid updating the atime on read access even without the O_NOATIME flag being set. + When set to False, this parameters ensures that files on the server are not + opened with O_NOATIME. + + When set to Unset (the default) the user controls the setting via + `--open-noatime`. + 0. `list` This parameter determines whether this module is listed when the client -- cgit v1.2.1