Documentation: bandwidthlimit for the dup handler needs to be given in KB/s, and not (as wrongly advertised previously) in Kbit/s.

Closes: #7603
This commit is contained in:
intrigeri 2017-08-12 22:10:29 +00:00
parent 943b4383d4
commit 0356db5dcc
3 changed files with 7 additions and 4 deletions

View File

@ -68,6 +68,9 @@ version 1.0.2 -- UNRELEASED
. README.md: reorganize, reformat, and point to the examples
configuration files.
. INSTALL.md: recommend using packages on Debian and derivatives.
. bandwidthlimit for the dup handler needs to be given in KB/s,
and not (as wrongly advertised previously) in Kbit/s.
(Closes: GitLab#7603)
version 1.0.1 -- June 29, 2012
handler changes

View File

@ -229,9 +229,9 @@ exclude = /var/cache/backupninja/duplicity
## Default:
# ftp_password =
## bandwith limit, in Kbit/s ; default is 0, i.e. no limit
## bandwith limit, in KB/s ; default is 0, i.e. no limit
## if using 'desturl' above, 'bandwidthlimit' must not be set
## an example setting of 128 Kbit/s would be:
## an example setting of 128 KB/s would be:
## bandwidthlimit = 128
##
## Default:

View File

@ -500,9 +500,9 @@ keepincroffulls = $dup_keepincroffulls
# FTP password, needed for backups using desturl = ftp://...
#ftp_password =
# bandwith limit, in kbit/s ; default is 0, i.e. no limit
# bandwith limit, in KB/s ; default is 0, i.e. no limit
# if using 'desturl' above, 'bandwidthlimit' must not be set
# an example setting of 128 Kbit/s would be:
# an example setting of 128 KB/s would be:
#bandwidthlimit = 128
bandwidthlimit = $dup_bandwidth