From: Wayne Davison Date: Sun, 9 Sep 2007 07:53:15 +0000 (+0000) Subject: - If the user specifies a source arg with a hostspec in it in a local- X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/f7e5068d94b5de8f568cb835654dc83a31695ddf?hp=f7e5068d94b5de8f568cb835654dc83a31695ddf - If the user specifies a source arg with a hostspec in it in a local- source transer, complain and exit. This can help to find option problems were an arg to an option turns into a local-source arg, and the real remote-source arg will now get rejected rather than attempting to find a file with a colon in its name. - We now support the ability to specify more than one remote arg using the ":FILENAME" idiom for additional remote filenames. - If the --protect-args (-s) option was specified, we send just the "--server -s" options to the remote rsync when it is starting, and then the real args are sent over the socket. ---