Sending --no-whole-file is no good because it will not work with old
authorMartin Pool <mbp@samba.org>
Tue, 19 Mar 2002 03:27:33 +0000 (03:27 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 19 Mar 2002 03:27:33 +0000 (03:27 +0000)
versions of rsync.

options.c

index 0f21634..7bb8e15 100644 (file)
--- a/options.c
+++ b/options.c
@@ -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';