aboutsummaryrefslogtreecommitdiffstats
path: root/modules/rsnapshot/templates/rsnapshot.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rsnapshot/templates/rsnapshot.conf')
-rw-r--r--modules/rsnapshot/templates/rsnapshot.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/rsnapshot/templates/rsnapshot.conf b/modules/rsnapshot/templates/rsnapshot.conf
index 2ec5edcf..f8d97018 100644
--- a/modules/rsnapshot/templates/rsnapshot.conf
+++ b/modules/rsnapshot/templates/rsnapshot.conf
@@ -24,7 +24,7 @@ config_version 1.2
# All snapshots will be stored under this root directory.
#
-snapshot_root <%= snapshot_root %>
+snapshot_root <%= @snapshot_root %>
# If no_create_root is enabled, rsnapshot will not automatically create the
# snapshot_root directory. This is particularly useful if you are backing
@@ -201,9 +201,9 @@ link_dest 1
###############################
<%- for b in @backup -%>
-<%= b.split().unshift("backup").join("\t") %>
+<%= @b.split().unshift("backup").join("\t") %>
<%- end -%>
<%- for bs in @backup_script -%>
-<%= bs.split().unshift("backup_script").join("\t") %>
+<%= @bs.split().unshift("backup_script").join("\t") %>
<%- end -%>