aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-06-02 20:34:49 -0300
committerEuAndreh <eu@euandre.org>2023-06-04 12:14:56 -0300
commita3cab87bee9ef23ed6fea0bdfdc97d3157117e56 (patch)
tree2f60ccdeca03999fbd9f0316fcc27b99d1b25f5e /bin
parentMakefile: fallocate "respiro" for emergency ENOSPC (diff)
downloaddotfiles-a3cab87bee9ef23ed6fea0bdfdc97d3157117e56.tar.gz
dotfiles-a3cab87bee9ef23ed6fea0bdfdc97d3157117e56.tar.xz
bin/backup: Use "set -x" for logging the borg-check command
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