On Mon, Mar 19, 2001 at 09:47:38AM -0500, Kevin Dangoor wrote:
> 
> ----- Original Message -----
> From: "Martin Pool" <[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...
> >
> > Permissions problem?
> 
> That would've been a nice simple one :)  Unfortunately, the permissions are
> all fine for the user I'm logging in as. The destination directories are all
> owned by that user. I had also tried as root for good measure...


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

Reply via email to