mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-10 04:42:31 +01:00
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:
parent
943b4383d4
commit
0356db5dcc
@ -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
|
|||||||
## 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
|
|||||||
# 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user