aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/backup2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/backup b/bin/backup
index a6726b1..ff03346 100755
--- a/bin/backup
+++ b/bin/backup
@@ -128,6 +128,8 @@ run() {
run
if [ "$CHECK" = true ]; then
+ set -x
# shellcheck disable=2086
borg check $VERBOSE_FLAGS --verify-data
+ set +x
fi