Re: Proper --exclude= syntax? <-- thanks!

2003-01-09 Thread Dan Kressin
--- jw schultz <[EMAIL PROTECTED]> wrote: > On Wed, Jan 08, 2003 at 02:15:13PM -0800, Dan Kressin wrote: > > I'm currently syncing the home directories on two boxes with the syntax: > > > > dest-host# rsync -av -e "ssh" --delete --progress source-host:/h

Proper --exclude= syntax?

2003-01-08 Thread Dan Kressin
I'm currently syncing the home directories on two boxes with the syntax: dest-host# rsync -av -e "ssh" --delete --progress source-host:/home/ /home/ That's working well. Now I want to exclude /home/httpd/* from the process. (I don't want web changes on one box to affect the other box.) Which o