Skip to content
Snippets Groups Projects
Commit 3ac357dd authored by intrigeri's avatar intrigeri
Browse files

Report failure of rdiff-backup jobs as such.

parent 50c2f6e0
Branches
Tags
No related merge requests found
......@@ -12,6 +12,8 @@ version 1.0 -- UNRELEASED
. Don't attempt to dump performance_schema database (Redmine#3741).
pgsql:
. Don't produce empty uncompressed backups (Redmine#3820).
rdiff-backup:
. Use fatal function to report failure of rdiff-backup jobs as such.
rysnc:
. Fix numericids option (Redmine#3691).
. Mangle $rsync_options just afterwards (Redmine#3702).
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment