rsyncd.conf to control unix permissions

2008-10-08 Thread Thomas Heil
Hi,

I was looking for a solution to force  special unix permissions in
conjunction with rsync.  I want to use
it for a webserver upload which is served by a rsync server. There I
need the special unix permissions to make sure
apache is functioning properly after each upload.

On Tue Mar 11 22:11:38 EST 2003 someone wrote a patch for that. (
http://lists.samba.org/archive/rsync/2003-March/005468.html )
I took a look at loadparams.c and couldnt find the parameters create
mask and so on.

So It seem the patch wasnt accepted by the rsync developers. Can
somebody tell me why ?

thanks in advice

-- 
Thomas Heil
Skype: phiber.sun
Email: [EMAIL PROTECTED]
--

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: rsyncd.conf to control unix permissions

2008-10-08 Thread Matt McCutchen
On Wed, 2008-10-08 at 13:08 +0200, Thomas Heil wrote:
 I was looking for a solution to force  special unix permissions in
 conjunction with rsync.  I want to use
 it for a webserver upload which is served by a rsync server. There I
 need the special unix permissions to make sure
 apache is functioning properly after each upload.
 
 On Tue Mar 11 22:11:38 EST 2003 someone wrote a patch for that. (
 http://lists.samba.org/archive/rsync/2003-March/005468.html )
 I took a look at loadparams.c and couldnt find the parameters create
 mask and so on.
 
 So It seem the patch wasnt accepted by the rsync developers.

A superset of the functionality of the old rsyncd-perm patch is
available through the incoming chmod parameter.

Matt

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html