From e732e8475002c73f2eb66a073a7efb6f200a3360 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Tue, 9 Jul 2013 19:45:29 +0000 Subject: rdiff.helper: add output_as_info support. Thanks to David Gasaway for the patch! --- handlers/rdiff.helper.in | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/handlers/rdiff.helper.in b/handlers/rdiff.helper.in index 1597305..27459d0 100644 --- a/handlers/rdiff.helper.in +++ b/handlers/rdiff.helper.in @@ -282,12 +282,33 @@ do_rdiff_con() { setDefault finish } +do_rdiff_adv() { + booleanBox "$rdiff_title" "Should backupninja write program output as Info messages rather than Debug messages?" no + if [ $? = 0 ]; then + rdiff_output_as_info=yes + else + rdiff_output_as_info=no + fi +} + do_rdiff_finish() { get_next_filename $configdirectory/90.rdiff cat > $next_filename <