Re: rsync --bwlimit=KPBS John Beardmore <wookie@wookie.demon.co.uk> wrote
news:weZvU25OxCeAFwNP@wookie.demon.co.uk:
> --bwlimit=180
>
> and
>
> --bwlimit=200
>
> by setting it at the client or the server end, but either way it seems
> to be ignored.
The --bwlimit is for the client side.
It limit the badwidth file by file, and so can't impact very small file
transfert (the bandwidth calculation restart for each file).
And the parameters is in K Bytes per second. In your examples your define a
1800 KB/s and 2000 KB/s bandwidth. Is it correct ?
Regards |