]> git.sur5r.net Git - bacula/docs/commitdiff
Update setbandwidth to specify K bit instead of K bytes
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 6 Apr 2011 16:05:09 +0000 (18:05 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 6 Apr 2011 16:05:09 +0000 (18:05 +0200)
docs/manuals/en/main/dirdconf.tex
docs/manuals/en/main/filedconf.tex
docs/manuals/en/main/newfeatures.tex

index 7b5ea5dcea081d7c87e2daece32d836c267a0415..6cfba98ff34a96598d8aa6ec660b870220ea80b5 100644 (file)
@@ -2339,7 +2339,7 @@ console run command.  This directive is required.
 
 The speed parameter specifies the maximum allowed bandwidth that a job may use
 when started for this Client. The speed parameter should be specified in
-k/s, KB/s, m/s or MB/s.
+k/s, Kb/s, m/s or Mb/s.
 
 \item [Priority = \lt{}number\gt{}]
    \index[dir]{Priority}
index ce08ae21162e9cd4bcfe2141dfc9b45af7bd9736..c7953a212b25f84b954f81cc78388f0ec65c6b78 100644 (file)
@@ -300,7 +300,7 @@ resource in the Director's configuration file.  This directive is required.
 
 The speed parameter specifies the maximum allowed bandwidth that a job may use
 when started from this Director. The speed parameter should be specified in
-k/s, KB/s, m/s or MB/s.
+k/s, Kb/s, m/s or Mb/s.
 
 \item [Monitor = \lt{}yes\vb{}no\gt{}]
    \index[fd]{Monitor}
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