Re: copy: ignore= option

2006-07-15 Thread Mark Burgess
Brian C. Hill wrote: > It seems that this works (2 ignore directives): > > /usr/pkg server=master ignore=/usr/pkg/src ignore=/usr/pkg/ossrc /usr/pkg > > A more 'short-hand' format would be nice - I still think > I am missing something. > > Brian >

Re: copy: ignore= option

2006-07-14 Thread Brian C. Hill
It seems that this works (2 ignore directives): /usr/pkg server=master ignore=/usr/pkg/src ignore=/usr/pkg/ossrc /usr/pkg A more 'short-hand' format would be nice - I still think I am missing something. Brian ==

copy: ignore= option

2006-07-14 Thread Brian C. Hill
I am trying to cop a directory tree to the clients from the master, with 2 exceptions: /usr/pkg/src and /usr/pkg/ossrc. This will skip /usr/pkg/ossrc... /usr/pkg server=master ignore=/usr/pkg/ossrc /usr/pkg ... and this will skip /usr/pkg/src ...