extern int kluge_around_eof;
extern int daemon_over_rsh;
extern int munge_symlinks;
+extern int open_noatime;
extern int sanitize_paths;
extern int numeric_ids;
extern int filesfrom_fd;
orig_early_argv = NULL;
munge_symlinks = save_munge_symlinks; /* The client mustn't control this. */
+ open_noatime = lp_open_noatime(module_id);
+
if (am_daemon > 0)
msgs2stderr = 0; /* A non-rsh-run daemon doesn't have stderr for msgs. */
BOOL list True
BOOL munge_symlinks (BOOL)-1
BOOL numeric_ids (BOOL)-1
+BOOL open_noatime False
BOOL read_only True
BOOL reverse_lookup True
BOOL strict_modes True
Helpful hint: you probably want to specify "refuse options = delete" for a
write-only module.
+0. `open noatime`
+
+ 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.
+
0. `list`
This parameter determines whether this module is listed when the client