[Bug 9660] rsync --daemon --bwlimit does not work on server side

samba-bugs at samba.org samba-bugs at samba.org
Sun May 19 17:29:26 MDT 2013


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

Wayne Davison <wayned at samba.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from Wayne Davison <wayned at samba.org> 2013-05-19 23:29:26 UTC ---
The --bwlimit option is understood when starting the daemon, but the value
isn't shared with the client, so any limiting that the client side would
normally be in charge of won't happen.  If you're wanting to force --bwlimit to
a particular value, your only option is probably to write a pre-xfer exec
script that scans the args and dies with an error if bwlimit isn't right.

What we need to do for the future is make the daemon side send any in-effect
bwlimit to the client in the protocol at startup.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list