diff options
Diffstat (limited to 'templates/dup.conf.erb')
-rw-r--r-- | templates/dup.conf.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/dup.conf.erb b/templates/dup.conf.erb index ea5dccf..03c9342 100644 --- a/templates/dup.conf.erb +++ b/templates/dup.conf.erb @@ -13,10 +13,10 @@ REMOVE_OLDER_THAN="<%= remove_older_than %>" REMOVE_ALL_BUT_N_FULL="<%= remove_all_but_n_full %>" ENCRYPT_KEY="<%= encryptkey %>" SIGN_KEY="<%= encryptkey %>" -<% backup_exclude_unencrypted.each do |del| -%> +<% exclude_unencrypted.each do |del| -%> EXCLUDE="$EXCLUDE --exclude <%= del %>" <% end -%> -<% backup_include_unencrypted.each do |add| -%> +<% include_unencrypted.each do |add| -%> INCLUDE="$INCLUDE --include <%= add %>" <% end -%> |