On Wed, Mar 19, 2008 at 10:13:38PM +0100, Olivier Thauvin wrote: > I didn't said -e cause rsync server running a command, but in the case > the server is setup to allow me to run rsync through ssh, I can rsync > by hand 'ssh computer rsync -e'.
The nice thing is that there is no need to deny -e as long as --server is required to be present. You could even force the command being run to be "rsync --server", since it doesn't hurt if the client's use of the option is a duplicate. The latest rrsync script enforces that --server is specified as the very first option. It also understands rsync3's version-passing/flag-passing use of of the -e option. http://rsync.samba.org/ftp/unpacked/rsync/support/rrsync ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html