The branch, master has been updated via 7e70e484 No need to forward --write-devices to a remote sender. from 9e9d33a2 Added the --write-devices option.
https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 7e70e4842bb81d555cff538d17a567efbb10f08f Author: Wayne Davison <way...@samba.org> Date: Sun Apr 5 12:01:32 2020 -0700 No need to forward --write-devices to a remote sender. ----------------------------------------------------------------------- Summary of changes: options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Changeset truncated at 500 lines: diff --git a/options.c b/options.c index d179f475..92cec4ab 100644 --- a/options.c +++ b/options.c @@ -2819,7 +2819,7 @@ void server_options(char **args, int *argc_p) if (relative_paths && !implied_dirs && (!am_sender || protocol_version >= 30)) args[ac++] = "--no-implied-dirs"; - if (write_devices) + if (write_devices && am_sender) args[ac++] = "--write-devices"; if (remove_source_files == 1) -- The rsync repository. _______________________________________________ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs