From e2204784ec1177e39eefd626bf92226dc2f0e5f6 Mon Sep 17 00:00:00 2001 From: Otho Date: Mon, 16 Jan 2023 22:47:44 -0500 Subject: [PATCH] Added snapshot debug. --- backup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backup.sh b/backup.sh index 18cfc23..82c8483 100755 --- a/backup.sh +++ b/backup.sh @@ -196,6 +196,7 @@ create_snapshots() snapid="`date -I`-`date +%s`-$LOCAL_TZ" for dset in $SNAPSHOT_DATASETS; do run_snapshot + debug Created snapshot $dset@$snapid done }