https://bugzilla.samba.org/show_bug.cgi?id=4163





------- Comment #4 from [EMAIL PROTECTED]  2006-10-12 15:22 MST -------
(In reply to comment #3)
> Is it possible that the "rsync" provide a special option, which will allow the
> other options to be transferred like the data form the client to the server ?

Yes, a single-use rsync daemon invoked over SSH does just this.  To set one up,
create an rsyncd.conf in the home directory of the account accessed over SSH,
and force the command "rsync --daemon --server ." in the authorized_keys file. 
If you want to put rsyncd.conf in a different directory X, then force the
command "cd X && rsync --daemon --server .".  Then you can access the daemon
like this:

rsync -e "ssh -l sshuser" [EMAIL PROTECTED]::module/path .

The "refuse options" setting in rsyncd.conf gives you lots of control over what
options the daemon allows.  Thus, forcing an appropriately configured
single-use rsync daemon is almost always better than forcing a particular
server command.


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to