- If the user specifies a source arg with a hostspec in it in a local-
authorWayne Davison <wayned@samba.org>
Sun, 9 Sep 2007 07:53:15 +0000 (07:53 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 9 Sep 2007 07:53:15 +0000 (07:53 +0000)
commitf7e5068d94b5de8f568cb835654dc83a31695ddf
tree18437b098edc2467f73cb636cf0035bdf0558c0d
parent67b8f3dfe7d2ae0aa31ece00242e990ed8e256a4
- 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.
main.c