<div dir="ltr"><div dir="ltr"></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 25, 2020 at 3:02 PM Chandrasekar Natarajan wrote:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-family:verdana,sans-serif;font-size:small"><span style="font-family:Arial,Helvetica,sans-serif">Unexpected remote arg: user@x.x.x.x:port/module</span></div></div></blockquote><div class="gmail_quote"><br></div>This means that your non-option args starts with a local arg, contains a remote arg somewhere in the middle, and ends with either a local or remote arg.  None of those are valid because all the source args must match in being either local or remote.</div><div class="gmail_quote"><br></div><div class="gmail_quote">So, you need to figure out where the local path comes from early in the command-line.  For instance, if you copied an "--option" that has some kind of unicode char instead of real dashes, it could look like an option but actually be parsed as a local arg.  Or you may have some kind of alias or script that is adding an arg early in your rsync command-line.  Be sure to check for shell aliases, popt aliases (the ~/.popt and /etc/popt files), and "rsync" scripts on your path.</div><div class="gmail_quote"><br clear="all"><div>..wayne.. </div></div></div>