aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/backupninja.conf.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/backupninja.conf.erb b/templates/backupninja.conf.erb
index fb2a8be..7502a4c 100644
--- a/templates/backupninja.conf.erb
+++ b/templates/backupninja.conf.erb
@@ -8,6 +8,9 @@ when = <%= send(:when) %>
reportemail = <%= reportemail %>
reportsuccess = <%= reportsuccess ? 'yes' : 'no' %>
reportwarning = <%= reportwarning ? 'yes' : 'no' %>
+reporthost = <%= reporthost %>
+reportuser = <%= reportuser %>
+reportdirectory = <%= reportdirectory %>
logfile = <%= logfile %>
configdirectory = <%= configdir %>
scriptdirectory = <%= scriptdir %>