From 3ac357dd957c88b22575bdde9d65ae29fe073250 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sat, 25 Feb 2012 14:54:23 +0100 Subject: Report failure of rdiff-backup jobs as such. --- handlers/rdiff.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'handlers') diff --git a/handlers/rdiff.in b/handlers/rdiff.in index c2f5aa0..c3c8d1d 100644 --- a/handlers/rdiff.in +++ b/handlers/rdiff.in @@ -271,8 +271,8 @@ if [ $test = 0 ]; then debug $output info "Successfully finished backing up source $label" else - warning $output - warning "Failed backup up source $label" + error $output + fatal "Failed backup up source $label" fi fi -- cgit v1.2.3