diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/dup.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dup.conf.erb b/templates/dup.conf.erb index ce77a5c..2a61443 100644 --- a/templates/dup.conf.erb +++ b/templates/dup.conf.erb @@ -36,7 +36,7 @@ [dest] <%= 'incremental = ' + incremental if incremental %> <%= 'keep = ' + keep if keep %> -<%= 'bandwithlimit = ' + bandwithlimit if bandwithlimit %> +<%= 'bandwidthlimit = ' + bandwidthlimit if bandwidthlimit %> <%= 'sshoptions = ' + sshoptions if sshoptions %> <%= 'destdir = ' + destdir if destdir %> <%= 'desthost = ' + desthost if desthost %> |