aboutsummaryrefslogtreecommitdiff
path: root/handlers
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2011-02-16 08:22:10 +0100
committerintrigeri <intrigeri@boum.org>2011-02-16 08:22:10 +0100
commit2392094a242248f702ebfcb4644f623d2d3aedde (patch)
tree9fe225ca96106e39e570d5e4ab9821d2c1b596f7 /handlers
parenta036144de87424ad0cab8fa8491db44af40c0e16 (diff)
downloadbackupninja-2392094a242248f702ebfcb4644f623d2d3aedde.tar.gz
backupninja-2392094a242248f702ebfcb4644f623d2d3aedde.tar.bz2
Make units clearer (Closes Redmine bug #2737).
Diffstat (limited to 'handlers')
-rw-r--r--handlers/dup.helper.in2
-rw-r--r--handlers/rsync.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/handlers/dup.helper.in b/handlers/dup.helper.in
index f85cf87..5cd9dc6 100644
--- a/handlers/dup.helper.in
+++ b/handlers/dup.helper.in
@@ -442,7 +442,7 @@ keep = $dup_keep
# 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
bandwidthlimit = $dup_bandwidth
diff --git a/handlers/rsync.in b/handlers/rsync.in
index 7b06c24..d35445e 100644
--- a/handlers/rsync.in
+++ b/handlers/rsync.in
@@ -60,7 +60,7 @@
# exclude_vserver = vserver-name (valid only if vservers = yes on backupninja.conf)
# numericids = when set to 1, use numeric ids instead of user/group mappings on rsync
# compress = if set to 1, compress data on rsync (remote source only)
-# bandwidthlimit = set a badnwidth limit in kbps (remote source only)
+# bandwidthlimit = set a badnwidth limit in KB/s (remote source only)
# remote_rsync = remote rsync program (remote source only)
# id_file = ssh key file (remote source only)
# batch = set to "yes" to rsync use a batch file as source
@@ -79,7 +79,7 @@
# port = remote port number (remote destination only)
# user = remote user name (remote destination only)
# id_file = ssh key file (remote destination only)
-# bandwidthlimit = set a badnwidth limit in kbps (remote destination only)
+# bandwidthlimit = set a badnwidth limit in KB/s (remote destination only)
# remote_rsync = remote rsync program (remote dest only)
# batch = set to "yes" to rsync write a batch file from the changes
# batchbase = folder where the batch file should be written