X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/06d76beb288856ad6d53bf3f481a3a8d664fd73d..9352b0649b8d6aa21d9d567c1d819a0fa26c7b01:/options.c?ds=sidebyside diff --git a/options.c b/options.c index 884165e8..ce51386d 100644 --- a/options.c +++ b/options.c @@ -581,7 +581,7 @@ int parse_arguments(int *argc, const char ***argv, int frommain) } #if !SUPPORT_LINKS - if (preserve_links) { + if (preserve_links && !am_sender) { snprintf(err_buf, sizeof err_buf, "symlinks are not supported on this %s\n", am_server ? "server" : "client");