From c0126ff1ef90513ce5df48fc41326704a2cef555 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sun, 4 Mar 2007 10:29:26 +0000 Subject: added ninjareport added ale to AUTHORS for ldap fixes adjusted sys handler to allow for turning off of sfdisk (#404071) --- src/backupninja.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/backupninja.in') diff --git a/src/backupninja.in b/src/backupninja.in index 02ffa25..ef959f2 100755 --- a/src/backupninja.in +++ b/src/backupninja.in @@ -433,9 +433,12 @@ setfile $conffile # get global config options (second param is the default) getconf configdirectory @CFGDIR@/backup.d getconf scriptdirectory @datadir@ +getconf reportdirectory getconf reportemail +getconf reporthost getconf reportspace getconf reportsuccess yes +getconf reportuser getconf reportwarning yes getconf loglevel 3 getconf when "Everyday at 01:00" @@ -555,3 +558,8 @@ fi if [ $actions_run != 0 ]; then info "FINISHED: $actions_run actions run. $fatals fatal. $errors error. $warnings warning." fi + +if [ -n "$reporthost" ]; then + debug "send $logfile to $reportuser@$reporthost:$reportdirectory" + rsync -qt $logfile $reportuser@$reporthost:$reportdirectory +fi -- cgit v1.2.3