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 [EMAIL PROTECTED]::myhost # Server side : [rsync] accept = 8732 connect = 8731 #Client side : [rsync] accept = localhost:873 connect = backup-host:8732 -- Loïc -- 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
