Skip to content
Snippets Groups Projects
Commit 0356db5d authored by intrigeri's avatar intrigeri
Browse files

Documentation: bandwidthlimit for the dup handler needs to be given in KB/s,...

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

Closes: #7603
parent 943b4383
Branches
Tags
No related merge requests found
...@@ -68,6 +68,9 @@ version 1.0.2 -- UNRELEASED ...@@ -68,6 +68,9 @@ version 1.0.2 -- UNRELEASED
. README.md: reorganize, reformat, and point to the examples . README.md: reorganize, reformat, and point to the examples
configuration files. configuration files.
. INSTALL.md: recommend using packages on Debian and derivatives. . 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 version 1.0.1 -- June 29, 2012
handler changes handler changes
......
...@@ -229,9 +229,9 @@ exclude = /var/cache/backupninja/duplicity ...@@ -229,9 +229,9 @@ exclude = /var/cache/backupninja/duplicity
## Default: ## Default:
# ftp_password = # 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 ## 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 = 128
## ##
## Default: ## Default:
......
...@@ -500,9 +500,9 @@ keepincroffulls = $dup_keepincroffulls ...@@ -500,9 +500,9 @@ keepincroffulls = $dup_keepincroffulls
# FTP password, needed for backups using desturl = ftp://... # FTP password, needed for backups using desturl = ftp://...
#ftp_password = #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 # 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 = 128
bandwidthlimit = $dup_bandwidth bandwidthlimit = $dup_bandwidth
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment