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 }