diff options
author | EuAndreh <eu@euandre.org> | 2023-06-02 20:34:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-06-04 12:14:56 -0300 |
commit | a3cab87bee9ef23ed6fea0bdfdc97d3157117e56 (patch) | |
tree | 2f60ccdeca03999fbd9f0316fcc27b99d1b25f5e /bin/backup | |
parent | Makefile: fallocate "respiro" for emergency ENOSPC (diff) | |
download | dotfiles-a3cab87bee9ef23ed6fea0bdfdc97d3157117e56.tar.gz dotfiles-a3cab87bee9ef23ed6fea0bdfdc97d3157117e56.tar.xz |
bin/backup: Use "set -x" for logging the borg-check command
Diffstat (limited to 'bin/backup')
-rwxr-xr-x | bin/backup | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -128,6 +128,8 @@ run() { run if [ "$CHECK" = true ]; then + set -x # shellcheck disable=2086 borg check $VERBOSE_FLAGS --verify-data + set +x fi |