|
rsync error: errors selecting input/output files, dirs (code 3) at main.c(323)
I'm trying to rsync a file to a remote server. I have done this before to this specific server, not sure if I forgot the right command of if there is something else going on. This is my rsync command:
sudo rsync -ae ssh user@remoteServer:/kunden/homepages/40/d205309670/htdocs/RetroCatalogs "/Volumes/SystemHD/Retrospect Catalogs/Weekly Catalog [088]"
I get:
ERROR: destination must be a directory when copying more than 1 file
rsync error: errors selecting input/output files, dirs (code 3) at main.c(323)
What is going on?
Thanks...
Last edited by cucolin@; 11-20-2007 at 03:14 PM.
|