Unexpected results

2002-11-01 Thread Matthew Bettinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I am trying to get rsync to work on a freebsd machine that has two windows shares mounted via mount_smbfs. here is what I have: //ADMINISTRATOR@SOLID-EDGE/DWG on /solid_edge (smbfs) 3d_ModelIPDS Admin

Re: Help on rsync delete option

2002-11-01 Thread jw schultz
On Fri, Nov 01, 2002 at 11:36:56AM -0500, Chaturvedi.Rajesh wrote: > Hello, > > Any help on the following issue will be appreciated. > > How do I delete files or directories in my first level of directory that is > specified as host. Here is an example : > > rsync -avz --delete ${SOURCE_HOST

Re: Help on rsync delete option

2002-11-01 Thread Daniel Ramaley
I had a similar problem once. Try this instead: rsync -avz --delete ${SOURCE_HOST}:/mlinkfam/extract/sccs/pa/. /mlinkfam/extract/sccs/pa The only change was "*" to ".". On Fri, 01 Nov 2002 11:36:56 -0500 "Chaturvedi.Rajesh" <[EMAIL PROTECTED]> wrote: > Hello, > > Any help on the following

Help on rsync delete option

2002-11-01 Thread Chaturvedi.Rajesh
Hello, Any help on the following issue will be appreciated. How do I delete files or directories in my first level of directory that is specified as host. Here is an example : rsync -avz --delete ${SOURCE_HOST}:/mlinkfam/extract/sccs/pa/* /mlinkfam/extract/sccs/pa Giving above command I fi