#!/bin/bash # Exit if no Prometheus Pushgateway URL is defined [ -z "$PROM_URL" ] && exit # Get latest backup status as json json=`borg info --last 1 --json` # Parse json in the Prometheus exposition formatand and transmit cat <