summaryrefslogtreecommitdiff
path: root/templates/dup.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/dup.conf.erb')
-rw-r--r--templates/dup.conf.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/dup.conf.erb b/templates/dup.conf.erb
index 2a61443..4f15e78 100644
--- a/templates/dup.conf.erb
+++ b/templates/dup.conf.erb
@@ -35,9 +35,12 @@
[dest]
<%= 'incremental = ' + incremental if incremental %>
+<%= 'increments = ' + increments if increments %>
<%= 'keep = ' + keep if keep %>
+<%= 'keepincroffulls = ' + keepincroffulls if keepincroffulls %>
<%= 'bandwidthlimit = ' + bandwidthlimit if bandwidthlimit %>
<%= 'sshoptions = ' + sshoptions if sshoptions %>
<%= 'destdir = ' + destdir if destdir %>
<%= 'desthost = ' + desthost if desthost %>
<%= 'destuser = ' + destuser if destuser %>
+<%= 'desturl = ' + desturl if desturl %>