Re: include/exclude client/server precedence

2005-03-15 Thread C. P.
ok, wayne: thank you a lot, next question in another thread now im using: include = [oO][uU][tT][lL][oO][oO][kK].[pP][sS][tT] [aA][lL][mM][aA][cC][eE][nN].[pP][sS][tT] exclude = *.[pP][iI][fF] *.[iI][sS][oO] *.[mM][oO][vV] *.[mM][pP][33] *.[wW][aA][vV] *.[eE][xX][eE] *.[dD][lL][lL] *.[pP][

Re: include/exclude client/server precedence

2005-03-11 Thread Wayne Davison
On Fri, Mar 11, 2005 at 05:58:25PM -0300, C. P. wrote: > include = outlook.pst, > exclude = *.pif *.iso *.mov *.mp3 *.wav *.exe *.dll *.pst *.com *.bat *.mpg As long as your server is 2.6.3 or newer, that will prevent any of those file extensions from being uploaded to the server. You'll see mess

Re: include/exclude client/server precedence

2005-03-11 Thread C. P.
Wayne: This is mentioned in the rsyncd.conf (especiallly in a more modern release). The purpose of these options for the daemon is to completely hide files so that they can't be downloaded from the server, and to this exactly what i want: prevent those files from uploaded to the server (in a moder

Re: include/exclude client/server precedence

2005-03-11 Thread Wayne Davison
On Fri, Mar 11, 2005 at 11:37:07AM -0300, C. P. wrote: > #rsync.conf > [module] > include = outlook.pst > exclude = *.pst *.exe *.com *.mp3 etc... > > but as i have experienced, these rules only apply if are repeated as client > options They apply to the server, but not in the same way that clie

include/exclude client/server precedence

2005-03-11 Thread C. P.
Hello list: Im a new user, poorly skilled programmer and dont understand the precedences of rules. I understand that: module options override global options but i cant find the relationship between client options and server options. What i want is to: #rsync.conf [module] include = outlook.pst ex