From c4244cb34d3f4f9f9fbae89d8a8c2be963e63e26 Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Fri, 27 Jul 2018 12:55:20 +0200 Subject: [PATCH] dsnap-sync: be more precise on completion message Signed-off-by: Ralf Zerres --- bin/dsnap-sync | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/dsnap-sync b/bin/dsnap-sync index 0467dde..1629548 100755 --- a/bin/dsnap-sync +++ b/bin/dsnap-sync @@ -1503,7 +1503,8 @@ run_finalize () { fi if [ $verbose -ge 1 ]; then - printf "Backup complete for snapper configuration '%s'.\n" "$selected_config" > $PIPE + printf "Backup complete: id=${GREEN}'%s'${NOCOLOR}, config=${GREEN}'%s'${NOCOLOR}\n" \ + "$snapper_source_id" "$selected_config" fi done }