diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/mysql.conf.erb | 4 | ||||
-rw-r--r-- | templates/rdiff.conf.erb | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/templates/mysql.conf.erb b/templates/mysql.conf.erb index 9d22ab0..14905fd 100644 --- a/templates/mysql.conf.erb +++ b/templates/mysql.conf.erb @@ -12,3 +12,7 @@ end -%> hotcopy = <%= hotcopy ? 'yes' : 'no' %> sqldump = <%= sqldump ? 'yes' : 'no' %> compress = <%= compress ? 'yes' : 'no' %> + +<% if real_configfile %> +configfile = <%= real_configfile %> +<% end %> diff --git a/templates/rdiff.conf.erb b/templates/rdiff.conf.erb index a41e969..23c336f 100644 --- a/templates/rdiff.conf.erb +++ b/templates/rdiff.conf.erb @@ -5,6 +5,8 @@ <%= 'options = ' + options if options %> +<%= extras if extras %> + [source] type = local <%= 'keep = ' + keep if keep %> |