From 2392094a242248f702ebfcb4644f623d2d3aedde Mon Sep 17 00:00:00 2001 From: intrigeri Date: Wed, 16 Feb 2011 08:22:10 +0100 Subject: Make units clearer (Closes Redmine bug #2737). --- examples/example.dup | 4 ++-- examples/example.rsync | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/example.dup b/examples/example.dup index 3eb4529..cc64790 100644 --- a/examples/example.dup +++ b/examples/example.dup @@ -191,9 +191,9 @@ exclude = /var/cache/backupninja/duplicity ## Default: # ftp_password = -## bandwith limit, in kbit/s ; default is 0, i.e. no limit +## bandwith limit, in Kbit/s ; default is 0, i.e. no limit ## if using 'desturl' above, 'bandwidthlimit' must not be set -## an example setting of 128 kbps would be: +## an example setting of 128 Kbit/s would be: ## bandwidthlimit = 128 ## ## Default: diff --git a/examples/example.rsync b/examples/example.rsync index 9053f3e..3c280ba 100644 --- a/examples/example.rsync +++ b/examples/example.rsync @@ -89,7 +89,7 @@ exclude_vserver = excluded_vserver2 # if set to 1, compress data on rsync (remote source only) #compress = 0 -# set a badnwidth limit in kbps (remote source only) +# set a badnwidth limit in KB/s (remote source only) #bandwidthlimit = # remote rsync program (remote source only) -- cgit v1.2.3