diff options
author | EuAndreh <eu@euandre.org> | 2023-06-25 08:35:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-06-25 08:35:17 -0300 |
commit | 9a323cc1f1660a6c843bc3c42a860cfd10e1559f (patch) | |
tree | 558a6fcdb58b31272d6b47b4b8ca1d1eee4b764e /bin | |
parent | opt/tests/uninclude.sh: Do not dirty the repository (diff) | |
download | dotfiles-9a323cc1f1660a6c843bc3c42a860cfd10e1559f.tar.gz dotfiles-9a323cc1f1660a6c843bc3c42a860cfd10e1559f.tar.xz |
bin/backup: Do not "borg check", as it takes too long
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/backup | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |