Commit ed521de5 authored by Martin Pool's avatar Martin Pool

Sending --no-whole-file is no good because it will not work with old

versions of rsync.
parent d157de20
......@@ -631,8 +631,6 @@ void server_options(char **args,int *argc)
assert(whole_file == 0 || whole_file == -1);
if (whole_file)
argstr[x++] = 'W';
else
args[ac++] = "--no-whole-file";
if (preserve_hard_links)
argstr[x++] = 'H';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment