diff options
author | intrigeri <intrigeri@boum.org> | 2012-02-25 14:01:49 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-02-25 14:01:49 +0100 |
commit | a74db16e51a057d665f7d8ee35733ffce12a4717 (patch) | |
tree | dca24b2774b0bb5fe4c241f79f8e64d7250f7b11 /examples | |
parent | 7c4d7e4dbed3c3417a78c59a7c0cb0d0c3108da3 (diff) | |
download | backupninja-a74db16e51a057d665f7d8ee35733ffce12a4717.tar.gz backupninja-a74db16e51a057d665f7d8ee35733ffce12a4717.tar.bz2 |
Fix typos.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example.rsync | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example.rsync b/examples/example.rsync index 3ac3975..a2795db 100644 --- a/examples/example.rsync +++ b/examples/example.rsync @@ -116,7 +116,7 @@ exclude_vserver = excluded_vserver2 # if set to 1, compress data on rsync (remote source only) #compress = 0 -# set a badnwidth limit in KB/s (remote source only) +# set a bandwidth limit in KB/s (remote source only) #bandwidthlimit = # remote rsync program (remote source only) @@ -169,7 +169,7 @@ exclude_vserver = excluded_vserver2 # ssh key file (remote destination only) #id_file = /root/.ssh/id_dsa -# set a badnwidth limit in KB/s (remote destination only) +# set a bandwidth limit in KB/s (remote destination only) #bandwidthlimit = # remote rsync program (remote dest only) |