From: "Dave Dykstra" <[EMAIL PROTECTED]>
> > > On 18 Mar 2001, Kevin Dangoor <[EMAIL PROTECTED]> wrote:
> ...
> > > > rsync -a -v -e ssh --delete --rsync-path=/usr/local/bin/rsync src
dest
> > > >
> > > > I must be missing something pretty straightforward here, but I'm not
sure
> > > > what...
>
> Perhaps you are missing that if you don't put a trailing slash on "src"
that
> the base directory name of "src" is added to the "dest" path. Are the
files
> showing up in a "`basename src`" directory under "dest"?
>
> - Dave Dykstra
Yes, that is exactly what I was missing :)
Thanks!
Kevin