Displaying 1 result from an estimated 1 matches for "tufe".
Did you mean:
  tue
  
2002 May 13
2
Problems with the rsync command line syntax for multiple files
...s
I would expected it to match the third line from the usage:
  Usage: rsync [OPTION]... SRC [SRC]... [USER@]HOST:DEST
    or   rsync [OPTION]... [USER@]HOST:SRC DEST
    or   rsync [OPTION]... SRC [SRC]... DEST
but it results in rsync printing the usage information.  I also tried
  rsync Wells:TUFE-1996.html Wells:UMSR-1995.html /cs/church-data/www/root/reports/
  rsync Home.html /cs/church-data/www/root/reports
and only the latter work.  So it appears that rsync has trouble
parsing more than one parameter as source.  Is this correct, or am I
overlooking some completely obvious?
I am runnin...