From 9a323cc1f1660a6c843bc3c42a860cfd10e1559f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 25 Jun 2023 08:35:17 -0300 Subject: bin/backup: Do not "borg check", as it takes too long --- bin/backup | 7 ------- 1 file changed, 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 -- cgit v1.2.3