pre/post-xfer exec not executed ?

Loïc opensource at kyoshiro.org
Sun Jun 22 16:23:01 GMT 2008


Le vendredi 20 juin 2008, vous avez écrit :
> Your rsync daemon configuration looks fine.  (Incidentally, there's no
> point in refusing --rsync-path because it is a client option.)  Make
> sure you are using rsync 2.6.7 or newer to support the pre/post-xfer
> exec parameters.  If that isn't the problem, please post your client
> command line and the relevant parts of your stunnel configuration.
>
> Matt

Thanks for the hint regarding rsync path I though it may be a security issue.
I'm currently using debian's testing version (rsync  version 3.0.2  protocol 
version 30) and here's the client side command line and the stunnel 
configurations.

/usr/bin/rsync -za --stats -v /etc /root /home myhost at localhost::myhost

# Server side :
[rsync]
accept = 8732
connect = 8731

#Client side :
[rsync]
accept  = localhost:873
connect = backup-host:8732

-- 
Loïc


More information about the rsync mailing list