Re: need rsync.conf exclude example

2005-10-07 Thread Wayne Davison
On Fri, Oct 07, 2005 at 09:44:40AM -0700, Jon Drukman wrote: > my intent is to prevent the "promos" and "misc" subdirectories > from being copied from client to server. this is not functioning > though. What version of rsync are you running? I don't see a problem with a similar test using 2.6.

need rsync.conf exclude example

2005-10-07 Thread Jon Drukman
on the client i am running the following command: rsync -Cav --exclude=templates_c --port=8738 GNE_FRAMEWORK gamespot_5 c14-gs-ww1::nfs/gamespot on the server i have the following module declaration: [nfs] path = /nfs/htdocs read only = no use chroot = no exclude = gamespot_5/promos/ gamespot