diff options
Diffstat (limited to 'bin')
-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 |