X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7b9598b2d5d0aa6aefe06731dc60612ee98646da..5d935dce63ae975db0efc23e3d94c32b17424444:/options.c diff --git a/options.c b/options.c index 5adcf7bc..4331fc65 100644 --- a/options.c +++ b/options.c @@ -1887,6 +1887,9 @@ void server_options(char **args,int *argc) if (numeric_ids) args[ac++] = "--numeric-ids"; + if (!allow_inc_recurse) + args[ac++] = "--no-ir"; + if (am_sender) { if (ignore_existing) args[ac++] = "--ignore-existing";