diff options
author | intrigeri <intrigeri@boum.org> | 2011-02-16 08:22:10 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2011-02-16 08:22:10 +0100 |
commit | 2392094a242248f702ebfcb4644f623d2d3aedde (patch) | |
tree | 9fe225ca96106e39e570d5e4ab9821d2c1b596f7 /examples | |
parent | a036144de87424ad0cab8fa8491db44af40c0e16 (diff) | |
download | backupninja-2392094a242248f702ebfcb4644f623d2d3aedde.tar.gz backupninja-2392094a242248f702ebfcb4644f623d2d3aedde.tar.bz2 |
Make units clearer (Closes Redmine bug #2737).
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example.dup | 4 | ||||
-rw-r--r-- | examples/example.rsync | 2 |
2 files changed, 3 insertions, 3 deletions
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) |