Displaying 2 results from an estimated 2 matches for "scritablility".
Did you mean:
scriptability
2013 Mar 06
1
[Bug 7120] Variable bandwidth limit .. bwlimit
...illa ! samba ! org
[Download message RAW]
https://bugzilla.samba.org/show_bug.cgi?id=7120
--- Comment #2 from It is me <pdev at mnet-online.de> 2013-03-05 15:15:51 UTC ---
Hi,
just a note, due to the fact I am also looking forward for this feature.
I see two options regarding usability and scritablility. :)
1# Piping (not used up to now)
mkfifo /tmp/bla
echo "1000" > /tmp/bla
cat /tmp/bla | rsync ... --bwlimit-stdin ...
changing by just write to the fifo
echo "50" > /tmp/bla
2# file and signal
mktemp > /tmp/bla2
echo "1000" > /tmp/bla2
rsync ... -bw...
2010 Feb 09
9
DO NOT REPLY [Bug 7120] New: Variable bandwidth limit .. bwlimit
https://bugzilla.samba.org/show_bug.cgi?id=7120
Summary: Variable bandwidth limit .. bwlimit
Product: rsync
Version: 3.1.0
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: pmdumuid at gmail.com