]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/main/newfeatures.tex
Update setbandwidth to specify K bit instead of K bytes
[bacula/docs] / docs / manuals / en / main / newfeatures.tex
index 954741903e135c9bec7180c8db4731eff2b0d670..505782c133407416d2d35fe1b49b9c2e693a9bd5 100644 (file)
@@ -72,10 +72,9 @@ by Bacula Systems.
 \section{Job Bandwidth Limitation}
 
 The new {\bf Job Bandwidth Limitation} directive may be added to the File
-daemon's and/or Director's configuration to limit the bandwidth used by a Job on a
-Client.  It can be set in the File daemon's conf file for all Jobs run
-in that File daemon, or it can be set for each Job in the
-Director's conf file.
+daemon's and/or Director's configuration to limit the bandwidth used by a Job
+on a Client.  It can be set in the File daemon's conf file for all Jobs run in
+that File daemon, or it can be set for each Job in the Director's conf file.
 
 For example:
 \begin{verbatim}
@@ -84,14 +83,14 @@ FileDaemon {
   Working Directory = /some/path
   Pid Directory = /some/path
   ...
-  Maximum Bandwidth Per Job = 5MB/s
+  Maximum Bandwidth Per Job = 5Mb/s
 }
 \end{verbatim}
 
 The above example would cause any jobs running with the FileDaemon to not
-exceed 5MB/s of throughput when sending data to the Storage Daemon.
+exceed 5Mb/s of throughput when sending data to the Storage Daemon.
 
-You can specify the speed parameter in k/s, KB/s, m/s, MB/s.
+You can specify the speed parameter in k/s, Kb/s, m/s, Mb/s.
 
 For example:
 \begin{verbatim}
@@ -100,7 +99,7 @@ Job {
   FileSet = FS_localhost
   Accurate = yes
   ...
-  Maximum Bandwidth = 5MB/s
+  Maximum Bandwidth = 5Mb/s
   ...
 }
 \end{verbatim}
@@ -115,7 +114,7 @@ maximum throughput of a running Job or for future jobs of a Client.
 * setbandwidth limit=1000000 jobid=10
 \end{verbatim}
 
-The \texttt{limit} parameter is in KB/s.
+The \texttt{limit} parameter is in Kb/s.
 
 \medskip
 This project was funded by Bacula Systems and is available in