aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-06-25 08:35:17 -0300
committerEuAndreh <eu@euandre.org>2023-06-25 08:35:17 -0300
commit9a323cc1f1660a6c843bc3c42a860cfd10e1559f (patch)
tree558a6fcdb58b31272d6b47b4b8ca1d1eee4b764e
parentopt/tests/uninclude.sh: Do not dirty the repository (diff)
downloaddotfiles-9a323cc1f1660a6c843bc3c42a860cfd10e1559f.tar.gz
dotfiles-9a323cc1f1660a6c843bc3c42a860cfd10e1559f.tar.xz
bin/backup: Do not "borg check", as it takes too long
-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