aboutsummaryrefslogtreecommitdiff
path: root/bin/backup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/backup')
-rwxr-xr-xbin/backup7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/backup b/bin/backup
index d31a3aa..690b5d0 100755
--- a/bin/backup
+++ b/bin/backup
@@ -127,10 +127,3 @@ run() {
}
run
-
-if [ "$CHECK" = true ]; then
- set -x
- # shellcheck disable=2086
- borg check $VERBOSE_FLAGS --verify-data --last 3
- set +x
-fi