default destination of files with no :/ path on the server

Matt McCutchen matt at mattmccutchen.net
Fri May 13 19:02:03 MDT 2011


On Sat, 2011-05-14 at 10:24 +1000, Adrian Levi wrote:
> I have accidentally uploaded some files to a VPS server using rsync
> through an ssh transport mechanism. I used the following command to
> upload the files:
> rsync -avzh --progress /srv/source-path root at server
> [...]

That destination is a local path.  The files will be left in a directory
named "source-path" in rsync's working directory.

-- 
Matt



More information about the rsync mailing list