X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b4713295919e1f0c91c0e6bca7552b69dcccd05b..7aac6604c4642b93b619ac03c56e9877437bcce3:/options.c diff --git a/options.c b/options.c index e79f56f9..70e210dc 100644 --- a/options.c +++ b/options.c @@ -1236,6 +1236,8 @@ void server_options(char **args,int *argc) args[ac++] = "--files-from=-"; args[ac++] = "--from0"; } + if (!relative_paths) + args[ac++] = "--no-relative"; } *argc = ac;